From 989da0a9e06540c37b8cbbfd44ce6d05c007b2e3 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 23 May 2017 10:34:21 -0700 Subject: [PATCH] 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 --- jjb/lf-ci-jobs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.16.6