summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-20 16:24:47 +0000
committerGerrit Code Review <review@openstack.org>2022-12-20 16:24:47 +0000
commit3ec23d3f37efc624c09bca620640cf4ca5288551 (patch)
tree9ae11cb78253ad35a9ee68c4160fd5fb6d8b9226 /.zuul.yaml
parenta2139db1ff682e281f83ccdd8a0563550dd0f42b (diff)
parent58500c9967c3286c97f0a1056e94d1b2f05000d7 (diff)
downloadnova-3ec23d3f37efc624c09bca620640cf4ca5288551.tar.gz
Merge "Update gate jobs as per the 2023.1 cycle testing runtime"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml18
1 files changed, 14 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 434db83a7e..1a35975d3a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -656,6 +656,15 @@
image_conversion:
output_format: raw
+# TODO(gmann): As per the 2023.1 testing runtime, we need to run at least
+# one job on Focal. This job can be removed as per the future testing
+# runtime (whenever we drop the Ubuntu Focal testing).
+- job:
+ name: tempest-integrated-compute-ubuntu-focal
+ description: This is integrated compute job testing on Ubuntu Focal(20.04)
+ parent: tempest-integrated-compute
+ nodeset: openstack-single-node-focal
+
- project:
# Please try to keep the list of job names sorted alphabetically.
templates:
@@ -692,10 +701,7 @@
voting: false
- nova-tox-functional-py38
- nova-tox-functional-py39
- - nova-tox-functional-py310:
- voting: true
- - openstack-tox-py310:
- voting: true
+ - nova-tox-functional-py310
- tempest-integrated-compute:
# NOTE(gmann): Policies changes do not need to run all the
# integration test jobs. Running only tempest and grenade
@@ -715,6 +721,8 @@
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
+ - tempest-integrated-compute-ubuntu-focal:
+ irrelevant-files: *policies-irrelevant-files
- grenade-skip-level:
irrelevant-files: *policies-irrelevant-files
- nova-grenade-multinode:
@@ -748,6 +756,8 @@
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
- tempest-integrated-compute:
irrelevant-files: *policies-irrelevant-files
+ - tempest-integrated-compute-ubuntu-focal:
+ irrelevant-files: *policies-irrelevant-files
- nova-grenade-multinode:
irrelevant-files: *policies-irrelevant-files
- tempest-ipv6-only: