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 30, 2024
1 parent 5db0077 commit cad1066
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 @@ -22,3 +22,4 @@ jobs:
with:
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0'
unit_runs_on: 'cern-self-hosted'
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:
with:
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0'
unit_runs_on: 'cern-self-hosted'
acceptance_runs_on: 'ubuntu-2004-m'

0 comments on commit cad1066

Please sign in to comment.