Skip to content

Commit 97156bd

Browse files
authored
[Doc] Update Swift Community-Hosted CI pull request testing trigger doc
1 parent 0b97f27 commit 97156bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/ContinuousIntegration.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
- [Specific Preset Testing](#specific-preset-testing)
1515
- [Build Swift Toolchain](#build-swift-toolchain)
1616
- [Testing Compiler Performance](#testing-compiler-performance)
17+
- [Swift Community Hosted CI Pull Request Testing](#swift-community-hosted-ci-pull-request-testing)
1718
- [Cross Repository Testing](#cross-repository-testing)
1819
- [ci.swift.org bots](#ciswiftorg-bots)
1920

21+
2022
## Introduction
2123

2224
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
219221

220222
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.
221223

224+
### Swift Community Hosted CI Pull Request Testing
225+
226+
Currently, supported pull request testing triggers:
227+
228+
Platform | Comment | Check Status
229+
------------ | ------- | ------------
230+
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)
222234

223235
## ci.swift.org bots
224236

@@ -231,3 +243,6 @@ FIXME: FILL ME IN!
231243
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.
232244

233245
<a name="footnote-2">[2]</a> This is due to unrelated issues relating to running lldb tests on macOS.
246+
247+
248+

0 commit comments

Comments
 (0)