Skip to content

Commit e40e2c3

Browse files
committed
chore(repo): switch all e2e tests to run serially
1 parent cda692b commit e40e2c3

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.nx/workflows/dynamic-changesets.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,7 @@ assignment-rules:
2929
- e2e-cypress
3030
- e2e-docker
3131
targets:
32-
- e2e-ci**react-package**
33-
- e2e-ci**react.test**
34-
- e2e-ci**react-router-ts-solution**
35-
- e2e-ci**next-e2e-and-snapshots**
36-
- e2e-ci**next-generation**
37-
- e2e-ci**next-ts-solutions**
38-
- e2e-ci**next-webpack**
39-
- e2e-ci**web**
40-
- e2e-ci**remix-ts-solution**
41-
- e2e-ci**linter**
42-
- e2e-ci**module-federation/misc-rspack-interoperability**
43-
- e2e-ci**module-federation/dynamic-federation.webpack**
44-
- e2e-ci**docker**
45-
- e2e-ci**module-federation/misc-rspack-interoperability**
46-
- e2e-ci**cypress-legacy**
47-
- e2e-ci**nx-remix**
48-
- e2e-ci**cypress**
32+
- e2e-ci**
4933
run-on:
5034
- agent: linux-large
5135
parallelism: 1

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
}
331331
],
332332
"parallel": 1,
333-
"bust": 6,
333+
"bust": 12,
334334
"defaultBase": "master",
335335
"sync": {
336336
"applyChanges": true

0 commit comments

Comments
 (0)