Rename multi-scm job to two-scm 55/555/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 16 Feb 2017 17:56:57 +0000 (09:56 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 16 Feb 2017 17:56:57 +0000 (09:56 -0800)
A three-scm script job was just added, it is apropos to change the
multi-scm job template to be named for how many scm it can handle

Change-Id: I4093c81314a415e5f70e9f0ab42ffdb8791b62cd
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/dcae/pgaas.yaml
jjb/global-templates-script.yaml

index 751ccfc..fa18bce 100644 (file)
@@ -4,7 +4,7 @@
     name: dcae-pgaas
     project-name: 'dcae-pgaas'
     jobs:
-      - '{project-name}-{stream}-multi-scm-verify-script'
+      - '{project-name}-{stream}-two-scm-verify-script'
 
 
     #   script:         build script to execute
index 3973a6c..d43bc87 100644 (file)
@@ -75,7 +75,7 @@
     #                     $WORKSPACE as it will destroy the initial
     #                     project checkout
 
-    name: '{project-name}-{stream}-multi-scm-verify-script'
+    name: '{project-name}-{stream}-two-scm-verify-script'
 
     project-type: freestyle
     concurrent: true