Trigger Quarkus Deploy Snapshots in the middle of the night #48054
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have tests running against Quarkus daily snapshots and ideally I'd like to test whatever was merged yesterday so that I can detect & investigate & report issues early. I use
999-SNAPSHOTartifacts deployed by https://github.com/quarkusio/quarkus/actions/workflows/deploy-snapshots.yml (currently the deployment is not working, but that's irrelevant). In theory, you can see that the deployment is scheduled for 2 AM and it runs roughly 30 minutes, plus it takes little while until the artifacts are available. However, if you look at the runs properly, they most often starts like 2:30 GMT+0. I suppose that is due to the fact that runners (busy running other jobs).Due to the fact that me and my colleagues work in GMT+2, it means that on average we have artifacts available around 5 AM. Our tests are running roughly 8 hours and takes all the executors we could use for PR CIs.
TL;DR; I'd appreciate if the deployment could be scheduled at 0:00 so that the new snapshot is available little sooner. It kinda makes sense considering it is supposed to be a build for previous day, right?