Skip to content

Commit

Permalink
Run acceptance tests on Ubuntu 20.04 M runners
Browse files Browse the repository at this point in the history
Those runners contain 4 cores / 16G ram. The default S runners only have
2 cores.
  • Loading branch information
bastelfreak committed Jun 28, 2024
1 parent d2bfd89 commit 1043413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0'
acceptance_runs_on: 'ubuntu-2004-m'
1 change: 1 addition & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ spec/spec_helper.rb:
.github/workflows/ci.yml:
with:
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0'
acceptance_runs_on: 'ubuntu-2004-m'

0 comments on commit 1043413

Please sign in to comment.