Skip to content

Commit f5ffaab

Browse files
committed
feat: run integration tests on more platforms
1 parent 62aafc3 commit f5ffaab

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
vm:
2828
- fedora-coreos
2929
- fcarm
30+
- rhel
31+
- rhel-arm64
32+
- rhcos
3033

3134
steps:
3235
- uses: actions/checkout@v4
@@ -80,6 +83,14 @@ jobs:
8083
quay:
8184
username: ${{ secrets.QUAY_RHACS_ENG_RO_USERNAME }}
8285
password: ${{ secrets.QUAY_RHACS_ENG_RO_PASSWORD }}
86+
excluded_vms:
87+
# RHEL 8 doesn't handle file creation properly,
88+
# need more investigation
89+
- rhel-8
90+
- rhcos-412-86-202402272018-0-gcp-x86-64
91+
- rhcos-414-92-202407091253-0-gcp-x86-64
92+
# BPF trampolines are only implemented starting with RHEL 10
93+
- rhel-9-arm64
8394
EOF
8495
8596
- name: Create Test VMs

0 commit comments

Comments
 (0)