Stop running devstack-plugin-ceph-tempest on master
devstack-plugin-ceph-tempest is py2 job and not supposed to run on master gate. devstack-plugin-ceph master gate already run its py3 version devstack-plugin-ceph-tempest-py3. We need to keep the devstack-plugin-ceph-tempest definition for stable branches gate. Change-Id: I6c512b29a0346db1f92de34b1dbfb56958fa2cad
This commit is contained in:
1 changed files with 5 additions and 8 deletions
13
.zuul.yaml
13
.zuul.yaml
@@ -31,7 +31,7 @@
name:devstack-plugin-ceph-tempest
parent:devstack-plugin-ceph-tempest-base
description:|
Integration tests that runs with the ceph devstack plugin.
Integration tests that runs with the ceph devstack plugin and py27.
branches:
- stable/ocata
- stable/pike
@@ -42,12 +42,14 @@
name:devstack-plugin-ceph-tempest
parent:devstack-plugin-ceph-tempest-base
description:|
Integration tests that runs with the ceph devstack plugin.
Integration tests that runs with the ceph devstack plugin and py27.
This job enable the multiattach feature enable from stein on.
# This job runs with multiattach enable from stable/stein on.
branches:^(?!stable/(ocata|pike|queens|rocky)).*$
branches:
- stable/stein
- stable/train
vars:
devstack_localrc:
ENABLE_VOLUME_MULTIATTACH:true
@@ -133,11 +135,6 @@
Runs devstack-plugin-ceph-tempest jobs.
check:
jobs:
- devstack-plugin-ceph-tempest:
voting:false
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- devstack-plugin-ceph-tempest-py3:
voting:false
irrelevant-files:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.