Skip to content

Commit

Permalink
CI: Switch from EL7/8->Debian12/EL9
Browse files Browse the repository at this point in the history
This is required because the old images are EoL and not working anymore.
  • Loading branch information
bastelfreak committed Jul 8, 2024
1 parent 4bc6087 commit 60ca3c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions acceptance/config/nodes/hosts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
HOSTS:
centos8:
platform: el-8-x86_64
centos9:
platform: el-9-x86_64
hypervisor: docker
image: quay.io/centos/centos:stream8
image: quay.io/centos/centos:stream9
roles:
- master
- agent
Expand All @@ -12,10 +12,10 @@ HOSTS:
- classifier
- default
docker_cmd: '["/sbin/init"]'
centos7:
platform: el-7-x86_64
debian12:
platform: debian-12-x86_64
hypervisor: docker
image: centos:7
image: debian:12
roles:
- agent
docker_cmd: '/usr/sbin/sshd -D -E /var/log/sshd.log'
Expand Down

0 comments on commit 60ca3c7

Please sign in to comment.