Switch to bobcat testing runtime
Updating the testing template to Bobcat testing runtime: https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: I9dd37c009d8e6c624ff6d3fb27650e2d03fd9f4e
This commit is contained in:
parent
ea9dc57278
commit
468044fa98
23
.zuul.yaml
23
.zuul.yaml
@ -18,6 +18,7 @@
|
||||
# https://storyboard.openstack.org/#!/story/2010573
|
||||
- python-tempestconf-tempest-devstack-admin-zed:
|
||||
voting: false
|
||||
- python-tempestconf-tempest-devstack-admin-2023-1
|
||||
- python-tempestconf-tempest-devstack-demo
|
||||
# temporarily n-v to unblock the gates, the job is fixed by
|
||||
# https://review.opendev.org/c/openinfra/python-tempestconf/+/881551
|
||||
@ -40,6 +41,7 @@
|
||||
- ^.*\.rst$
|
||||
- tripleo-ci-centos-9-content-provider:
|
||||
irrelevant-files: *irrelevant-files
|
||||
voting: false
|
||||
- tripleo-ci-centos-9-scenario002-standalone:
|
||||
irrelevant-files: *irrelevant-files
|
||||
vars: &standalone
|
||||
@ -77,12 +79,13 @@
|
||||
# - python-tempestconf-tempest-devstack-admin
|
||||
# - python-tempestconf-tempest-devstack-admin-yoga
|
||||
# - python-tempestconf-tempest-devstack-admin-zed
|
||||
- python-tempestconf-tempest-devstack-admin-2023-1
|
||||
- python-tempestconf-tempest-devstack-demo
|
||||
# - python-tempestconf-tempest-devstack-admin-plugins
|
||||
- refstack-client-devstack-master:
|
||||
irrelevant-files: *irrelevant-files
|
||||
- tripleo-ci-centos-9-content-provider:
|
||||
irrelevant-files: *irrelevant-files
|
||||
# - tripleo-ci-centos-9-content-provider:
|
||||
# irrelevant-files: *irrelevant-files
|
||||
- tripleo-ci-centos-9-scenario002-standalone:
|
||||
irrelevant-files: *irrelevant-files
|
||||
vars: *standalone
|
||||
@ -102,8 +105,10 @@
|
||||
jobs:
|
||||
- python-tempestconf-tempest-devstack-demo-yoga
|
||||
- python-tempestconf-tempest-devstack-demo-zed
|
||||
- python-tempestconf-tempest-devstack-demo-2023-1
|
||||
- refstack-client-devstack-yoga
|
||||
- refstack-client-devstack-zed
|
||||
- refstack-client-devstack-2023-1
|
||||
|
||||
|
||||
- job:
|
||||
@ -253,6 +258,13 @@
|
||||
vars:
|
||||
branch: stable/zed
|
||||
|
||||
- job:
|
||||
name: python-tempestconf-tempest-devstack-admin-2023-1
|
||||
parent: python-tempestconf-tempest-devstack-admin
|
||||
override-checkout: stable/2023.1
|
||||
vars:
|
||||
branch: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: python-tempestconf-tempest-devstack-demo
|
||||
parent: python-tempestconf-devstack-base
|
||||
@ -286,6 +298,13 @@
|
||||
vars:
|
||||
branch: stable/zed
|
||||
|
||||
- job:
|
||||
name: python-tempestconf-tempest-devstack-demo-2023-1
|
||||
parent: python-tempestconf-tempest-devstack-demo
|
||||
override-checkout: stable/2023.1
|
||||
vars:
|
||||
branch: stable/2023.1
|
||||
|
||||
- job:
|
||||
name: python-tempestconf-tempest-packstack-admin
|
||||
parent: python-tempestconf-packstack-base
|
||||
|
Loading…
Reference in New Issue
Block a user