Skip to content

Commit cb90bd0

Browse files
committed
ci: reduce parallelism on each agents
1 parent 0926250 commit cb90bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# Connect your workspace on nx.app and uncomment this to enable task distribution.
3737
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e" targets have been requested
38-
- run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
38+
- run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e-ci" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
3939

4040
# This line is needed for nx affected to work when CI is running on a PR
4141
- run: git branch --track develop origin/develop || exit 0
@@ -46,4 +46,4 @@ jobs:
4646
main-branch-name: 'develop'
4747

4848
- run: pnpm exec nx-cloud record -- nx format:check
49-
- run: pnpm exec nx affected -t lint test build e2e-ci --parallel=8 --exclude=smoke --codeCoverage
49+
- run: pnpm exec nx affected -t lint test build e2e-ci --parallel=5 --exclude=smoke --codeCoverage

0 commit comments

Comments
 (0)