ci(images): probe metamask-ios-build runner image#29781
Closed
jluque0101 wants to merge 1 commit into
Closed
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Contributor
Author
|
Closing — discovery probe done its job. Stock Tahoe contents (Xcode 26.1.1 default with 26.3 installed; Ruby 3.4.8; Bundler 4.0.2; CocoaPods 1.16.2 exact; applesimutils 0.9.12) recorded in runner-images/ios-build/PROVENANCE.md and tracking/INFRA-3594-progress.md. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.



Phase 2 / Workstream A+C — discovery probe.
macOS profiles cannot host a custom Dockerfile per Namespace, so the metamask-ios-build / metamask-ios-e2e profiles run the stock Tahoe image. This probe asserts/discovers what's actually shipped:
Output drives the iOS-side skip guards in setup-e2e-env (deferred from #29780). Temporary; remove before this branch merges to main.
Note
Low Risk
Adds a new on-demand GitHub Actions workflow that only runs when manually triggered or when the workflow file changes, so product risk is low. Main risk is minor CI cost/noise from running diagnostics on the macOS Namespace runner profile.
Overview
Adds a new
.github/workflows/probe-ios-image.ymlworkflow to probe/discover what the stocknamespace-profile-metamask-ios-buildmacOS image contains.The job runs simple diagnostic commands (mostly
continue-on-error) to print Xcode/SDK details, Ruby/Bundler/CocoaPods availability, Homebrew +applesimutils, simulator runtimes/devices, and optional Node/Yarn, and is triggered viaworkflow_dispatchor PRs that modify the workflow itself.Reviewed by Cursor Bugbot for commit b70a79c. Bugbot is set up for automated code reviews on this repo. Configure here.