Merge "CI: Add a non-voting SLURP upgrade job for Ubuntu Jammy"
This commit is contained in:
commit
b47833ca9e
@ -228,6 +228,17 @@
|
|||||||
enable_keystone: true
|
enable_keystone: true
|
||||||
noauth_mode: false
|
noauth_mode: false
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: bifrost-slurp-upgrade
|
||||||
|
parent: bifrost-upgrade
|
||||||
|
vars:
|
||||||
|
upgrade_from: stable/2023.1
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: bifrost-slurp-upgrade-ubuntu-jammy
|
||||||
|
parent: bifrost-slurp-upgrade
|
||||||
|
nodeset: ubuntu-jammy
|
||||||
|
|
||||||
# NOTE(TheJulia): This job is for use on the ironic repository,
|
# NOTE(TheJulia): This job is for use on the ironic repository,
|
||||||
# to provide a minimal platform where we can execute a job where
|
# to provide a minimal platform where we can execute a job where
|
||||||
# basic performance numbers will be referenced/collected.
|
# basic performance numbers will be referenced/collected.
|
||||||
@ -244,4 +255,4 @@
|
|||||||
parent: openstack-tox
|
parent: openstack-tox
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: codespell
|
tox_envlist: codespell
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
- bifrost-upgrade-ubuntu-jammy
|
- bifrost-upgrade-ubuntu-jammy
|
||||||
- bifrost-upgrade-keystone-centos9
|
- bifrost-upgrade-keystone-centos9
|
||||||
# Non-voting jobs
|
# Non-voting jobs
|
||||||
|
- bifrost-slurp-upgrade-ubuntu-jammy:
|
||||||
|
voting: false
|
||||||
- bifrost-integration-redfish-pxe-uefi-centos-9:
|
- bifrost-integration-redfish-pxe-uefi-centos-9:
|
||||||
voting: false
|
voting: false
|
||||||
- bifrost-integration-dhcp-ubuntu-jammy:
|
- bifrost-integration-dhcp-ubuntu-jammy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user