From 8365699b7592be2dde8b1d03e9db0e8d638c1f1c Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 6 Sep 2019 11:26:55 -0700 Subject: [PATCH] Allow disable CSIT jobs Allow teams to disable CSIT verify jobs Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- jjb/integration/integration-templates-csit.yaml | 4 ++-- 1 file 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' -- 2.16.6