Skip to content

Commit 3193568

Browse files
committed
(CAT-2409) Use metadata v3 and exclude 7th gen OSs
Following a recent team discussion and decisions, we decided its best to switch to the usage of matrix_from_metadata_v3 and exclude problematic 7th generation OSs from the acceptance tests.
1 parent bb41c0e commit 3193568

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "ubuntu-latest"
1111
type: "string"
1212
flags:
13-
description: "Additional flags to pass to matrix_from_metadata_v2."
13+
description: "Additional flags to pass to matrix_from_metadata_v3."
1414
required: false
1515
default: ''
1616
type: "string"
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Test Matrix
6262
id: get-matrix
6363
run: |
64-
bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
64+
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
6565
6666
acceptance:
6767
name: "Acceptance tests (${{matrix.platforms.label}}, ${{matrix.collection}})"

.github/workflows/module_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "ubuntu-latest"
1111
type: "string"
1212
flags:
13-
description: "Additional flags to pass to matrix_from_metadata_v2."
13+
description: "Additional flags to pass to matrix_from_metadata_v3."
1414
required: false
1515
default: ''
1616
type: "string"
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Spec Test Matrix
6565
id: get-matrix
6666
run: |
67-
bundle exec matrix_from_metadata_v2 ${{ inputs.flags }}
67+
bundle exec matrix_from_metadata_v3 ${{ inputs.flags }}
6868
6969
spec:
7070
name: "Spec tests (Puppet: ${{matrix.puppet_version}}, Ruby Ver: ${{matrix.ruby_version}})"

0 commit comments

Comments
 (0)