Skip to content

Commit ff14e40

Browse files
authored
Merge pull request #13655 from ethereum/raise_resource_class_for_cmdline_tests
raised resource class of `t_ubu_ubsan_clang_cli` to medium
2 parents 0816b15 + 8d4a354 commit ff14e40

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,6 @@ defaults:
310310
CXX: clang++
311311
MAKEFLAGS: -j 3
312312

313-
- base_ubuntu2004_clang_small: &base_ubuntu2004_clang_small
314-
<<: *base_ubuntu2004_clang
315-
resource_class: small
316-
environment:
317-
TERM: xterm
318-
CC: clang
319-
CXX: clang++
320-
MAKEFLAGS: -j 2
321-
322313
- base_ubuntu2004_clang_large: &base_ubuntu2004_clang_large
323314
<<: *base_ubuntu2004_clang
324315
resource_class: large
@@ -1156,7 +1147,7 @@ jobs:
11561147
<<: *steps_soltest
11571148

11581149
t_ubu_ubsan_clang_cli:
1159-
<<: *base_ubuntu2004_clang_small
1150+
<<: *base_ubuntu2004_clang
11601151
<<: *steps_cmdline_tests
11611152

11621153
t_ems_solcjs:

0 commit comments

Comments
 (0)