Skip to content

Commit 445165b

Browse files
committed
PR Checks: disable tests for Swift on Linux until CLI 2.17.4
1 parent 0d9161c commit 445165b

9 files changed

+16
-51
lines changed

.github/workflows/__multi-language-autodetect.yml

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__scaling-reserved-ram.yml

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/debug-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
CODEQL_ACTION_TEST_MODE: true
3939
timeout-minutes: 45
40-
runs-on: ubuntu-latest
40+
runs-on: macos-latest # TODO: Switch back to ubuntu for `nightly-latest` and `latest` once CLI v2.17.4 is available.
4141
steps:
4242
- name: Check out repository
4343
uses: actions/checkout@v4

pr-checks/checks/multi-language-autodetect.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Multi-language repository"
22
description: "An end-to-end integration test of a multi-language repository using automatic language detection"
3-
operatingSystems: ["ubuntu", "macos"]
3+
# TODO: Add ubuntu back for `nightly-latest` and `latest` once CLI v2.17.4 is available.
4+
operatingSystems: ["macos"]
45
steps:
56
- uses: actions/setup-go@v5
67
with:

pr-checks/checks/scaling-reserved-ram.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Scaling reserved RAM"
22
description: "An end-to-end integration test of a multi-language repository with the scaling_reserved_ram feature flag enabled"
3-
operatingSystems: ["ubuntu", "macos"]
3+
# TODO: Add ubuntu back for `nightly-latest` and `latest` once CLI v2.17.4 is available.
4+
operatingSystems: ["macos"]
45
env:
56
CODEQL_ACTION_SCALING_RESERVED_RAM: true
67
steps:

pr-checks/checks/swift-custom-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "Swift analysis using a custom build command"
22
description: "Tests creation of a Swift database using custom build"
33
versions: ["latest", "default", "nightly-latest"]
4-
operatingSystems: ["ubuntu", "macos"]
4+
# TODO: Add ubuntu back for `nightly-latest` and `latest` once CLI v2.17.4 is available.
5+
operatingSystems: ["macos"]
56
env:
67
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
78
steps:

pr-checks/checks/unset-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Test unsetting environment variables"
22
description: "An end-to-end integration test that unsets some environment variables"
3-
operatingSystems: ["ubuntu"]
3+
operatingSystems: ["macos"] # TODO: Switch back to ubuntu for `nightly-latest` and `latest` once CLI v2.17.4 is available.
44
steps:
55
- uses: ./../action/init
66
id: init

0 commit comments

Comments
 (0)