File tree 2 files changed +46
-1
lines changed
2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,50 @@ steps:
38
38
machineType : n2-standard-2
39
39
enableNestedVirtualization : true
40
40
41
+ - label : " quark-test on fedora 28 (no bpf)"
42
+ key : test_fedora_28
43
+ command : " ./.buildkite/runtest_fedora.sh 28 -k"
44
+ depends_on :
45
+ - make_docker
46
+ agents :
47
+ image : family/core-ubuntu-2204
48
+ provider : gcp
49
+ machineType : n2-standard-2
50
+ enableNestedVirtualization : true
51
+
52
+ - label : " quark-test on fedora 29 (no bpf)"
53
+ key : test_fedora_29
54
+ command : " ./.buildkite/runtest_fedora.sh 29 -k"
55
+ depends_on :
56
+ - make_docker
57
+ agents :
58
+ image : family/core-ubuntu-2204
59
+ provider : gcp
60
+ machineType : n2-standard-2
61
+ enableNestedVirtualization : true
62
+
63
+ - label : " quark-test on fedora 30 (no bpf)"
64
+ key : test_fedora_30
65
+ command : " ./.buildkite/runtest_fedora.sh 30 -k"
66
+ depends_on :
67
+ - make_docker
68
+ agents :
69
+ image : family/core-ubuntu-2204
70
+ provider : gcp
71
+ machineType : n2-standard-2
72
+ enableNestedVirtualization : true
73
+
74
+ - label : " quark-test on fedora 31 (no bpf)"
75
+ key : test_fedora_31
76
+ command : " ./.buildkite/runtest_fedora.sh 31 -k"
77
+ depends_on :
78
+ - make_docker
79
+ agents :
80
+ image : family/core-ubuntu-2204
81
+ provider : gcp
82
+ machineType : n2-standard-2
83
+ enableNestedVirtualization : true
84
+
41
85
- label : " quark-test on fedora 32"
42
86
key : test_fedora_32
43
87
command : " ./.buildkite/runtest_fedora.sh 32"
Original file line number Diff line number Diff line change 3
3
set -euo pipefail
4
4
5
5
FEDORAVER=" $1 "
6
+ shift
6
7
7
8
function download {
8
9
buildkite-agent artifact download " $1 " " $2 "
@@ -32,6 +33,6 @@ sudo apt-get -qq install -y --no-install-recommends \
32
33
sudo kvm-ok
33
34
34
35
# Run Forrest Run
35
- sudo ./krun-fedora.sh initramfs.gz $FEDORAVER quark-test
36
+ sudo ./krun-fedora.sh initramfs.gz $FEDORAVER quark-test $@
36
37
37
38
exit $?
You can’t perform that action at this time.
0 commit comments