You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments