Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iOS log exports #23334

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix iOS log exports #23334

wants to merge 2 commits into from

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Jun 28, 2024

Description of Change

At one point we added code to collect all the iOS console logs when running tests. AFAICT none of those added steps successfully gather the logs during test runs. Because the iOS devices are created and then destroyed within the scope of the test run, the device logs no longer exist after the run has finished. This PR should now grab only the logs we care about.

@PureWeen PureWeen added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Jun 28, 2024
@PureWeen
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen
Copy link
Member Author

PureWeen commented Jul 2, 2024

/rebase

@PureWeen PureWeen changed the title Export logs before device is deleted Set device tests to release mode and export logs before device is deleted Jul 2, 2024
@PureWeen PureWeen changed the base branch from net9.0 to main July 5, 2024 19:44
@PureWeen PureWeen changed the title Set device tests to release mode and export logs before device is deleted Fix iOS log exports Jul 5, 2024
@PureWeen PureWeen marked this pull request as ready for review July 5, 2024 21:53
@PureWeen PureWeen requested a review from a team as a code owner July 5, 2024 21:53
@PureWeen PureWeen requested review from rmarinho, jsuarezruiz and mattleibow and removed request for rmarinho and jsuarezruiz July 5, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant