Update gate jobs as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we need to test on Ubuntu Noble (which will be taken care by depends-on tempest and devstack patches to move base jobs to Noble) and at least single job to run on Ubutnu Jammy (for smooth upgrade from previous releases). Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Ifb685612926f64ea96713ae443b49cd9c2af94fd
This commit is contained in:
parent
2ec0177edc
commit
6305d05ed8
@ -18,12 +18,14 @@
|
|||||||
- horizon-dsvm-tempest-plugin
|
- horizon-dsvm-tempest-plugin
|
||||||
- horizon-tox-bandit-baseline
|
- horizon-tox-bandit-baseline
|
||||||
- horizon-tempest-plugin-ipv6
|
- horizon-tempest-plugin-ipv6
|
||||||
|
- horizon-dsvm-tempest-plugin-ubuntu-jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- horizon-dsvm-tempest-plugin
|
- horizon-dsvm-tempest-plugin
|
||||||
- horizon-selenium-headless
|
- horizon-selenium-headless
|
||||||
- horizon-integration-pytest
|
- horizon-integration-pytest
|
||||||
- horizon-tempest-plugin-ipv6
|
- horizon-tempest-plugin-ipv6
|
||||||
|
- horizon-dsvm-tempest-plugin-ubuntu-jammy
|
||||||
experimental:
|
experimental:
|
||||||
jobs:
|
jobs:
|
||||||
- horizon-integration-pytest-xstatic-master
|
- horizon-integration-pytest-xstatic-master
|
||||||
|
@ -91,6 +91,14 @@
|
|||||||
tempest_test_regex: test_dashboard_basic_ops
|
tempest_test_regex: test_dashboard_basic_ops
|
||||||
tox_envlist: all
|
tox_envlist: all
|
||||||
|
|
||||||
|
# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least
|
||||||
|
# one job on jammy. This job can be removed in the next cycle(2025.2)
|
||||||
|
- job:
|
||||||
|
name: horizon-dsvm-tempest-plugin-ubuntu-jammy
|
||||||
|
description: This is integrated compute job testing on Ubuntu jammy(22.04)
|
||||||
|
parent: horizon-dsvm-tempest-plugin
|
||||||
|
nodeset: openstack-single-node-jammy
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: horizon-tempest-plugin-ipv6
|
name: horizon-tempest-plugin-ipv6
|
||||||
parent: devstack-tempest-ipv6
|
parent: devstack-tempest-ipv6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user