From 77d9d680d76c4205572f02da17495eaf6f1e6e79 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 13 Sep 2024 16:37:53 +0200 Subject: [PATCH] Run unit tests on CERN runners The module has quite a few tests and running on the CERN runners provides some performance improvements. --- .github/workflows/ci.yml | 2 ++ .sync.yml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b298dbf..6c735d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,3 +20,5 @@ jobs: puppet: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3 + with: + unit_runs_on: 'cern-self-hosted' diff --git a/.sync.yml b/.sync.yml index 130aaeb..d8f6898 100644 --- a/.sync.yml +++ b/.sync.yml @@ -3,3 +3,8 @@ enabled_lint_checks: - parameter_documentation - parameter_types + +.github/workflows/ci.yml: + with: + timeout_minutes: 75 + unit_runs_on: 'cern-self-hosted'