Skip to content

Commit

Permalink
Merge pull request ethereum#13793 from ethereum/increase-asancli-code…
Browse files Browse the repository at this point in the history
…cov-ci-resoure

Increase CI resource_class of t_ubu_asan_cli and t_ubu_codecov tests
  • Loading branch information
cameel authored Dec 9, 2022
2 parents b49dac7 + 1f1b591 commit a9fe05e
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 a9fe05e

Please sign in to comment.