From 94143a87343087c2924825d90d9e49ab38339aa1 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Wed, 15 Nov 2023 16:42:52 -0500 Subject: [PATCH] chore(repo): stop agents after macos (#20261) --- .circleci/config.yml | 4 ++++ .nx/workflows/agents.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 053bfec73e..958ee3cc1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,6 +161,10 @@ jobs: command: | pnpm nx affected -t e2e-macos --parallel=1 --base=$NX_BASE --head=$NX_HEAD no_output_timeout: 45m + - run: + name: Close CI group + command: | + pnpm nx-cloud stop-all-agents # ------------------------- # WORKFLOWS(JOBS) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 65a494e2fd..c5f20f035c 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -7,7 +7,7 @@ launch-templates: GIT_COMMITTER_EMAIL: test@test.com GIT_COMMITTER_NAME: Test NX_E2E_CI_CACHE_KEY: e2e-circleci-linux - NX_VERBOSE_LOGGING: 'false' + NX_VERBOSE_LOGGING: 'true' NX_PERF_LOGGING: 'false' NX_NATIVE_LOGGING: 'false' SELECTED_PM: 'pnpm'