Skip to content

Commit 2cded6c

Browse files
committed
ENH: CircleCI use large resource class
1 parent c86ab10 commit 2cded6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
docker:
1818
- image: cimg/python:3.9
1919
working_directory: ~/
20-
resource_class: medium
20+
resource_class: large
2121
branches:
2222
ignore:
2323
- gh-pages
@@ -64,8 +64,8 @@ jobs:
6464
ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS: 2
6565
CTEST_OUTPUT_ON_FAILURE: 1
6666
CTEST_CONFIGURATION_TYPE: "MinSizeRel"
67-
CTEST_BUILD_FLAGS: "-j 3"
68-
PARALLEL_LEVEL: 2
67+
CTEST_BUILD_FLAGS: "-j 5"
68+
PARALLEL_LEVEL: 4
6969
CTEST_CMAKE_GENERATOR: "Ninja"
7070
command: |
7171
export PATH=/usr/lib/ccache:${PATH}

0 commit comments

Comments
 (0)