aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-12-02 12:09:36 +0800
committerfanquake <fanquake@gmail.com>2020-12-02 16:42:07 +0800
commit2b356117e94f9ef27b67a8e98663f5d676f58c11 (patch)
treea3d46a63c3e1cc5d469a924ce27ac1bcd230d30f /.cirrus.yml
parent80d4231e1638969b01c999028eaf3419bf3af23b (diff)
downloadbitcoin-2b356117e94f9ef27b67a8e98663f5d676f58c11.tar.xz
ci: no-longer exclude feature_block in TSAN job
The TSAN job is now running on Cirrus. Increase the allocated memory to the maximum allowed.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index dcd1323291..332209cc73 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -92,8 +92,8 @@ task:
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:focal
- cpu: 4 # Double CPU and Memory to avoid timeout
- memory: 16G
+ cpu: 4 # Double CPU and increase Memory to avoid timeout
+ memory: 24G
env:
MAKEJOBS: "-j8"
FILE_ENV: "./ci/test/00_setup_env_native_tsan.sh"