Skip to content

Commit

Permalink
CI: tweak cirrus.yml to prevent OOM and timeout w sanitizer/valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jun 15, 2021
1 parent 59d17ab commit 492d3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ task:
container:
dockerfile: ci/linux-debian.Dockerfile
cpu: 1
memory: 1G
memory: 2G
env:
ECDH: yes
RECOVERY: yes
Expand All @@ -318,7 +318,7 @@ task:
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1"
ASAN_OPTIONS: "strict_string_checks=1:detect_stack_use_after_return=1:detect_leaks=1"
LSAN_OPTIONS: "use_unaligned=1"
TEST_ITERS: 32
TEST_ITERS: 16
# Try to cover many configurations with just a tiny matrix.
matrix:
- env:
Expand Down

0 comments on commit 492d3ff

Please sign in to comment.