We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46673ca commit 44375a1Copy full SHA for 44375a1
.circleci/config.yml
@@ -476,7 +476,7 @@ executors:
476
release_exec:
477
docker:
478
- image: ghcr.io/ros-planning/navigation2:main
479
- resource_class: large
+ resource_class: medium
480
working_directory: /opt/overlay_ws
481
environment:
482
<<: *common_environment
.circleci/defaults.yaml
@@ -6,7 +6,7 @@ _common: &common
6
"build":
7
<<: *common
8
"executor": "parallel"
9
- "parallel-workers": 4
+ "parallel-workers": 2
10
"symlink-install": true
11
"test":
12
0 commit comments