Skip to content

Commit 7331ccf

Browse files
committed
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
1 parent a6f7b2e commit 7331ccf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

zuul.d/jobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
tox_envlist: alint
99

1010
- job:
11-
name: tenks-deploy-teardown-ovs-centos8
11+
name: tenks-deploy-teardown-ovs-centos8s
1212
parent: tenks-deploy-teardown-ovs-base
13-
nodeset: centos-8
13+
nodeset: centos-8-stream
1414

1515
- job:
1616
name: tenks-deploy-teardown-ovs-ubuntu
1717
parent: tenks-deploy-teardown-ovs-base
1818
nodeset: ubuntu-bionic
1919

2020
- job:
21-
name: tenks-deploy-teardown-linuxbridge-centos8
21+
name: tenks-deploy-teardown-linuxbridge-centos8s
2222
parent: tenks-deploy-teardown-linuxbridge-base
23-
nodeset: centos-8
23+
nodeset: centos-8-stream
2424

2525
- job:
2626
name: tenks-deploy-teardown-linuxbridge-ubuntu

zuul.d/project.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
- openstack-tox-py38
1414
- openstack-tox-py39
1515
- tenks-tox-ansible-lint
16-
- tenks-deploy-teardown-ovs-centos8
16+
- tenks-deploy-teardown-ovs-centos8s
1717
- tenks-deploy-teardown-ovs-ubuntu
18-
- tenks-deploy-teardown-linuxbridge-centos8
18+
- tenks-deploy-teardown-linuxbridge-centos8s
1919
- tenks-deploy-teardown-linuxbridge-ubuntu
2020
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
2121
# deploy job, which uses tenks to test bare metal compute provisioning.
22-
- kayobe-overcloud-centos8
22+
- kayobe-overcloud-centos8s
2323
gate:
2424
queue: tenks
2525
jobs:
@@ -29,10 +29,10 @@
2929
- openstack-tox-py38
3030
- openstack-tox-py39
3131
- tenks-tox-ansible-lint
32-
- tenks-deploy-teardown-ovs-centos8
32+
- tenks-deploy-teardown-ovs-centos8s
3333
- tenks-deploy-teardown-ovs-ubuntu
34-
- tenks-deploy-teardown-linuxbridge-centos8
34+
- tenks-deploy-teardown-linuxbridge-centos8s
3535
- tenks-deploy-teardown-linuxbridge-ubuntu
3636
# Until we have ironic jobs using tenks, gate on the kayobe overcloud
3737
# deploy job, which uses tenks to test bare metal compute provisioning.
38-
- kayobe-overcloud-centos8
38+
- kayobe-overcloud-centos8s

0 commit comments

Comments
 (0)