From de4380056c0bc9938e1c97eea16848f973fbd4d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 6 Nov 2019 16:27:10 +0100 Subject: [PATCH] Only disable RI deployment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit All testcases are executed daily even if deployment is done by hand. Gate is disabled because CI/CD is unmet. Change-Id: I197362c8bd2783e5bef64dd2e304f8209a9197ae Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 693ca4855..0834bd8c6 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -120,6 +120,7 @@ - job-template: name: 'cntt-deploy-daily-{tag}' + disabled: true parameters: - cntt-slave: slave: '{slave}' @@ -298,7 +299,6 @@ - job-template: name: 'cntt-{tag}-daily' project-type: multijob - disabled: true triggers: - timed: '@daily' parameters: -- 2.16.6