QVAC-16525 infra: add iOS CI build and Device Farm test workflow (SDK)#1465
Merged
Conversation
487b7bf to
d752c4c
Compare
Victor-Rodzko
previously approved these changes
Apr 16, 2026
Contributor
Tier-based Approval Status |
NamelsKing
approved these changes
Apr 16, 2026
Contributor
Author
|
/review |
Victor-Rodzko
approved these changes
Apr 16, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
#1465) * test: sdk ios device farm poc * test: test ios build changes in framework, attempt to improve device logs * fix: clarify naming, fix python logging script error for ios * fix: attempt to get logs via pymobiledevice3 * test: remove unnecessary python script, update test suite (build improvements) * fix: add test suite termination on consumer finish for ios * test: add device farm link to run summary, artifact ios logs * chore: bump test suite to stable released version * chore: use caret version instead
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.
🎯 What problem does this PR solve?
build:consumer:iosfailed due to missing signing, and Device Farm execution was not wired uptest-sdk.ymlhad a commented-outios-testsjob referencing a workflow that didn't exist📝 How does it solve it?
test-ios-sdk.ymlmirroring the Android workflow structure:qvac-test build:consumer:ioswithQVAC_IOS_BUNDLE_IDoverride to match existing provisioning profile (io.tether.test.qvac), archives and exports IPApymobiledevice3 syslog live, detects consumer shutdown for early exitpackages/sdk/tests-qvac/device-farm/directory (renamed from flatdevice-farm-*files)test-sdk.ymlto wireios-testsjob (targets:ios,mobile,all)test-android-sdk.ymlreferences for the new file paths + added job summary link🧪 How was it tested?
test-sdk.ymlwithtargets: iospymobiledevice3syslog capture works for React Nativeconsole.logoutput (routed viaos_logat DEBUG level, invisible to Appium'ssyslog_relay)log collectfallback extracts logs from unified logging archive