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
This page is designed to assist in the understanding of proper practices for testing for the Swift project.
@@ -219,6 +221,16 @@ apple/swift-lldb#48
219
221
220
222
4. Watch the public incremental build on [ci.swift.org](https://ci.swift.org/) to make sure that you did not make any mistakes. It should complete within 30-40 minutes depending on what else was being committed in the mean time.
221
223
224
+
### Swift Community Hosted CI Pull Request Testing
Windows | @swift-ci Please test Windows platform | Swift Test Windows Platform
231
+
Linux | @swift-ci Please test Tensorflow Linux platform | Swift Test Linux Platform (TensorFlow)
232
+
Linux (GPU) | @swift-ci Please test Tensorflow Linux GPU platform |Swift Test Linux Platform with GPU (TensorFlow)
233
+
macOS | @swift-ci Please test Tensorflow macOS platform | Swift Test macOS Platform (TensorFlow)
222
234
223
235
## ci.swift.org bots
224
236
@@ -231,3 +243,6 @@ FIXME: FILL ME IN!
231
243
3.@swift-ci pull request testing becomes less effective since one can not perform a test and merge and one must reason about the source of a given failure.
232
244
233
245
<aname="footnote-2">[2]</a> This is due to unrelated issues relating to running lldb tests on macOS.
0 commit comments