amd/ci: reduce Renoir's concurrency to 16
It seems like when we increased the number of tests per shard, we started overcommitting the Renoir runner, leading to load averages higher than the 16 CPU threads could handle, while also running at 75-96% memory usage. By dropping the concurrency to 16, we should be able to reduce this memory usage while also reducing the execution time. Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26501>
This commit is contained in:
committed by
Marge Bot
parent
d9565a0e66
commit
91076fd390
@@ -261,7 +261,7 @@
|
||||
.renoir-test-valve:
|
||||
variables:
|
||||
RUNNER_FARM_LOCATION: mupuf
|
||||
FDO_CI_CONCURRENT: 24
|
||||
FDO_CI_CONCURRENT: 16
|
||||
B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g'
|
||||
B2C_TIMEOUT_BOOT_MINUTES: 60
|
||||
B2C_TIMEOUT_OVERALL_MINUTES: 120
|
||||
|
||||
Reference in New Issue
Block a user