Skip to content

Commit

Permalink
Merge pull request #140 from bastelfreak/centos8
Browse files Browse the repository at this point in the history
CI: Switch from EL7/8->Debian12/EL9
  • Loading branch information
bastelfreak authored Jul 8, 2024
2 parents 873328e + 4d470a8 commit 6736003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 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,14 +12,13 @@ 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'
use_image_entrypoint: true
docker_cmd: '["/sbin/init"]'
CONFIG:
nfs_server: none
consoleport: 443
Expand Down
2 changes: 1 addition & 1 deletion beaker-docker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |s|

# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 4', '< 7'
s.add_runtime_dependency 'docker-api', '~> 2.1'
s.add_runtime_dependency 'docker-api', '~> 2.3'
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
end

0 comments on commit 6736003

Please sign in to comment.