From 2b356117e94f9ef27b67a8e98663f5d676f58c11 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 2 Dec 2020 12:09:36 +0800 Subject: 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. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') 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" -- cgit v1.2.3