Skip to content

Commit

Permalink
Use forked beaker-docker to support Amazon 2023 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 25, 2024
1 parent 4c6406b commit adc7d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ group :system_tests do
gem "beaker-pe", require: false
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-docker"
gem "beaker-puppet"
gem "beaker-docker", git: 'https://github.com/treydock/beaker-docker.git', branch: 'amazon-2023'
gem "beaker-puppet", git: 'https://github.com/puppetlabs/beaker-puppet.git', ref: '6063d22b6c4449df795731f5853c3c75241240c4'
gem "beaker-puppet_install_helper", require: false
gem "beaker-module_install_helper", require: false
end
Expand Down
4 changes: 1 addition & 3 deletions spec/acceptance/nodesets/amazon2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ HOSTS:
amazon-2023:
roles:
- agent
# Update to non-hack version once beaker-docker supports Amazon
# platform: amazon-2023-x86_64
platform: el-2023-x86_64
platform: amazon-2023-x86_64
hypervisor: docker
image: amazonlinux:2023
docker_preserve_image: true
Expand Down

0 comments on commit adc7d28

Please sign in to comment.