mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 12:50:35 +01:00
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:
parent
d9565a0e66
commit
91076fd390
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue