Hard code release job compare pattern. 02/16602/6
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 19 Aug 2019 19:07:54 +0000 (15:07 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 19 Aug 2019 20:33:52 +0000 (16:33 -0400)
commit173145cb5fbef5a9ac72188b0621ff14cea276d7
tree1c04a3a952e41d3a59916b2dab696d4c8abced45
parent82c8847bbd144b67331d2268919ce6422e481b94
Hard code release job compare pattern.

This change:
https://gerrit.acumos.org/r/c/ci-management/+/4979

The project section has:
gerrit_trigger_file_paths:
  - compare-type: REG_EXP
  pattern: '^((?!migrate-cms-to-cds|\/COMMIT_MSG).)*$'

This is overwriting the default parameters of this job.

gerrit_trigger_file_paths:
  - compare-type: REG_EXP
    pattern: "releases/*.yaml"

I belive I should hard code this value so that this
does not happen.

Pattern going forward will actually support
pattern: '(releases\/.*\.yaml|\.releases\/.*\.yaml)'

I will update 16470 and hard code as well, if this is
merged.

ISSUE: RELENG-2316
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ib520672a548f34762c723972152abea898cd98a8
jjb/lf-release-jobs.yaml
releasenotes/notes/lf-release-jobs-843a574d66df6263.yaml [new file with mode: 0644]