Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .nx/workflows/dynamic-changesets.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distribute-on:
default: 8 linux-large, 1 linux-extra-large
default: auto linux-large, 1 linux-extra-large
assignment-rules:
# e2e-release tests must run sequentially due to shared git state and publishing operations
- projects:
Expand All @@ -24,7 +24,6 @@ assignment-rules:
- e2e-react
- e2e-next
- e2e-web
- e2e-eslint
targets:
- e2e-ci**react-package**
- e2e-ci**react.test**
Expand All @@ -34,8 +33,6 @@ assignment-rules:
- e2e-ci**next-ts-solutions**
- e2e-ci**next-webpack**
- e2e-ci**web**
- e2e-ci**remix-ts-solution**
- e2e-ci**linter**
run-on:
- agent: linux-large
parallelism: 1
Expand Down
8 changes: 4 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,10 @@
}
}
],
"nxCloudId": "62d013ea0852fe0a2df74438",
"nxCloudUrl": "https://staging.nx.app",
"parallel": 1,
"bust": 3,
"bust": 4,
"defaultBase": "master",
"sync": {
"applyChanges": true
Expand Down Expand Up @@ -441,7 +443,5 @@
"rule": "./tools/workspace-plugin/src/conformance-rules/no-ignored-tracked-files"
}
]
},
"nxCloudUrl": "https://snapshot.nx.app",
"nxCloudId": "68e938d6854766173d6d2294"
}
}
Loading