We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f647c commit be30d05Copy full SHA for be30d05
.github/workflows/acceptance-full.yaml
@@ -15,12 +15,6 @@ jobs:
15
fail-fast: false
16
matrix:
17
# Modes described in DESIGN.md: https://github.com/sensu/sensu-puppet/blob/master/DESIGN.md#acceptance-tests
18
- set:
19
- - rocky-8
20
- - debian-10
21
- - ubuntu-1804
22
- - ubuntu-2004
23
- - amazonlinux-201803
24
sensu_mode:
25
- full
26
- types
@@ -45,7 +39,7 @@ jobs:
45
39
puppet: puppet6
46
40
env:
47
41
BEAKER_debug: true
48
- name: ${{ matrix.set }} ${{ matrix.puppet }} (mode=${{ matrix.sensu_mode }} use-agent=${{ matrix.use_agent }} CI=${{ matrix.ci_build }})
42
+ name: Rocky 8 ${{ matrix.puppet }} (mode=${{ matrix.sensu_mode }} use-agent=${{ matrix.use_agent }} CI=${{ matrix.ci_build }})
49
43
steps:
50
44
- uses: actions/checkout@v4
51
- name: Setup ruby
0 commit comments