Migrate jobs from CentOS 8 to CentOS 8 Stream

CentOS 8 is being removed from CI because of its EOL[1].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2022-January/026621.html

Change-Id: I2b7d1bdea7fffc5a54a033f59444251b929807c5
This commit is contained in:
Takashi Kajinami 2022-01-12 10:08:15 +09:00
parent a6f7b2ed72
commit 7331ccfef2
2 changed files with 10 additions and 10 deletions

View File

@ -8,9 +8,9 @@
tox_envlist: alint tox_envlist: alint
- job: - job:
name: tenks-deploy-teardown-ovs-centos8 name: tenks-deploy-teardown-ovs-centos8s
parent: tenks-deploy-teardown-ovs-base parent: tenks-deploy-teardown-ovs-base
nodeset: centos-8 nodeset: centos-8-stream
- job: - job:
name: tenks-deploy-teardown-ovs-ubuntu name: tenks-deploy-teardown-ovs-ubuntu
@ -18,9 +18,9 @@
nodeset: ubuntu-bionic nodeset: ubuntu-bionic
- job: - job:
name: tenks-deploy-teardown-linuxbridge-centos8 name: tenks-deploy-teardown-linuxbridge-centos8s
parent: tenks-deploy-teardown-linuxbridge-base parent: tenks-deploy-teardown-linuxbridge-base
nodeset: centos-8 nodeset: centos-8-stream
- job: - job:
name: tenks-deploy-teardown-linuxbridge-ubuntu name: tenks-deploy-teardown-linuxbridge-ubuntu

View File

@ -13,13 +13,13 @@
- openstack-tox-py38 - openstack-tox-py38
- openstack-tox-py39 - openstack-tox-py39
- tenks-tox-ansible-lint - tenks-tox-ansible-lint
- tenks-deploy-teardown-ovs-centos8 - tenks-deploy-teardown-ovs-centos8s
- tenks-deploy-teardown-ovs-ubuntu - tenks-deploy-teardown-ovs-ubuntu
- tenks-deploy-teardown-linuxbridge-centos8 - tenks-deploy-teardown-linuxbridge-centos8s
- tenks-deploy-teardown-linuxbridge-ubuntu - tenks-deploy-teardown-linuxbridge-ubuntu
# Until we have ironic jobs using tenks, gate on the kayobe overcloud # Until we have ironic jobs using tenks, gate on the kayobe overcloud
# deploy job, which uses tenks to test bare metal compute provisioning. # deploy job, which uses tenks to test bare metal compute provisioning.
- kayobe-overcloud-centos8 - kayobe-overcloud-centos8s
gate: gate:
queue: tenks queue: tenks
jobs: jobs:
@ -29,10 +29,10 @@
- openstack-tox-py38 - openstack-tox-py38
- openstack-tox-py39 - openstack-tox-py39
- tenks-tox-ansible-lint - tenks-tox-ansible-lint
- tenks-deploy-teardown-ovs-centos8 - tenks-deploy-teardown-ovs-centos8s
- tenks-deploy-teardown-ovs-ubuntu - tenks-deploy-teardown-ovs-ubuntu
- tenks-deploy-teardown-linuxbridge-centos8 - tenks-deploy-teardown-linuxbridge-centos8s
- tenks-deploy-teardown-linuxbridge-ubuntu - tenks-deploy-teardown-linuxbridge-ubuntu
# Until we have ironic jobs using tenks, gate on the kayobe overcloud # Until we have ironic jobs using tenks, gate on the kayobe overcloud
# deploy job, which uses tenks to test bare metal compute provisioning. # deploy job, which uses tenks to test bare metal compute provisioning.
- kayobe-overcloud-centos8 - kayobe-overcloud-centos8s