summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2021-03-17 18:16:41 +0100
committerElod Illes <elod.illes@est.tech>2021-03-17 18:21:15 +0100
commit4f8cec32328145571780afff10accb45becf68c0 (patch)
treeb77a1c7d7c32d96ea0f30607ae3707c7ba71c751
parent67223173e0b9d2ca8a5e6870083f7d3f952d20df (diff)
downloadnova-4f8cec32328145571780afff10accb45becf68c0.tar.gz
[stable-only] Move grenade jobs to experimental
Grenade jobs in stable/pike are failing as stable/ocata's devstack is broken and no fix is available. This patch moves out the grenade jobs from check and gate jobs to experimental. In this way we are not wasting resources, but still there is the option to run grenade jobs in case ocata is somehow fixed. Change-Id: I8fceeb6dd3ce1a1e888dfe68f4e0910009d506b3
-rw-r--r--.zuul.yaml43
1 files changed, 14 insertions, 29 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index dd7e90ff44..4d34143075 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -162,7 +162,6 @@
- ^tests-py3.txt$
- ^tools/.*$
- ^tox.ini$
- - nova-grenade-live-migration
- nova-live-migration
- tempest-slow:
irrelevant-files:
@@ -181,21 +180,6 @@
- ^tox.ini$
- nova-tox-functional
- nova-tox-functional-py35
- - neutron-grenade-multinode:
- irrelevant-files:
- - ^(placement-)?api-.*$
- - ^(test-|)requirements.txt$
- - ^.*\.rst$
- - ^.git.*$
- - ^doc/.*$
- - ^nova/hacking/.*$
- - ^nova/locale/.*$
- - ^nova/tests/.*$
- - ^releasenotes/.*$
- - ^setup.cfg$
- - ^tests-py3.txt$
- - ^tools/.*$
- - ^tox.ini$
- neutron-tempest-linuxbridge:
irrelevant-files:
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
@@ -243,7 +227,10 @@
- ^tests-py3.txt$
- ^tools/.*$
- ^tox.ini$
- - neutron-grenade:
+ gate:
+ jobs:
+ - nova-live-migration
+ - tempest-slow:
irrelevant-files:
- ^(placement-)?api-.*$
- ^(test-|)requirements.txt$
@@ -258,10 +245,9 @@
- ^tests-py3.txt$
- ^tools/.*$
- ^tox.ini$
- gate:
- jobs:
- - nova-live-migration
- - tempest-slow:
+ - nova-tox-functional
+ - nova-tox-functional-py35
+ - tempest-full:
irrelevant-files:
- ^(placement-)?api-.*$
- ^(test-|)requirements.txt$
@@ -276,9 +262,13 @@
- ^tests-py3.txt$
- ^tools/.*$
- ^tox.ini$
- - nova-tox-functional
- - nova-tox-functional-py35
- - tempest-full:
+ post:
+ jobs:
+ - openstack-tox-cover
+ experimental:
+ jobs:
+ - nova-grenade-live-migration
+ - neutron-grenade-multinode:
irrelevant-files:
- ^(placement-)?api-.*$
- ^(test-|)requirements.txt$
@@ -308,11 +298,6 @@
- ^tests-py3.txt$
- ^tools/.*$
- ^tox.ini$
- post:
- jobs:
- - openstack-tox-cover
- experimental:
- jobs:
- tempest-nova-v2-api:
irrelevant-files:
- ^(placement-)?api-.*$