ci: switch some jobs to ubuntu-slim#5173
ci: switch some jobs to ubuntu-slim#5173kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
Conversation
eb9e4f9 to
ffcab37
Compare
Currently ubuntu-slim [1] is in preview, and it makes sense to try to switch some simpler jobs to it. [1]: https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
FWIW I don't see any improvement in jobs execution time. |
I was curious about that as well (also was considering if we needed to switch some checks); do we know if these would be accounted separately, so possibly less chances on rate limits? If so, that could still be an advantage (if we're running into those in this repository). |
|
Doesn't appear to be; which is slightly odd, as there's less incentive to switch to those if they don't run faster, and if there's no benefits in concurrency (I'm assuming GitHub created these also to spend less resources);
|
Currently ubuntu-slim 1 is in preview, and it makes sense to try to switch some simpler jobs to it.