Closed
Conversation
|
Size Change: 0 B Total Size: 1.83 MB ℹ️ View Unchanged
|
|
Flaky tests detected in 6f941af. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12260254655
|
37f89a5 to
370ae26
Compare
Merged
Contributor
It is unclear why this was removed, as the relative path will likely never be available if the drivers are installed via the `appium` CLI.
Presumably this was removed as a temporary debugging mechanism. Reinstating it should improve CI task performance.
It was an incorrect presumption the required package is installed, as the default package changes with Android Studio updates.
Utilize version compatible with targeted iOS and Xcode versions.
This reverts commit e764013.
The CI logs claim the port is already in use, this is an attempt to workaround that report.
This reverts commit be69859.
This reverts commit a730ddb.
This reverts commit 5b84a96.
Intentionally empty commit to re-run passing CI tests.
Mitigate driver setup instability. The Webdriver.io driver sporadically fails to connect to the Appium server. This seemed to become more prevalent when upgrading to the macOS 13 runner.
Mitigate sporadic Appium server start failures from an occupied port.
fd9f0ef to
6f941af
Compare
Member
|
Related: #67746. The third-party action drops support for all |
desrosj
added a commit
that referenced
this pull request
Feb 10, 2025
Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (#67799) because the MacOS 12 runner is now unsupported by GitHub and work is required to make the workflows compatible with newer runner images (see #67595). This removes the `react-native` dependabot group to avoid pull requests from being opened for 3rd party actions that are only used in these workflows since the updates cannot be properly tested.
desrosj
added a commit
that referenced
this pull request
Feb 10, 2025
Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (#67799) because the MacOS 12 runner is now unsupported by GitHub and work is required to make the workflows compatible with newer runner images (see #67595). This removes the `react-native` dependabot group to avoid pull requests from being opened for 3rd party actions that are only used in these workflows since the updates cannot be properly tested. Co-authored-by: desrosj <desrosj@git.wordpress.org> Co-authored-by: dcalhoun <dpcalhoun@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Kallyan01
pushed a commit
to Kallyan01/gutenberg
that referenced
this pull request
Feb 24, 2025
Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (WordPress#67799) because the MacOS 12 runner is now unsupported by GitHub and work is required to make the workflows compatible with newer runner images (see WordPress#67595). This removes the `react-native` dependabot group to avoid pull requests from being opened for 3rd party actions that are only used in these workflows since the updates cannot be properly tested. Co-authored-by: desrosj <desrosj@git.wordpress.org> Co-authored-by: dcalhoun <dpcalhoun@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
chriszarate
pushed a commit
to chriszarate/gutenberg
that referenced
this pull request
Jul 1, 2025
Mobile development is effectively on hold. The two related GitHub Action workflows have been disabled (WordPress#67799) because the MacOS 12 runner is now unsupported by GitHub and work is required to make the workflows compatible with newer runner images (see WordPress#67595). This removes the `react-native` dependabot group to avoid pull requests from being opened for 3rd party actions that are only used in these workflows since the updates cannot be properly tested. Co-authored-by: desrosj <desrosj@git.wordpress.org> Co-authored-by: dcalhoun <dpcalhoun@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Member
Author
|
Closing as my upgrade attempts have been unsuccessful, and I am unable to prioritize further exploration in the near term. When I reengage this in the future, the most likely outcome is removing problematic React Native code when we are able to do so. |
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?
Replace the unsupported macOS 12 runner with a macOS 13 runner.
Why?
The lack of support results in CI failures.
How?
Update the macOS runner and implement required changes for a passing end-to-end test suite.
Testing Instructions
N/A, no user-facing changes.
Testing Instructions for Keyboard
N/A, no user-facing changes.
Screenshots or screencast
N/A, no user-facing changes.