Skip to content

Commit 285a486

Browse files
committed
Exclude Puppet 5 and Ubuntu 20.04 tests
1 parent 2a47194 commit 285a486

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
matrix:
5757
setfile: ${{fromJson(needs.setup_matrix.outputs.beaker_setfiles)}}
5858
puppet: ${{fromJson(needs.setup_matrix.outputs.puppet_major_versions)}}
59+
exclude:
60+
- setfile: centos8-64{hostname=centos8-64.example.com}
61+
puppet: puppet5
5962
name: ${{ matrix.puppet.name }} - ${{ matrix.setfile.name }}
6063
steps:
6164
- name: Enable IPv6 on docker

.sync.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
---
2+
.github/workflows/ci.yml:
3+
excludes:
4+
- setfile: centos8-64{hostname=centos8-64.example.com}
5+
puppet: puppet5
26
spec/spec_helper_acceptance.rb:
37
unmanaged: false

0 commit comments

Comments
 (0)