Skip to content

Commit f6e4a72

Browse files
committed
(CAT-1696) - Skip pipeline for ARM based OS
1 parent 49ebfc3 commit f6e4a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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}}"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
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}}"

0 commit comments

Comments
 (0)