Skip to content

Commit 7ce1860

Browse files
committed
Temporarily disable fcarm VMs for konflux testing
1 parent bcb0acc commit 7ce1860

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,20 @@ on:
1818
type: string
1919
default: ''
2020

21+
# this is temporary, will be removed once Konflux builds have been
22+
# modified to support Arm
23+
vm_list:
24+
description: JSON list of VMs to test on
25+
default: '["fedora-coreos","fcarm"]'
26+
type: string
27+
2128
jobs:
2229
integration-tests:
2330
runs-on: ubuntu-24.04
2431
strategy:
2532
fail-fast: false
2633
matrix:
27-
vm:
28-
- fedora-coreos
29-
- fcarm
34+
vm: "${{ fromJSON(inputs.vm_list) }}"
3035

3136
steps:
3237
- uses: actions/checkout@v4

.github/workflows/konflux-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ jobs:
5050
registry: quay.io/rhacs-eng/fact
5151
tag: ${{ needs.init.outputs.fact-tag }}
5252
job-tag: konf
53+
vm_list: '["fedora-coreos"]'
5354
secrets: inherit

0 commit comments

Comments
 (0)