Skip to content

Commit

Permalink
CI: Fix kayobe-tox-molecule job
Browse files Browse the repository at this point in the history
We were still using stream8 images which cannot install packages
anymore, due to the end of life of CentOS Stream 8.

Change-Id: I8604c342e4dbc41dd5bee0f28a92c3c3cd37d631
(cherry picked from commit 3b0a74d)
  • Loading branch information
priteau committed Jun 3, 2024
1 parent ead1018 commit 41ee792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/kolla-openstack/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ driver:
lint: |
yamllint .
platforms:
- name: centos-stream8
image: quay.io/centos/centos:stream8
- name: centos-stream9
image: quay.io/centos/centos:stream9
provisioner:
name: ansible
lint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ driver:
lint: |
yamllint .
platforms:
- name: centos-stream8
image: quay.io/centos/centos:stream8
- name: centos-stream9
image: quay.io/centos/centos:stream9
provisioner:
name: ansible
inventory:
Expand Down

0 comments on commit 41ee792

Please sign in to comment.