From b500b9a1dec0b918037790e8dea4c260f34d869e Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 28 Jun 2024 11:22:27 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 + .sync.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4d7872..566d1e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' + unit_runs_on: 'cern-self-hosted' diff --git a/.sync.yml b/.sync.yml index 4a430a39..0eecc424 100644 --- a/.sync.yml +++ b/.sync.yml @@ -15,3 +15,4 @@ spec/spec_helper.rb: .github/workflows/ci.yml: with: beaker_facter: 'zabbix_version:Zabbix:5.0,6.0' + unit_runs_on: 'cern-self-hosted'