alexcrichton opened PR #8343 from alexcrichton:do-not-gate-vet
to bytecodealliance:main
:
Gate the
cargo vet
step for the merge queue by default but for PRs don't fail the PR's CI and instead allow entering the queue with a failingcargo vet
entry. This should help make it easier to land acargo vet
entry onmain
outside of a PR while not requiring the PR is rebased.<!--
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 requested fitzgen for a review on PR #8343.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton updated PR #8343.
alexcrichton commented on PR #8343:
Ok I think this is where it's now working. Summary of changes:
- Example failure: d7f3e533fc4a45cfa30bc4eac1fc6ec3ca98c9c3
- Example success: 81e1e8d2bdc36bd7aafbced42661c4f41d920c07
See the "Cargo vet failed on a Pull Request" run.
My thinking here is that with this new setup PRs will have a "Red X" on a job indicating failure but they won't be blocked from entering the merge queue. The job with the "Red X" just kinda sits there and the merge queue doesn't even listen for it. This is done by allowing
cargo vet
to fail, but only on PRs. The PR-specific dependency job is then what triggers the "Red X" to give a visual indication to reviewers and authors.
alexcrichton updated PR #8343.
fitzgen submitted PR review:
Thanks!
fitzgen merged PR #8343.
Last updated: Nov 22 2024 at 16:03 UTC