From 351e9be19b9166900c02873a197f082c204eb7e0 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 12 Feb 2025 18:31:26 +0100 Subject: [PATCH] Test new kubernetes runner --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b15be20..13a4f465 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,5 @@ jobs: uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 with: beaker_facter: 'zabbix_version:Zabbix:5.0,6.0,7.0' - unit_runs_on: 'cern-self-hosted' + unit_runs_on: 'ctrlc-gha' + acceptance_runs_on: 'ctrlc-gha'