stevenzwu commented on code in PR #15339:
URL: https://github.com/apache/iceberg/pull/15339#discussion_r2813523247
##########
.github/workflows/java-ci.yml:
##########
@@ -67,6 +67,7 @@ jobs:
core-tests:
runs-on: ubuntu-24.04
strategy:
+ max-parallel: 20
Review Comment:
should we set it to 15 per the guideline?
```
All workflows SHOULD have a job concurrency level less than or equal to 15.
Just because 20 is the max, doesn't mean you should strive for 20.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]