rmuir opened a new issue, #15311:
URL: https://github.com/apache/lucene/issues/15311
### Description
In the CI system, we want to suffer the pain of error-prone just for the
"checks without tests" job.
When running the tests, we would prefer that compilation is fast (other job
is using error-prone). For example on windows runner, significant portion of
"tests" job is actually compilation:
```
Summary of top-20 task execution times (aggregated by unique name, possibly
running in parallel):
1344.83 sec. test
553.56 sec. compileTestJava
233.73 sec. compileJava
```
It would be better to just pass something like a `-Perrorprone` in the
"checks without tests" job, and don't pass it in the "tests" job?
--
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]