Skip to content

Commit 47c7854

Browse files
authored
ci: Skip smoke tests for Swift 6.1 (#53)
Motivation ---------- The shared unit test workflow has been updated to run on Swift 6.1 nightlies: apple/swift-nio#3076 A new `linux_nightly_6_1_arguments_override` parameter must be set to skip the smoke tests when running unit tests in CI. Modifications ------------- Define `linux_nightly_6_1_arguments_override` to ignore smoke tests. Remove `linux_nightly_6_0_arguments_override` which is no longer used. Result ------ Tests, including the daily test runs, will pass again. Test Plan --------- This fixes a test failure caused by the upstream shared workflows being changed. All tests now pass again.
1 parent 9a3e7af commit 47c7854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
linux_5_9_enabled: false
2222
linux_5_10_enabled: false
2323
linux_6_0_arguments_override: "--skip SmokeTests"
24-
linux_nightly_6_0_arguments_override: "--skip SmokeTests"
24+
linux_nightly_6_1_arguments_override: "--skip SmokeTests"
2525
linux_nightly_main_arguments_override: "--skip SmokeTests"
2626

2727
integration-tests:

0 commit comments

Comments
 (0)