From 75bc2f7b75fe6047329058a3f49323fb07450a8d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 29 Oct 2019 19:06:37 +0100 Subject: Temporarily disable CNTT jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are ongoing manual operations. Change-Id: Iad23e0cb5d8bd2437b064683d412c138022e2019 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/airship') diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index dd2d6ee17..693ca4855 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -298,6 +298,7 @@ - job-template: name: 'cntt-{tag}-daily' project-type: multijob + disabled: true triggers: - timed: '@daily' parameters: @@ -445,6 +446,7 @@ - job-template: name: 'cntt-{tag}-gate' project-type: multijob + disabled: true triggers: - cntt-patchset-created: branch: '{branch}' -- cgit