Skip to content

Commit 782750d

Browse files
committed
set dockerTest to be parallelism 1
1 parent 362db58 commit 782750d

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.claude/settings.local.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npx nx show:*)",
5+
"Bash(find:*)",
6+
"Bash(npx nx reset:*)",
7+
"Bash(npx nx list:*)",
8+
"Bash(npx nx run:*)",
9+
"Bash(rm:*)",
10+
"Bash(npx nx:*)",
11+
"Bash(sed:*)",
12+
"Bash(./gradlew:*)",
13+
"Bash(chmod:*)",
14+
"Bash(ls:*)",
15+
"Bash(/Users/emily/code/tmp/spring-boot/remove_lock.sh)",
16+
"Bash(rg:*)",
17+
"Bash(grep:*)",
18+
"Bash(jq:*)",
19+
"Bash(node:*)",
20+
"Bash(npm install)"
21+
],
22+
"deny": []
23+
}
24+
}

.nx/workflows/distribution-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ assignment-rules:
77
run-on:
88
- agent: linux-extra-large-plus-jvm
99
parallelism: 1
10+
11+
- targets:
12+
- 'dockerTest'
13+
run-on:
14+
- agent: linux-extra-large-plus-jvm
15+
parallelism: 1
1016

1117
- projects:
1218
- "*"

0 commit comments

Comments
 (0)