Skip to content

Commit 9ec289d

Browse files
committed
chore(repo): switch all e2e tests to run serially
1 parent bf05b82 commit 9ec289d

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.nx/workflows/dynamic-changesets.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,7 @@ assignment-rules:
3131
- e2e-docker
3232
- e2e-js
3333
targets:
34-
- e2e-ci**react-package**
35-
- e2e-ci**react.test**
36-
- e2e-ci**react-router-ts-solution**
37-
- e2e-ci**next-e2e-and-snapshots**
38-
- e2e-ci**next-generation**
39-
- e2e-ci**next-ts-solutions**
40-
- e2e-ci**next-webpack**
41-
- e2e-ci**web**
42-
- e2e-ci**remix-ts-solution**
43-
- e2e-ci**linter**
44-
- e2e-ci**module-federation/misc-rspack-interoperability**
45-
- e2e-ci**module-federation/dynamic-federation.webpack**
46-
- e2e-ci**docker**
47-
- e2e-ci**cypress-legacy**
48-
- e2e-ci**nx-remix**
49-
- e2e-ci**cypress**
50-
- e2e-ci**src/cypress-component-tests-buildable.test**
51-
- e2e-ci**src/cypress-component-tests-implicit-dep.test**
52-
- e2e-ci**src/js-executor-swc.test**
53-
- e2e-ci**src/js-executor-tsc.test**
54-
- e2e-ci**src/js-packaging.test**
34+
- e2e-ci**
5535
run-on:
5636
- agent: linux-large
5737
parallelism: 1
@@ -77,10 +57,7 @@ assignment-rules:
7757
parallelism: 1
7858
- projects:
7959
- angular
80-
- nx
8160
- react
82-
- remix
83-
- workspace
8461
targets:
8562
- test
8663
run-on:

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)