From 3adc3383bd4395652e86f19e85244ea38cfb24e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 26 Nov 2020 08:40:01 +0100 Subject: [PATCH] Disable Airship CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It allows debugging the tempest part. This reverts commit 9115498a7c1dccf00b30ecf450f4718b54bd1efc. Change-Id: I876a019116fc180c8f91f46c79253b3e9fbdd6e2 Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index cdf4cc659..4013f65b0 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -379,6 +379,7 @@ - job-template: name: 'airship-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '0 6 * * 3,6' @@ -553,6 +554,7 @@ - job-template: name: 'airship-{tag}-gate' + disabled: true project-type: multijob triggers: - airship-patchset-created: -- 2.16.6