Enforce the max-parallel to 1 to avoid the conflicts of network benchmarks
This commit is contained in:
parent
1e3098d734
commit
85e0dcf70b
|
|
@ -103,6 +103,8 @@ jobs:
|
|||
- memcached/t8_conc32_window20k
|
||||
- memcached/t16_conc64_window10k
|
||||
fail-fast: false
|
||||
# FIXME: Remove the following line after fixing the parallel execution of network benchmarks.
|
||||
max-parallel: 1
|
||||
timeout-minutes: 60
|
||||
container:
|
||||
image: asterinas/asterinas:0.14.1-20250322
|
||||
|
|
|
|||
Loading…
Reference in New Issue