Compare commits

...

19 Commits

Author SHA1 Message Date
Rares Matei 906406ad7a chore(repo): retry maven install command 2025-10-22 15:49:04 +01:00
Rares Matei 3f5163c147 chore(repo): more large agents 2025-10-22 14:25:47 +01:00
Rares Matei 249924357e chore(repo): run all tests serially 2025-10-22 12:55:20 +01:00
Rares Matei 969ff5de07 chore(repo): rerun with a fully affected build 2025-10-22 10:24:20 +01:00
Rares Matei 9302644d5e chore(repo): bust cache 2025-10-21 21:29:06 +01:00
Rares Matei d74df9ed4f Merge branch 'master' into measure-timings 2025-10-21 21:28:37 +01:00
Rares Matei 72f449b407 chore(repo): bust cache 2025-10-21 20:03:21 +01:00
Rares Matei af2af93b4b Merge remote-tracking branch 'upstream/master' into measure-timings
# Conflicts:
#	.nx/workflows/dynamic-changesets.yaml
2025-10-21 20:03:10 +01:00
Rares Matei 245c4d4b13 chore(repo): run more tests serially 2025-10-21 17:40:13 +01:00
Rares Matei b50afa9a93 Merge branch 'master' into measure-timings 2025-10-21 13:22:02 +01:00
Rares Matei db2f956a40 chore(repo): bust cache 2025-10-21 13:21:53 +01:00
Rares Matei 6395d26a07 chore(repo): run more tests serially 2025-10-21 12:53:33 +01:00
Rares Matei c753bc983b chore(repo): run more conflicting tests serially 2025-10-17 22:47:28 +01:00
Rares Matei e3617aabd0 chore(repo): run hungry tests serially 2025-10-17 22:45:47 +01:00
Rares Matei 74ccd1d2c8 chore(repo): bust cache 2025-10-17 21:22:14 +01:00
Rares Matei cfdcbf2b2f Merge branch 'master' into measure-timings 2025-10-17 21:21:36 +01:00
Rares Matei 09188c5b67 chore(repo): run conflicting tests serially 2025-10-17 16:55:08 +01:00
Rares Matei a1ed3d5ff9 chore(repo): run conflicting tests serially 2025-10-17 16:25:01 +01:00
Rares Matei ad4e5190a8 chore(repo): bust cache 2025-10-17 14:04:52 +01:00
3 changed files with 16 additions and 29 deletions
+14 -27
View File
@@ -1,38 +1,23 @@
distribute-on:
default: auto linux-large, 1 linux-extra-large
default: auto linux-large, 3 linux-extra-large
assignment-rules:
# e2e-release tests must run sequentially due to shared git state and publishing operations
- projects:
- e2e-release
targets:
- e2e-ci**
run-on:
- agent: linux-large
parallelism: 1
- projects:
- e2e-gradle
targets:
- e2e-ci**
run-on:
- agent: linux-large
parallelism: 1
- agent: linux-extra-large
parallelism: 1
- projects:
- e2e-release
- e2e-angular
- e2e-react
- e2e-next
- e2e-web
- e2e-eslint
- e2e-remix
- e2e-cypress
- e2e-docker
- e2e-js
- e2e-nx-init
- nx-maven-plugin
targets:
- e2e-ci**react-package**
- e2e-ci**react.test**
- e2e-ci**react-router-ts-solution**
- e2e-ci**next-e2e-and-snapshots**
- e2e-ci**next-generation**
- e2e-ci**next-ts-solutions**
- e2e-ci**next-webpack**
- e2e-ci**web**
- e2e-ci**
- install
run-on:
- agent: linux-large
parallelism: 1
@@ -70,6 +55,8 @@ assignment-rules:
run-on:
- agent: linux-large
parallelism: 6
- agent: linux-extra-large
parallelism: 6
- targets:
- "*"
+1 -1
View File
@@ -335,7 +335,7 @@
"nxCloudId": "62d013ea0852fe0a2df74438",
"nxCloudUrl": "https://staging.nx.app",
"parallel": 1,
"bust": 3,
"bust": 23,
"defaultBase": "master",
"sync": {
"applyChanges": true
+1 -1
View File
@@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"install": {
"command": "./mvnw install"
"command": "for i in {1..5}; do ./mvnw install && break || sleep 10; done"
},
"_install": {
"command": "node scripts/build-maven-analyzer.js"