ci: cleanup disk space for iOS e2e tests#1382
Merged
kirillzyusko merged 6 commits intomainfrom Mar 20, 2026
Merged
Conversation
Contributor
📊 Package size report
|
This was referenced Mar 20, 2026
Open
kirillzyusko
added a commit
that referenced
this pull request
Mar 23, 2026
## 📜 Description Use `macos-15` instead of `macos-26`. ## 💡 Motivation and Context Looks like `macos-26` + iOS 26 are not stable yet at the moment: actions/runner-images#13830 So in this PR I'm switching to `macos-15` instead. Also reverting #1382 as it looks like it doesn't improve situation at all. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### CI - removed changes introduced in #1382 - switch to `macos-15` instead of `macos-26`; ## 🤔 How Has This Been Tested? Tested via this PR (2x run). ## 📸 Screenshots (if appropriate): <img width="664" height="176" alt="image" src="https://github.com/user-attachments/assets/9d49733a-320e-41d4-8e21-105b58623c5b" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
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.
📜 Description
Fixed iOS 26 flakiness.
💡 Motivation and Context
It seems like simultaneous video + screenshot causes simulator to hang. Additionally I remove simulator service:
To be sure that there is no zombie simulators.
📢 Changelog
CI
E2E
🤔 How Has This Been Tested?
Tested via this PR. 5/5 attempts are successful.
📸 Screenshots (if appropriate):
📝 Checklist