From: Jessica Wagantall Date: Fri, 6 Sep 2019 18:26:55 +0000 (-0700) Subject: Allow disable CSIT jobs X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8365699b7592be2dde8b1d03e9db0e8d638c1f1c;p=ci-management.git Allow disable CSIT jobs Allow teams to disable CSIT verify jobs Change-Id: Ia749936294e1dd0449a78e4d0bbd5307a060d67a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- 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'