ci(stable-mir-ui): make manual UI workflow runnable#975
Open
Stevengre wants to merge 2 commits intocodex/import-stable-mir-ui-testsfrom
Open
ci(stable-mir-ui): make manual UI workflow runnable#975Stevengre wants to merge 2 commits intocodex/import-stable-mir-ui-testsfrom
Stevengre wants to merge 2 commits intocodex/import-stable-mir-ui-testsfrom
Conversation
40658b4 to
2d4a181
Compare
f8b82d0 to
b985981
Compare
2d4a181 to
a9c1f58
Compare
Add workflow_dispatch-only GitHub Actions workflow that: - Checks out rust-lang/rust at the pinned commit - Builds kmir in Docker and runs test-stable-mir-ui - Supports test-filter, timeout, and update-skip inputs - Uploads proof show output on failure and updated skip.txt
b985981 to
3d00e67
Compare
Build stable-mir-json before running the UI harness, derive the Rust toolchain from rust-toolchain.toml, and copy failure artifacts plus update-skip output back from the container before upload.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
test-stable-mir-uiworkflow runnable on the self-hosted runnerrust-toolchain.tomlskip.txtwhen requestedContext
codex/import-stable-mir-ui-testsTesting
zhaoji: rebuilt the workflow image after derivingRUST_TOOLCHAIN=nightly-2024-11-29fromrust-toolchain.tomlzhaoji: verifiedmake stable-mir-jsonsucceeds before the UI runzhaoji: verifiedtest-filter='foo or bar'is passed through correctlyzhaoji: verified proof artifacts and updatedskip.txtare copied back from the containerzhaoji: ran a single-case smoke path (tests/ui/issues/issue-11205.rs) throughmake stable-mir-json,make build, andmake test-stable-mir-ui; workflow plumbing succeeded and produced the expected failure artifacts, while the proof itself failed withAssertionError: Proof did not pass