Add user prefix to integration multipatch 91/81691/2
authorLuis Gomez <ecelgp@gmail.com>
Wed, 17 Apr 2019 23:11:49 +0000 (16:11 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 18 Apr 2019 00:28:12 +0000 (17:28 -0700)
Change-Id: I22eb9caf6cc01ad35f9694e042a67b2ad417ac33
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/integration-test-jobs.yaml

index a59e694baf02bdb6021a3d0c0dc6679772bc9dc2..0e6eca2c05829a9c6ac1489b0a626190e11fd1f5 100644 (file)
@@ -5,7 +5,7 @@
     project-name: integration-test
     jobs:
       - 'integration-patch-test-{stream}'
-      - 'integration-multipatch-test-{stream}'
+      - 'inttest-multipatch'
       - 'integration-merge-dashboard'
       - '{project-name}-rtd-jobs':
           build-node: centos7-builder-2c-2g
 
 
 - job-template:
-    name: 'integration-multipatch-test-{stream}'
+    name: '{prefix}integration-multipatch-test-{stream}'
     # Goal: Build one or more patches and run all available system test on a distribution containing the change.
     # Operation: This job template checks out and builds in order each patch provided in job parameters, finally
     # it creates a distribution containing all patches and triggers the distribution test job which includes most
     # (if not all) available CSIT jobs.
 
+    id: inttest-multipatch
     project-type: freestyle
     node: centos7-builder-8c-8g
     concurrent: true