mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
ci: Reduce tsan CPU and memory for faster scheduling
This commit is contained in:
parent
aaaa07bc84
commit
fa3761d19d
1 changed files with 3 additions and 3 deletions
|
@ -243,8 +243,8 @@ task:
|
||||||
name: '[TSan, depends, gui] [lunar]'
|
name: '[TSan, depends, gui] [lunar]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
cpu: 6 # Increase CPU and Memory to avoid timeout
|
cpu: 4
|
||||||
memory: 24G
|
memory: 16G # The default memory is too small, so double everything
|
||||||
docker_arguments:
|
docker_arguments:
|
||||||
CI_IMAGE_NAME_TAG: ubuntu:lunar
|
CI_IMAGE_NAME_TAG: ubuntu:lunar
|
||||||
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
|
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"
|
||||||
|
@ -298,7 +298,7 @@ task:
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 16G # The default memory is sometimes just a bit too small, so double everything
|
memory: 16G # The default memory is too small, so double everything
|
||||||
docker_arguments:
|
docker_arguments:
|
||||||
CI_IMAGE_NAME_TAG: ubuntu:focal
|
CI_IMAGE_NAME_TAG: ubuntu:focal
|
||||||
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
|
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
|
||||||
|
|
Loading…
Add table
Reference in a new issue