Pin stable branch jobs nodeset to Ubuntu Focal (20.04)
In 2023.1 cycle. we are moving the default distro version of Ubuntu to Jammy (22.04)[1] so we need to pin the nodeset for stable branch job in master gate so that they continue run on their supporting distro version which is Ubuntu Focal since stable/victoria. Also fixing the zuul config error. [1] https://governance.openstack.org/tc/goals/selected/migrate-ci-jobs-to-ubuntu-jammy.html Depends-On: https://review.opendev.org/c/openstack/python-freezerclient/+/936800 Depends-On: https://review.opendev.org/c/openstack/freezer-api/+/936802 Depends-On: https://review.opendev.org/c/openstack/freezer/+/936780 Change-Id: I4989b51e5d7ae68f2b11adefb349c61408a409ed
This commit is contained in:

committed by
Dmitriy Rabotyagov

parent
a2ef89e0da
commit
f5c268b9be
23
.zuul.yaml
23
.zuul.yaml
@@ -1,4 +1,5 @@
|
|||||||
- project:
|
- project:
|
||||||
|
queue: freezer
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- tempest-plugin-jobs
|
- tempest-plugin-jobs
|
||||||
@@ -8,16 +9,10 @@
|
|||||||
- freezer-tempest-client
|
- freezer-tempest-client
|
||||||
- freezer-tempest-scheduler
|
- freezer-tempest-scheduler
|
||||||
- freezer-tempest-agent
|
- freezer-tempest-agent
|
||||||
- freezer-tempest-basic-sql
|
|
||||||
- freezer-tempest-basic-yoga
|
|
||||||
- freezer-tempest-basic-xena
|
|
||||||
- freezer-tempest-basic-wallaby
|
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
queue: freezer
|
|
||||||
jobs:
|
jobs:
|
||||||
- freezer-tempest-basic
|
- freezer-tempest-basic
|
||||||
- freezer-tempest-basic-sql
|
|
||||||
- freezer-tempest-client
|
- freezer-tempest-client
|
||||||
- freezer-tempest-scheduler
|
- freezer-tempest-scheduler
|
||||||
- freezer-tempest-agent
|
- freezer-tempest-agent
|
||||||
@@ -82,24 +77,10 @@
|
|||||||
vars:
|
vars:
|
||||||
tempest_test_regex: '^(freezer_tempest_plugin.tests.freezer.agent.)'
|
tempest_test_regex: '^(freezer_tempest_plugin.tests.freezer.agent.)'
|
||||||
|
|
||||||
|
# NOTE(noonedeadpunk): Remove once will be dropped from all stable branches
|
||||||
- job:
|
- job:
|
||||||
name: freezer-tempest-basic-sql
|
name: freezer-tempest-basic-sql
|
||||||
parent: freezer-tempest-basic
|
parent: freezer-tempest-basic
|
||||||
vars:
|
vars:
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
FREEZER_BACKEND: 'sqlalchemy'
|
FREEZER_BACKEND: 'sqlalchemy'
|
||||||
|
|
||||||
- job:
|
|
||||||
name: freezer-tempest-basic-yoga
|
|
||||||
parent: freezer-tempest-basic
|
|
||||||
override-checkout: stable/yoga
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: freezer-tempest-basic-xena
|
|
||||||
parent: freezer-tempest-basic
|
|
||||||
override-checkout: stable/xena
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: freezer-tempest-basic-wallaby
|
|
||||||
parent: freezer-tempest-basic
|
|
||||||
override-checkout: stable/wallaby
|
|
||||||
|
Reference in New Issue
Block a user