codeql-action icon indicating copy to clipboard operation
codeql-action copied to clipboard

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

Open angelapwen opened this issue 1 year ago • 0 comments

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 https://github.com/github/codeql-action/pull/2261.

Merge / deployment checklist

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

angelapwen avatar May 17 '24 22:05 angelapwen