Commit 4359bd1
ci: fix PIT minion crash — use jvmArgs not argLine for heap
Minion crashed with UNKNOWN_ERROR because -DargLine="-Xmx1g" doesn't
pass JVM flags to PIT minions (argLine is a Surefire property that PIT
reads for classpath/agent args, not JVM flags). Split into:
-DjvmArgs=-Xmx1g (JVM heap for minions)
-DargLine= (strips Jacoco agent)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9c6155a commit 4359bd1
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
243 | | - | |
| 244 | + | |
| 245 | + | |
244 | 246 | | |
245 | 247 | | |
246 | 248 | | |
| |||
0 commit comments