From 21fad69b5a67fced68aa9c7d51923df74f28ee0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 7 Oct 2021 09:27:16 +0200 Subject: [PATCH] Disable CNTT jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit They are blocked due to missing agents. Disabling them would avoid lots of manual actions to clean them. Change-Id: Idc817ae304707c26ae7312dbd19f6578303e36fa 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 1dadaa59e..f886c829e 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -424,6 +424,7 @@ - job-template: name: 'cntt-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' @@ -634,6 +635,7 @@ - job-template: name: 'cntt-{tag}-gate' + disabled: true project-type: multijob triggers: - cntt-patchset-created: -- 2.16.6