We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7682d8 + 5f84a6d commit 037048fCopy full SHA for 037048f
config_defaults.yml
@@ -4,6 +4,7 @@
4
beaker_fact_matrix: {}
5
excludes: []
6
pidfile_workaround: false
7
+ timeout_minutes: 40
8
.travis.yml:
9
delete: true
10
Gemfile:
moduleroot/.github/workflows/ci.yml.erb
@@ -6,6 +6,7 @@ jobs:
setup_matrix:
name: 'Setup Test Matrix'
runs-on: ubuntu-latest
+ timeout-minutes: <%= @configs['timeout_minutes'] %>
outputs:
11
beaker_setfiles: ${{ steps.get-outputs.outputs.beaker_setfiles }}
12
puppet_major_versions: ${{ steps.get-outputs.outputs.puppet_major_versions }}
@@ -30,6 +31,7 @@ jobs:
30
31
unit:
32
needs: setup_matrix
33
34
35
strategy:
36
fail-fast: false
37
matrix:
0 commit comments