Transition Gerrit jobs to ID names 48/4948/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 23 May 2017 17:34:21 +0000 (10:34 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 23 May 2017 17:34:21 +0000 (10:34 -0700)
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 <agrimberg@linuxfoundation.org>
jjb/lf-ci-jobs.yaml

index 74eaee0..8005bdc 100644 (file)
@@ -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 #
 
 - 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
 
 - job-template:
     name: '{project-name}-jjb-verify'
+    id: gerrit-jjb-verify
     concurrent: true
     <<: *lf_jjb_verify_merge
     # yamllint disable-line rule:key-duplicates