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:
parent
299e958635
commit
dd2db52ac8
13
.zuul.yaml
13
.zuul.yaml
@ -31,7 +31,7 @@
|
|||||||
name: devstack-plugin-ceph-tempest
|
name: devstack-plugin-ceph-tempest
|
||||||
parent: devstack-plugin-ceph-tempest-base
|
parent: devstack-plugin-ceph-tempest-base
|
||||||
description: |
|
description: |
|
||||||
Integration tests that runs with the ceph devstack plugin.
|
Integration tests that runs with the ceph devstack plugin and py27.
|
||||||
branches:
|
branches:
|
||||||
- stable/ocata
|
- stable/ocata
|
||||||
- stable/pike
|
- stable/pike
|
||||||
@ -42,12 +42,14 @@
|
|||||||
name: devstack-plugin-ceph-tempest
|
name: devstack-plugin-ceph-tempest
|
||||||
parent: devstack-plugin-ceph-tempest-base
|
parent: devstack-plugin-ceph-tempest-base
|
||||||
description: |
|
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 enable the multiattach feature enable from stein on.
|
||||||
|
|
||||||
# This job runs with multiattach enable from stable/stein on.
|
# This job runs with multiattach enable from stable/stein on.
|
||||||
branches: ^(?!stable/(ocata|pike|queens|rocky)).*$
|
branches:
|
||||||
|
- stable/stein
|
||||||
|
- stable/train
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
ENABLE_VOLUME_MULTIATTACH: true
|
ENABLE_VOLUME_MULTIATTACH: true
|
||||||
@ -133,11 +135,6 @@
|
|||||||
Runs devstack-plugin-ceph-tempest jobs.
|
Runs devstack-plugin-ceph-tempest jobs.
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- devstack-plugin-ceph-tempest:
|
|
||||||
voting: false
|
|
||||||
irrelevant-files:
|
|
||||||
- ^.*\.rst$
|
|
||||||
- ^doc/.*$
|
|
||||||
- devstack-plugin-ceph-tempest-py3:
|
- devstack-plugin-ceph-tempest-py3:
|
||||||
voting: false
|
voting: false
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user