Skip to content

Commit

Permalink
[Build] Add smoke test for linux.riscv64
Browse files Browse the repository at this point in the history
Part of #2310
  • Loading branch information
HannesWell committed Dec 6, 2024
1 parent 16d54a8 commit e803717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JenkinsJobs/SmokeTests/StartSmokeTests.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
name 'MACHINE'
values \
'opensuse_leap', \
'linux_riscv', \
'centos9', \
'centos8_arm', \
'centos8_ppc'
Expand All @@ -53,6 +54,9 @@ spec:
if (agentId == 'opensuse_leap') {
os = 'linux'; arch = 'x86_64'
executorAgent = createKubernetesAgent('eclipse/platformreleng-opensuse-gtk3-metacity:15')
} else if (agentId == 'linux_riscv') {
os = 'linux'; arch = 'riscv64'
executorAgent = createLabeledAgent('riscv64')
} else if (agentId == 'centos9') {
os = 'linux'; arch = 'x86_64'
executorAgent = createKubernetesAgent('eclipse/platformreleng-centos-gtk4-mutter:9')
Expand Down

0 comments on commit e803717

Please sign in to comment.