Allow disable CSIT jobs 80/95180/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 6 Sep 2019 18:26:55 +0000 (11:26 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 6 Sep 2019 18:26:55 +0000 (11:26 -0700)
Allow teams to disable CSIT verify jobs

Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/integration/integration-templates-csit.yaml

index e245103..8c10af1 100644 (file)
@@ -1,7 +1,7 @@
 ---
 - job-template:
     name: '{project-name}-{stream}-verify-csit-{functionality}'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1604-docker-8c-8g'
 
 - job-template:
     name: '{project-name}-{stream}-csit-{functionality}'
-    disabled: false
+    disabled: '{disabled}'
 
     project-type: freestyle
     build-node: 'ubuntu1604-docker-8c-8g'