chore(repo): stop agents after macos (#20261)
This commit is contained in:
parent
8a0707df86
commit
94143a8734
@ -161,6 +161,10 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
pnpm nx affected -t e2e-macos --parallel=1 --base=$NX_BASE --head=$NX_HEAD
|
pnpm nx affected -t e2e-macos --parallel=1 --base=$NX_BASE --head=$NX_HEAD
|
||||||
no_output_timeout: 45m
|
no_output_timeout: 45m
|
||||||
|
- run:
|
||||||
|
name: Close CI group
|
||||||
|
command: |
|
||||||
|
pnpm nx-cloud stop-all-agents
|
||||||
|
|
||||||
# -------------------------
|
# -------------------------
|
||||||
# WORKFLOWS(JOBS)
|
# WORKFLOWS(JOBS)
|
||||||
|
|||||||
@ -7,7 +7,7 @@ launch-templates:
|
|||||||
GIT_COMMITTER_EMAIL: test@test.com
|
GIT_COMMITTER_EMAIL: test@test.com
|
||||||
GIT_COMMITTER_NAME: Test
|
GIT_COMMITTER_NAME: Test
|
||||||
NX_E2E_CI_CACHE_KEY: e2e-circleci-linux
|
NX_E2E_CI_CACHE_KEY: e2e-circleci-linux
|
||||||
NX_VERBOSE_LOGGING: 'false'
|
NX_VERBOSE_LOGGING: 'true'
|
||||||
NX_PERF_LOGGING: 'false'
|
NX_PERF_LOGGING: 'false'
|
||||||
NX_NATIVE_LOGGING: 'false'
|
NX_NATIVE_LOGGING: 'false'
|
||||||
SELECTED_PM: 'pnpm'
|
SELECTED_PM: 'pnpm'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user