From 149d5a256b3f6bae4119994c098b2cfc913b98b0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 28 Mar 2020 13:50:49 +0100 Subject: Disable Airship jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows verifying vping_ssh and latest tempest patches vs radosgw. https://review.opendev.org/#/c/692375/ Change-Id: I41496b57926c4ab9c4a9d39eb0eaeff5158442d3 Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 2 ++ jjb/airship/cntt.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index b679f3ebb..16a971e6c 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -367,6 +367,7 @@ - job-template: name: 'airship-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' @@ -531,6 +532,7 @@ - job-template: name: 'airship-{tag}-gate' + disabled: true project-type: multijob triggers: - airship-patchset-created: diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index a32f9e551..ee5a7e38e 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