We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d54a8 commit 752f2fbCopy full SHA for 752f2fb
JenkinsJobs/SmokeTests/StartSmokeTests.jenkinsfile
@@ -35,6 +35,7 @@ spec:
35
name 'MACHINE'
36
values \
37
'opensuse_leap', \
38
+ 'linux_riscv', \
39
'centos9', \
40
'centos8_arm', \
41
'centos8_ppc'
@@ -53,6 +54,9 @@ spec:
53
54
if (agentId == 'opensuse_leap') {
55
os = 'linux'; arch = 'x86_64'
56
executorAgent = createKubernetesAgent('eclipse/platformreleng-opensuse-gtk3-metacity:15')
57
+ } else if (agentId == 'linux_riscv') {
58
+ os = 'linux'; arch = 'riscv64'
59
+ executorAgent = createLabeledAgent('riscv64')
60
} else if (agentId == 'centos9') {
61
62
executorAgent = createKubernetesAgent('eclipse/platformreleng-centos-gtk4-mutter:9')
0 commit comments