nx
Nx
GitHub
Nx
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
Nx
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
GitHub
Nx
Workspace
Succeeded
36922
68d2e5da fix(core): remove the installed Nx Cloud client on reset `getBundleInstallDefaultLocation` already returns the directory the version subdirectories sit in, so appending `cloud` pointed one level too deep and `rmSync` silently no-opped on the missing path. `nx reset` never removed the bundle in any configuration.
by FrozenPandaz
F
Failed
36922
Flaky task
→
697f7210 fix(core): install the Nx Cloud bundle in the workspace The client bundle `require`s a bare `nx` specifier, which resolves only by walking up into the workspace's node_modules, so it cannot follow `cacheDir` -- that is shared per-user and lives outside the checkout. Reverts the CI-scoped cache carve-out and fixes the resolution constraint where it lives instead, so the bundle is reachable on every environment and every cache configuration rather than only on CI. NXC-4944
by FrozenPandaz
F
Canceled
36922
697f7210 fix(core): install the Nx Cloud bundle in the workspace The client bundle `require`s a bare `nx` specifier, which resolves only by walking up into the workspace's node_modules, so it cannot follow `cacheDir` -- that is shared per-user and lives outside the checkout. Reverts the CI-scoped cache carve-out and fixes the resolution constraint where it lives instead, so the bundle is reachable on every environment and every cache configuration rather than only on CI. NXC-4944
by FrozenPandaz
F
Canceled
36922
697f7210 fix(core): install the Nx Cloud bundle in the workspace The client bundle `require`s a bare `nx` specifier, which resolves only by walking up into the workspace's node_modules, so it cannot follow `cacheDir` -- that is shared per-user and lives outside the checkout. Reverts the CI-scoped cache carve-out and fixes the resolution constraint where it lives instead, so the bundle is reachable on every environment and every cache configuration rather than only on CI. NXC-4944
by FrozenPandaz
F
Canceled
36922
697f7210 fix(core): install the Nx Cloud bundle in the workspace The client bundle `require`s a bare `nx` specifier, which resolves only by walking up into the workspace's node_modules, so it cannot follow `cacheDir` -- that is shared per-user and lives outside the checkout. Reverts the CI-scoped cache carve-out and fixes the resolution constraint where it lives instead, so the bundle is reachable on every environment and every cache configuration rather than only on CI. NXC-4944
by FrozenPandaz
F
Succeeded
36922
299fa27c fix(core): keep the cache in the workspace on CI The Nx Cloud client bundle installs under `cacheDir` and requires bare `nx`, which resolves only by walking up into the workspace's node_modules. Since the cache moved to the shared `~/.nx/<id>` root the DTE V4 worker fails with `nx/src/utils/workspace-context` not found. pnpm shimming masked it in the ocean and nx workspaces. `computeSharedDataLocation` answers `none` on CI, so the cache and the project graph database stay at `<workspaceRoot>/.nx`. The check goes in the one predicate both kinds follow rather than in `cacheDir` alone, so the cache and the database cannot end up in different scopes. Updates the docs that named `~/.nx/<id>/cache` as the unconditional default, including the callout telling readers to repoint their CI cache step at `~/.nx`.
by Craigory C...
C
Failed
36922
Flaky task
→
299fa27c fix(core): keep the cache in the workspace on CI The Nx Cloud client bundle installs under `cacheDir` and requires bare `nx`, which resolves only by walking up into the workspace's node_modules. Since the cache moved to the shared `~/.nx/<id>` root the DTE V4 worker fails with `nx/src/utils/workspace-context` not found. pnpm shimming masked it in the ocean and nx workspaces. `computeSharedDataLocation` answers `none` on CI, so the cache and the project graph database stay at `<workspaceRoot>/.nx`. The check goes in the one predicate both kinds follow rather than in `cacheDir` alone, so the cache and the database cannot end up in different scopes. Updates the docs that named `~/.nx/<id>/cache` as the unconditional default, including the callout telling readers to repoint their CI cache step at `~/.nx`.
by Craigory C...
C
Canceled
36922
c1aa8a94 fix(core): keep the cache in the workspace on CI `computeSharedDataLocation` answers `none` on a CI runner, so the cache and the project graph database stay at `<workspaceRoot>/.nx` instead of the shared `~/.nx/<id>` root. A CI runner is typically ephemeral and holds one checkout, so the shared root has little to offer it, and a pipeline's own cache step is pointed at the workspace. The carve-out goes in the one predicate both kinds follow rather than in `cacheDir` alone, so the cache and the database move together and a run cannot take a hit on rows whose artifacts it never wrote. Updates the docs that named `~/.nx/<id>/cache` as the unconditional default, including the callout telling readers to repoint their CI cache step at `~/.nx`.
by Craigory C...
C
Previous
Next