Skip to content

Commit

Permalink
Merge pull request ethereum#13655 from ethereum/raise_resource_class_…
Browse files Browse the repository at this point in the history
…for_cmdline_tests

raised resource class of `t_ubu_ubsan_clang_cli` to medium
  • Loading branch information
cameel authored Oct 28, 2022
2 parents 0816b15 + 8d4a354 commit ff14e40
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,6 @@ defaults:
CXX: clang++
MAKEFLAGS: -j 3

- base_ubuntu2004_clang_small: &base_ubuntu2004_clang_small
<<: *base_ubuntu2004_clang
resource_class: small
environment:
TERM: xterm
CC: clang
CXX: clang++
MAKEFLAGS: -j 2

- base_ubuntu2004_clang_large: &base_ubuntu2004_clang_large
<<: *base_ubuntu2004_clang
resource_class: large
Expand Down Expand Up @@ -1156,7 +1147,7 @@ jobs:
<<: *steps_soltest

t_ubu_ubsan_clang_cli:
<<: *base_ubuntu2004_clang_small
<<: *base_ubuntu2004_clang
<<: *steps_cmdline_tests

t_ems_solcjs:
Expand Down

0 comments on commit ff14e40

Please sign in to comment.