We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aafc3 commit f5ffaabCopy full SHA for f5ffaab
1 file changed
.github/workflows/integration-tests.yml
@@ -27,6 +27,9 @@ jobs:
27
vm:
28
- fedora-coreos
29
- fcarm
30
+ - rhel
31
+ - rhel-arm64
32
+ - rhcos
33
34
steps:
35
- uses: actions/checkout@v4
@@ -80,6 +83,14 @@ jobs:
80
83
quay:
81
84
username: ${{ secrets.QUAY_RHACS_ENG_RO_USERNAME }}
82
85
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
94
EOF
95
96
- name: Create Test VMs
0 commit comments