Skip to content

Commit d37d825

Browse files
authored
chore(repo): temporarily point repo to snapshot (#33046)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
1 parent 31765c6 commit d37d825

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.nx/workflows/dynamic-changesets.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distribute-on:
2-
default: auto linux-large, 1 linux-extra-large
2+
default: 8 linux-large, 1 linux-extra-large
33
assignment-rules:
44
# e2e-release tests must run sequentially due to shared git state and publishing operations
55
- projects:
@@ -24,6 +24,7 @@ assignment-rules:
2424
- e2e-react
2525
- e2e-next
2626
- e2e-web
27+
- e2e-eslint
2728
targets:
2829
- e2e-ci**react-package**
2930
- e2e-ci**react.test**
@@ -33,6 +34,8 @@ assignment-rules:
3334
- e2e-ci**next-ts-solutions**
3435
- e2e-ci**next-webpack**
3536
- e2e-ci**web**
37+
- e2e-ci**remix-ts-solution**
38+
- e2e-ci**linter**
3639
run-on:
3740
- agent: linux-large
3841
parallelism: 1

nx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@
329329
}
330330
}
331331
],
332-
"nxCloudId": "62d013ea0852fe0a2df74438",
333-
"nxCloudUrl": "https://staging.nx.app",
334332
"parallel": 1,
335333
"bust": 3,
336334
"defaultBase": "master",
@@ -443,5 +441,7 @@
443441
"rule": "./tools/workspace-plugin/src/conformance-rules/no-ignored-tracked-files"
444442
}
445443
]
446-
}
444+
},
445+
"nxCloudUrl": "https://snapshot.nx.app",
446+
"nxCloudId": "68e938d6854766173d6d2294"
447447
}

0 commit comments

Comments
 (0)