Skip to content

Commit b500b9a

Browse files
committed
Unit tests: run on CERN runners
The CERN runners have way more CPU cores, which speeds up our unit tests heavily. Previously we had to filter which OSes we test on, this can be removed now.
1 parent d2bfd89 commit b500b9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
2222
with:
2323
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0'
24+
unit_runs_on: 'cern-self-hosted'

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ spec/spec_helper.rb:
1515
.github/workflows/ci.yml:
1616
with:
1717
beaker_facter: 'zabbix_version:Zabbix:5.0,6.0'
18+
unit_runs_on: 'cern-self-hosted'

0 commit comments

Comments
 (0)