Skip to content

Commit 38fad75

Browse files
authored
Merge pull request #1617 from puppetlabs/CAT-1696-skip-arm-pipeline
(CAT-1696) - Skip pipeline for ARM based OS
2 parents 49ebfc3 + d66485b commit 38fad75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Acceptance Test Matrix
4040
id: get-matrix
4141
run: |
42-
bundle exec matrix_from_metadata_v2
42+
bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm", "RedHat-9-arm"]'
4343
4444
Acceptance:
4545
name: "${{matrix.platforms.label}}, ${{matrix.collection}}"

Diff for: .github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Acceptance Test Matrix
3939
id: get-matrix
4040
run: |
41-
bundle exec matrix_from_metadata_v2
41+
bundle exec matrix_from_metadata_v2 --exclude-platforms '["Ubuntu-22.04-arm", "RedHat-9-arm"]'
4242
4343
Acceptance:
4444
name: "${{matrix.platforms.label}}, ${{matrix.collection}}"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ The MySQL module has an example task that allows a user to execute arbitary SQL
659659

660660
## Limitations
661661

662-
For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-mysql/blob/main/metadata.json)
662+
This module lacks compatibility with the ARM architecture, for an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-mysql/blob/main/metadata.json)
663663

664664
**Note:** The mysqlbackup.sh does not work and is not supported on MySQL 5.7 and greater.
665665

0 commit comments

Comments
 (0)