Use case
Currently, JMeter generates several jobs in GitHub Actions CI:
- 4 jobs for various Java versions, operating systems, and so on
- error-prone verification
Extra job for error-prone slowdown CI verifications, and consumes CI resources.
Possible solution
Adjust matrix.js so it adds -PenableErrorprone to one of Java 11 or 17 jobs.
The same might go for style verifications: it would probably make sense to verify style once for every operating system.
For instance, if we have 2 Linux jobs, then it would be enough to verify the style only once. Then style violations will be displayed "only once" rather than.
Possible workarounds
No response
JMeter Version
5.5
Java Version
No response
OS Version
No response
Use case
Currently, JMeter generates several jobs in GitHub Actions CI:
Extra job for error-prone slowdown CI verifications, and consumes CI resources.
Possible solution
Adjust
matrix.jsso it adds-PenableErrorproneto one of Java 11 or 17 jobs.The same might go for style verifications: it would probably make sense to verify style once for every operating system.
For instance, if we have 2 Linux jobs, then it would be enough to verify the style only once. Then style violations will be displayed "only once" rather than.
Possible workarounds
No response
JMeter Version
5.5
Java Version
No response
OS Version
No response