Skip to content

Commit fa6b264

Browse files
Add a new rise-riscv64-4 worker (#758)
1 parent 6bd0da8 commit fa6b264

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

master/custom/builders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,9 @@ def generate_builderdefs(tags, tuples):
428428

429429
# Arch Usan (see stable "AMD64 Arch Linux Usan Function" above)
430430
("AMD64 Arch Linux Usan", "pablogsal-arch-x86_64", ClangUbsanLinuxBuild),
431+
432+
# RISC-V 64-bit GCC
433+
("RISC-V 64-bit Ubuntu", "rise-riscv64-4", SlowDebugUnixBuild)
431434
]))
432435

433436

master/custom/workers.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ def get_workers(settings):
229229
'aarch32', 'arm'],
230230
parallel_tests=4,
231231
),
232+
cpw(
233+
name="rise-riscv64-4",
234+
tags=['linux', 'unix', 'ubuntu', 'riscv64'],
235+
not_branches=['3.10'],
236+
parallel_tests=4,
237+
),
232238
cpw(
233239
name="stan-aarch64-ubuntu",
234240
tags=['linux', 'unix', 'ubuntu', 'arm', 'arm64', 'aarch64'],

0 commit comments

Comments
 (0)