Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,15 @@ jobs:
# RHEL 8 doesn't handle file creation properly,
# need more investigation
- rhel-8
- rhcos-412-86-202402272018-0-gcp-x86-64
- rhcos-414-92-202407091253-0-gcp-x86-64
# BPF trampolines are only implemented starting with RHEL 10
- rhel-9-arm64
- rhcos-9-8-20260520-0-gcp-aarch64
- rhcos-9-6-20260512-0-gcp-aarch64
- rhcos-418-94-202602022246-0-gcp-aarch64
- rhcos-416-94-202510081640-0-gcp-aarch64
excluded_images:
# RHEL 8 doesn't handle file creation properly,
# need more investigation
- rhcos-41[0-4]-[-0-9]+-gcp-x86-64
# BPF trampolines are only implemented starting with RHEL 10
- rhcos-9-[-0-9]+-gcp-aarch64
- rhcos-4[-0-9]+-gcp-aarch64
Comment thread
coderabbitai[bot] marked this conversation as resolved.
EOF

- name: Create Test VMs
Expand Down
Loading