PR Checks: disable tests for Swift on Linux until CLI 2.17.4 #2299
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.
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
andlatest
, we will re-enable these tests.The failing PR checks that were previously running on both
ubuntu
andmacos
have been updated to only run onmacos
for now. The failing PR checks that were previously running on onlyubuntu
have also been updated to only run onmacos
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 ofubuntu
, 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