Skip to content

Commit

Permalink
Run unit tests on CERN runners
Browse files Browse the repository at this point in the history
The module has quite a few tests and running on the CERN runners
provides some performance improvements.
  • Loading branch information
bastelfreak committed Sep 13, 2024
1 parent 1974697 commit 77d9d68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
with:
unit_runs_on: 'cern-self-hosted'
5 changes: 5 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 77d9d68

Please sign in to comment.