Skip to content

Commit 2886ef2

Browse files
authored
ci: Add --skip flags for Swift 6.1 matrix job (#83)
Motivation ---------- Swift NIO's unit test matrix job has been [updated for Swift 6.1](apple/swift-nio@b8c4463), so additional override flags must be defined. Modifications ------------- Define `linux_6_1_arguments_override` for pull requests and the scheduled build on main. Result ------ Tests with Swift 6.1 will pass. Test Plan --------- Existing tests pass again.
1 parent 1d1fac5 commit 2886ef2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
linux_5_9_enabled: false
1616
linux_5_10_enabled: false
1717
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
18+
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
1819
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
1920
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2021

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
linux_5_9_enabled: false
2323
linux_5_10_enabled: false
2424
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
25+
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2526
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2627
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2728

0 commit comments

Comments
 (0)