FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

PR Checks: disable tests for Swift on Linux until CLI 2.17.4 by angelapwen · Pull Request #2299 · github/codeql-action · GitHub

PR Checks: disable tests for Swift on Linux until CLI 2.17.4 - #2299

Merged
henrymercer merged 5 commits into
mainfrom
angelapwen/fix-pr-checks
May 20, 2024
Merged

henrymercer merged 5 commits into
mainfrom
angelapwen/fix-pr-checks

Conversation

angelapwen commented May 17, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

With the new Linux runner image rollout and CLI versions <= 2.17.3, all PR checks with Swift are failing. This PR disables those tests to unblock CI for now. When CLI version 2.17.4 makes it to nightly-latest and latest, we will re-enable these tests.

The failing PR checks that were previously running on both ubuntu and macos have been updated to only run on macos for now. The failing PR checks that were previously running on only ubuntu have also been updated to only run on macos for now, so that we are at least covering these checks on one operating system.

Now that the debug artifacts check runs on macos instead of ubuntu, old versions of the CLI <2.15.1 are experiencing the known build tracer bug on ARM Macs, so those are disabled for now as well. We programmatically disabled those for the generated PR checks in #2261.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

Now that this check is running on MacOS, it runs into a known issue with the build tracer on ARM Macs that was fixed in CLI v2.15.1.
Go has been removed from the PATH in the most recent Mac runner images rollouts.
angelapwen force-pushed the angelapwen/fix-pr-checks branch from 4fe1a30 to 23c1981 Compare May 17, 2024 22:33
angelapwen marked this pull request as ready for review May 17, 2024 23:24
angelapwen requested a review from a team as a code owner May 17, 2024 23:24
henrymercer merged commit 3ee86e1 into main May 20, 2024
henrymercer deleted the angelapwen/fix-pr-checks branch May 20, 2024 14:34
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL