Skip to content

Commit 43cea0b

Browse files
committed
CI: Double the number of threads for jobs that did slow down after switching to a smaller resource class
1 parent 978acc1 commit 43cea0b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.circleci/config.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,11 @@ jobs:
617617

618618
b_ubu_clang: &b_ubu_clang
619619
<<: *base_ubuntu2004_clang_large
620+
environment:
621+
TERM: xterm
622+
CC: clang
623+
CXX: clang++
624+
MAKEFLAGS: -j 10
620625
steps:
621626
- checkout
622627
- run: *run_build
@@ -664,7 +669,7 @@ jobs:
664669
# Runs 2x faster on large and 3x on xlarge but no other jobs depend on it we can live with medium.
665670
<<: *base_ubuntu2004
666671
environment:
667-
MAKEFLAGS: -j 3
672+
MAKEFLAGS: -j 5
668673
CMAKE_OPTIONS: -DCMAKE_BUILD_TYPE=Release -DUSE_Z3_DLOPEN=ON -DUSE_CVC4=OFF -DSOLC_STATIC_STDLIBS=ON
669674
steps:
670675
- checkout
@@ -718,7 +723,7 @@ jobs:
718723
environment:
719724
CMAKE_BUILD_TYPE: Debug
720725
CMAKE_OPTIONS: -DCMAKE_CXX_STANDARD=20 -DUSE_CVC4=OFF
721-
MAKEFLAGS: -j 5
726+
MAKEFLAGS: -j 10
722727
steps:
723728
- checkout
724729
- run: *run_build
@@ -836,6 +841,9 @@ jobs:
836841

837842
b_ems:
838843
<<: *base_ems_large
844+
environment:
845+
TERM: xterm
846+
MAKEFLAGS: -j 10
839847
steps:
840848
- checkout
841849
- run:
@@ -1299,7 +1307,7 @@ workflows:
12991307
<<: *workflow_emscripten
13001308
name: t_ems_test_ext_zeppelin
13011309
project: zeppelin
1302-
resource_class: medium
1310+
resource_class: large
13031311
- t_ems_ext:
13041312
<<: *workflow_emscripten
13051313
name: t_ems_test_ext_ens

0 commit comments

Comments
 (0)