Skip to content

Commit

Permalink
Change base image of t_ubu_asan_cli and t_ubu_codecov to image with
Browse files Browse the repository at this point in the history
higher resource_class
  • Loading branch information
r0qs committed Dec 9, 2022
1 parent b49dac7 commit 1f1b591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ jobs:
- gitter_notify_failure_unless_pr

t_ubu_codecov:
<<: *base_ubuntu2004
<<: *base_ubuntu2004_large
environment:
EVM: << pipeline.parameters.evm-version >>
OPTIMIZE: 1
Expand Down Expand Up @@ -1099,7 +1099,7 @@ jobs:

t_ubu_asan_cli:
# Runs slightly faster on medium but we only run it nightly so efficiency matters more.
<<: *base_ubuntu2004_small
<<: *base_ubuntu2004
environment:
TERM: xterm
ASAN_OPTIONS: check_initialization_order=true:detect_stack_use_after_return=true:strict_init_order=true:strict_string_checks=true:detect_invalid_pointer_pairs=2
Expand Down

0 comments on commit 1f1b591

Please sign in to comment.