From 41a16d7f0fd608bd7e342a844a1bf9b21e8dba6a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 12 Feb 2020 17:21:38 +0100 Subject: Disable CNTT jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I05d357a255705641f2d8d5f19dd0f766f4ea7348 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index acdcb2a9a..ea8e51ded 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -394,6 +394,7 @@ - job-template: name: 'cntt-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' @@ -581,6 +582,7 @@ - job-template: name: 'cntt-{tag}-gate' project-type: multijob + disabled: true triggers: - cntt-patchset-created: branch: '{branch}' -- cgit 1.2.3-korg