Skip to content
Snippets Groups Projects
Commit 3b0a74df authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: Fix kayobe-tox-molecule job

We were still using stream8 images which cannot install packages
anymore, due to the end of life of CentOS Stream 8.

Change-Id: I8604c342e4dbc41dd5bee0f28a92c3c3cd37d631
parent 31728a18
No related branches found
No related tags found
No related merge requests found
......@@ -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
network_mode: host
provisioner:
name: ansible
......
......@@ -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
network_mode: host
provisioner:
name: ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment