Skip to content

Commit b965da6

Browse files
committed
limit parallel build jobs
1 parent 153719e commit b965da6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ version: 2.1
55

66
orbs:
77
# https://circleci.com/developer/orbs/orb/circleci/docker
8-
docker: circleci/docker@2.5.0
8+
docker: circleci/docker@2.7.1
99
# https://circleci.com/developer/orbs/orb/circleci/python
1010
python: circleci/python@2.1.1
1111
# https://circleci.com/developer/orbs/orb/circleci/shellcheck
1212
shellcheck: circleci/shellcheck@3.2.0
1313

1414
jobs:
1515
build-arm64:
16+
# We limit this to prevent overloading external servers (e.g., OSGeo, PROJ).
17+
# Note: Include parallel GitHub CI jobs when calculating the total load, as they run simultaneously!
18+
parallelism: 6
1619
machine:
1720
image: ubuntu-2204:current
1821
resource_class: arm.medium

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)