Conversation
httpstat.us is currently inoperative, run a local service in CI instead. NB: Run as a container to allow service access by `http://httpstatus/` URL. Need to install ruby build and runtime dependencies to make `setup-ruby` action work
`https://github.com/jruby/jruby/issues/8606` seem to be resolved, we should be able to enable back jruby-head. Install jdk for jruby-head only Require base64 on jruby
|
Thank you for working on stabilizing the CI. |
The -head checks were configured as 'allowed to fail' previously in the ci. I could try to fix them too but it will take some time.
|
|
@koic In the end, Jruby implementation seem to have some issues with |
|
Fantastic work! Thank you @misdoro! |
|
Thank you @misdoro . Awesome work on bringing CI to be green again. |
Fix the CI:
httpstat.usdirectly, instead start it as a service. See Public Site Down aaronpowell/httpstatus#165Generally, using
servicesshould be preferred compared to doing external calls.google.plwith httpstatus serviceFixes #1045