From 10434138cc756c3b06cfa45253753eb0991f408b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 28 Jun 2024 11:04:23 +0200 Subject: [PATCH] Run acceptance tests on Ubuntu 20.04 M runners Those runners contain 4 cores / 16G ram. The default S runners only have 2 cores. --- .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..e919a6dc 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' + acceptance_runs_on: 'ubuntu-2004-m' diff --git a/.sync.yml b/.sync.yml index 4a430a39..b014c6d5 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' + acceptance_runs_on: 'ubuntu-2004-m'