uschindler commented on issue #13107:
URL: https://github.com/apache/lucene/issues/13107#issuecomment-1946614889

   > There is value in people running smoke tester in various environments and 
configurations but I think we could also define a github workflow which would 
run the smoke tester against a matrix of JVMs (and maybe OSs). This is quite 
trivial to do and the benefit here is that these multiple jobs in the matrix 
run in parallel.
   > 
   > The only thing I'm not sure of is whether a single check would fit within 
github's timeout limit (but I believe they should).
   
   I have a Jenkins Job for that. Running it in a matrix is possible, but does 
not help with the problem described here. The base JDK version (11 in 9.x) must 
always be provided and the alternative one can only Java 17. So I still would 
like to have the option to let Jenkins run with various JDKs in a flexible way. 
If you want to parallelize, you can do that - of course. But simplicity of 
setting up a Jenkins Job like I did is to run a single script with a suitable 
command line parameter.
   
   So basically we need smoketester to run with base Java (enforced to ensure 
we are compatible). The xtra JVM passed to run tests should be configureable.
   
   I'd still like to run all tests with the supplied Javas on the RELEASE.src 
file not from git checkout.
   
   So let's only fix the static spaghetti in smoker to run base and a number of 
extras.
   
   Uwe


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to