Skip to content

Commit f2894cf

Browse files
committed
PE-38709 - PEADM - Centos 8 CI failures - removing from metadata
1 parent bd3f3e1 commit f2894cf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
needs: Spec
2020
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2121
with:
22-
flags: "--provision-service --exclude-platforms '["CentOS-8"]'"
22+
flags: "--provision-service"
2323
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
needs: Spec
1919
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
2020
with:
21-
flags: "--provision-service --exclude-platforms '["CentOS-8"]'"
21+
flags: "--provision-service"
2222
secrets: "inherit"

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
{
7070
"operatingsystem": "CentOS",
7171
"operatingsystemrelease": [
72-
"7",
73-
"8"
72+
"7"
7473
]
7574
},
7675
{

0 commit comments

Comments
 (0)