Skip to content

Commit bff1786

Browse files
committed
[docs] Add a section on running @swift-ci based non-executable device tests to ContinuousIntegration.md.
1 parent 41958f9 commit bff1786

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/ContinuousIntegration.md

+11
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Source Compatibility Testing](#source-compatibility-testing)
1313
- [Sourcekit Stress Testing](#sourcekit-stress-testing)
1414
- [Specific Preset Testing](#specific-preset-testing)
15+
- [Running Non-Executable Device Tests](#running-non-executable-device-tests)
1516
- [Build Swift Toolchain](#build-swift-toolchain)
1617
- [Testing Compiler Performance](#testing-compiler-performance)
1718
- [Swift Community Hosted CI Pull Request Testing](#swift-community-hosted-ci-pull-request-testing)
@@ -161,8 +162,18 @@ For example:
161162
```
162163
preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,single-thread
163164
@swift-ci Please test with preset macOS
165+
```
166+
167+
### Running Non-Executable Device Tests
168+
169+
Using the specific preset testing, one can run non-executable device tests by
170+
telling swift-ci:
164171

165172
```
173+
preset=buildbot,tools=RA,stdlib=RD,test=non_executable
174+
@swift-ci Please test with preset macOS
175+
```
176+
166177
### Build Swift Toolchain
167178

168179
Platform | Comment | Check Status

0 commit comments

Comments
 (0)