summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2019-09-06 11:26:55 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2019-09-06 11:26:55 -0700
commit8365699b7592be2dde8b1d03e9db0e8d638c1f1c (patch)
tree6eade8a640d03fd8906063605dd8ffe0ad2b0695
parent3efde21c737149285529e5c94c6e2ae0b94f6b90 (diff)
Allow disable CSIT jobs
Allow teams to disable CSIT verify jobs Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--jjb/integration/integration-templates-csit.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml
index e245103b9..8c10af1f8 100644
--- a/jjb/integration/integration-templates-csit.yaml
+++ b/jjb/integration/integration-templates-csit.yaml
@@ -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'
@@ -261,7 +261,7 @@
- job-template:
name: '{project-name}-{stream}-csit-{functionality}'
- disabled: false
+ disabled: '{disabled}'
project-type: freestyle
build-node: 'ubuntu1604-docker-8c-8g'