We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecdc26 commit 74dee05Copy full SHA for 74dee05
.github/workflows/acceptance.yaml
@@ -54,4 +54,6 @@ jobs:
54
RUN_ACCEPTANCE: 1
55
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet }}
56
BEAKER_set: ${{ matrix.set }}
57
+ BEAKER_sensu_mode: base
58
+ BEAKER_sensu_use_agent: no
59
BEAKER_sensu_ci_build: ${{ matrix.ci_build }}
.github/workflows/unit.yaml
@@ -28,14 +28,6 @@ jobs:
28
puppet: 8
29
fixtures: .fixtures.yml
30
allow_failure: false
31
- - ruby: 2.5.7
32
- puppet: 6
33
- fixtures: .fixtures-latest.yml
34
- allow_failure: true
35
- - ruby: 2.7.6
36
- puppet: 7
37
38
39
env:
40
BUNDLE_WITHOUT: system_tests:development
41
PUPPET_GEM_VERSION: "~> ${{ matrix.puppet }}.0"
0 commit comments