Skip to content

Commit 17f9c73

Browse files
committed
Add RHEL10 to testing infrastructure
1 parent 0d6b03c commit 17f9c73

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,28 @@ steps:
385385
machineType: n2-standard-2
386386
enableNestedVirtualization: true
387387

388+
- label: "quark-test on rhel 10"
389+
key: test_rhel_10
390+
command: "./.buildkite/runtest_distro.sh rhel 10"
391+
depends_on:
392+
- make_docker
393+
agents:
394+
image: family/core-ubuntu-2404
395+
provider: gcp
396+
machineType: n2-standard-2
397+
enableNestedVirtualization: true
398+
399+
- label: "quark-test on rhel 10.0"
400+
key: test_rhel_10_0
401+
command: "./.buildkite/runtest_distro.sh rhel 10.0"
402+
depends_on:
403+
- make_docker
404+
agents:
405+
image: family/core-ubuntu-2404
406+
provider: gcp
407+
machineType: n2-standard-2
408+
enableNestedVirtualization: true
409+
388410
- label: "quark-test on ubuntu 18.04 (no bpf)"
389411
key: test_ubuntu_18_04
390412
command: "./.buildkite/runtest_distro.sh ubuntu 18.04 -k"

krun-rhel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ case $RHELVER in
4848
8|9) URL="https://ftp.fau.de/rockylinux/$RHELVER/BaseOS/x86_64/os/Packages/k";;
4949
8.[34]) URL="https://dl.rockylinux.org/vault/rocky/$RHELVER/BaseOS/x86_64/os/Packages";;
5050
8.?|9.?) URL="https://dl.rockylinux.org/vault/rocky/$RHELVER/BaseOS/x86_64/os/Packages/k";;
51+
10|10.?) URL="https://ftp.fau.de/rockylinux/$RHELVER/BaseOS/x86_64/os/Packages/k";;
5152
*) die "Unsupported RHEL version: $RHELVER";;
5253
esac
5354

0 commit comments

Comments
 (0)