Skip to content

Commit

Permalink
chore(repo): reenable env var propagation (nrwl#21147)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei authored Jan 25, 2024
1 parent 8bc8d69 commit 5208d6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ 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
no_output_timeout: 45m

# -------------------------
# WORKFLOWS(JOBS)
Expand Down
6 changes: 0 additions & 6 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ launch-templates:
GIT_COMMITTER_NAME: Test
SELECTED_PM: 'pnpm'
NPM_CONFIG_PREFIX: '/home/workflows/.npm-global'
NX_E2E_CI_CACHE_KEY: e2e-circleci-linux
NX_PERF_LOGGING: 'false'
NX_NATIVE_LOGGING: 'false'
CI: 'true'
NX_E2E_RUN_E2E: 'true'
NX_CLOUD_ACCESS_TOKEN: '{{secrets.NX_CLOUD_ACCESS_TOKEN}}'
init-steps:
- name: Checkout
uses: 'nrwl/nx-cloud-workflows/v1.1/workflow-steps/checkout/main.yaml'
Expand Down
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ rust-toolchain @nrwl/nx-native-reviewers

# CI
/.circleci/** @nrwl/nx-pipelines-reviewers
/.nx/workflows/** @nrwl/nx-pipelines-reviewers
/.github/** @nrwl/nx-pipelines-reviewers
/.husky/** @nrwl/nx-pipelines-reviewers
/packages/workspace/src/generators/ci-workflow/** @nrwl/nx-pipelines-reviewers
Expand Down
6 changes: 5 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"!{projectRoot}/tsconfig.storybook.json",
"!{projectRoot}/src/test-setup.[jt]s"
],
"sharedGlobals": ["{workspaceRoot}/babel.config.json"],
"sharedGlobals": [
"{workspaceRoot}/babel.config.json",
"{workspaceRoot}/.nx/workflows/agents.yaml",
"{workspaceRoot}/.circleci/config.yml"
],
"native": [
"{projectRoot}/**/*.rs",
"{projectRoot}/**/Cargo.*",
Expand Down

0 comments on commit 5208d6d

Please sign in to comment.