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

Revert Xcode 15 Runner Image Change #434

Merged
merged 5 commits into from
Oct 25, 2023
Merged

Revert Xcode 15 Runner Image Change #434

merged 5 commits into from
Oct 25, 2023

Conversation

jaxdesmarais
Copy link
Contributor

@jaxdesmarais jaxdesmarais commented Oct 24, 2023

Summary of changes

  • The Xcode 15 runner changes seem to be super flakey in the new PRs despite passing in PR a few days ago. Reverting these changes for now until we can figure out what's going on with the GitHub Xcode 15 runner images.

Checklist

  • [ ] Added a changelog entry

Authors

- name: Run UI Tests
run: set -o pipefail && xcodebuild -workspace 'BraintreeDropIn.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UITests' -destination 'name=iPhone 15,platform=iOS Simulator' test | xcpretty
run: set -o pipefail && xcodebuild -workspace 'BraintreeDropIn.xcworkspace' -sdk 'iphonesimulator' -configuration 'Debug' -scheme 'UITests' -destination 'name=iPhone 14,OS=16.4,platform=iOS Simulator' test | xcpretty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest iOS version provided by Xcode is what this defaults to. Isn't 16.4 the latest the Xcode 14.3 offers? See https://xcodereleases.com/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like iOS 17 may be the default for the runner but you may be right, it's a bit unclear. Was looking at this issue: actions/runner-images#8023

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does seem to have failed faster but not sure if that is accurate. We can also merge main into the 2 latest PRs to see if the Xcode 15 changes help there. 🤷

@jaxdesmarais jaxdesmarais changed the title [DRAFT] Xcode 14 runner and specify OS version for UITest workflow [DRAFT] Revert Xcode 15 Runner Image Change Oct 25, 2023
@jaxdesmarais jaxdesmarais changed the title [DRAFT] Revert Xcode 15 Runner Image Change Revert Xcode 15 Runner Image Change Oct 25, 2023
@jaxdesmarais jaxdesmarais marked this pull request as ready for review October 25, 2023 16:12
@jaxdesmarais jaxdesmarais requested a review from a team as a code owner October 25, 2023 16:12
@jaxdesmarais
Copy link
Contributor Author

UI Tests are still expected to fail

@jaxdesmarais jaxdesmarais merged commit 5779cc3 into main Oct 25, 2023
3 of 4 checks passed
@jaxdesmarais jaxdesmarais deleted the update-gh-runner branch October 25, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants