File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,28 @@ steps:
385
385
machineType : n2-standard-2
386
386
enableNestedVirtualization : true
387
387
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
+
388
410
- label : " quark-test on ubuntu 18.04 (no bpf)"
389
411
key : test_ubuntu_18_04
390
412
command : " ./.buildkite/runtest_distro.sh ubuntu 18.04 -k"
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ case $RHELVER in
48
48
8|9) URL=" https://ftp.fau.de/rockylinux/$RHELVER /BaseOS/x86_64/os/Packages/k" ;;
49
49
8.[34]) URL=" https://dl.rockylinux.org/vault/rocky/$RHELVER /BaseOS/x86_64/os/Packages" ;;
50
50
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" ;;
51
52
* ) die " Unsupported RHEL version: $RHELVER " ;;
52
53
esac
53
54
You can’t perform that action at this time.
0 commit comments