alexcrichton requested pchickey for a review on PR #9717.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9717.
alexcrichton opened PR #9717 from alexcrichton:pin-ci-images
to bytecodealliance:main
:
For the larger test/build jobs use some variables in the
*.js
files calculating the matrix to pin the images to fixed versions of GitHub actions images. For themain.yml
file instead of changing everything over to a pin only do the ones that are currently failing on theubuntu-24.04
update. The hope is that there's only a few locations to update pinned versions in the future, and we'll need to keep an eye on CI warnings and such to know when to update these pins in the future.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton commented on PR #9717:
(result of learnings from https://github.com/bytecodealliance/wasmtime/pull/9715)
alexcrichton commented on PR #9717:
For some longer-form rationale, my thinking here is it's not an unreasonable default to stick to
*-latest
by default, but for the "big" jobs it's probably more reasonable to use versioned images by default and explicitly update them to catch issues. That's where the*.js
files all use versioned images and unfortunately we need two versioned images inmain.yml
, but I'm thinking we shouldn't go "version all the things" in themain.yml
file just yet.
alexcrichton requested cfallin for a review on PR #9717.
cfallin submitted PR review.
cfallin merged PR #9717.
Last updated: Dec 23 2024 at 13:07 UTC