From: Andrew Grimberg Date: Tue, 23 May 2017 17:34:21 +0000 (-0700) Subject: Transition Gerrit jobs to ID names X-Git-Tag: v0.2.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F4948%2F1;p=releng%2Fglobal-jjb.git Transition Gerrit jobs to ID names Move to ID targetted names for the Gerrit JJB jobs. This will allow us to have the GitHub JJB jobs have the same name as long as the job-group uses the IDs instead of the direct job names. Change-Id: Ifac6cca2f5a29b0b21d939fbb0c232daaef65c50 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 74eaee0c..8005bdcb 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -8,8 +8,8 @@ jjb-version: 1.6.2 jobs: - - '{project-name}-jjb-merge' - - '{project-name}-jjb-verify' + - gerrit-jjb-merge + - gerrit-jjb-verify #################### # Anchors & Macros # @@ -102,6 +102,7 @@ - job-template: name: '{project-name}-jjb-merge' + id: gerrit-jjb-merge <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates <<: *lf_jjb_merge_builders @@ -131,6 +132,7 @@ - job-template: name: '{project-name}-jjb-verify' + id: gerrit-jjb-verify concurrent: true <<: *lf_jjb_verify_merge # yamllint disable-line rule:key-duplicates