summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-28 13:50:49 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-28 13:53:08 +0100
commit149d5a256b3f6bae4119994c098b2cfc913b98b0 (patch)
tree834d78caeef806b5c5c656c3dfc6c0613cefd612
parentdf5530b3acd7eeac1174175ed41aca5a4ce235a3 (diff)
Disable Airship jobs
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 <cedric.ollivier@orange.com>
-rw-r--r--jjb/airship/airship.yaml2
-rw-r--r--jjb/airship/cntt.yaml2
2 files changed, 4 insertions, 0 deletions
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}'