Commit 47c7854
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments