You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/02/10 14:47:56 UTC

[GitHub] [lucene] mocobeta opened a new pull request #674: trivial updates on github actions

mocobeta opened a new pull request #674:
URL: https://github.com/apache/lucene/pull/674


   - upgrade actions/setup-java to v2 in the hunspell regression workflow (aligned with the main workflow)
   - migrate the distribution to 'temurin' ([supported distributions](https://github.com/actions/setup-java#supported-version-syntax))


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] dweiss commented on pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
dweiss commented on pull request #674:
URL: https://github.com/apache/lucene/pull/674#issuecomment-1035046672


   It'd be interesting to randomize those distributions using a custom action, perhaps? I have no experience here whatsoever, but I bet it's possible...


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] dweiss commented on pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
dweiss commented on pull request #674:
URL: https://github.com/apache/lucene/pull/674#issuecomment-1035112715


   I think these actions are javascript, basically. I've never written one myself, so can't help. Don't worry about it, it was just a wild idea - we have lots of randomization elsewhere.


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] mocobeta merged pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
mocobeta merged pull request #674:
URL: https://github.com/apache/lucene/pull/674


   


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] mocobeta commented on pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
mocobeta commented on pull request #674:
URL: https://github.com/apache/lucene/pull/674#issuecomment-1035042297


   Do you have a minute to take a look? @dweiss 


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] mocobeta commented on pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
mocobeta commented on pull request #674:
URL: https://github.com/apache/lucene/pull/674#issuecomment-1035107842


   Thank you, I will merge this soon.
   
   > It'd be interesting to randomize those distributions using a custom action, perhaps? I have no experience here whatsoever, but I bet it's possible...
   
   I have never tried writing such a complex action, it could be implemented by some bash script. ? (I am not sure the Actions' sandbox gives users what level of flexibility.)


-- 
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-unsubscribe@lucene.apache.org

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



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


[GitHub] [lucene] mocobeta commented on pull request #674: trivial updates on github actions

Posted by GitBox <gi...@apache.org>.
mocobeta commented on pull request #674:
URL: https://github.com/apache/lucene/pull/674#issuecomment-1035913042


   I am not sure if randomizing the distribution per test run is possible without forking the setup-java action, but I think a matrix test may be easy  (if it makes sense to run workflows for multiple distributions on every PR.)


-- 
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-unsubscribe@lucene.apache.org

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



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