From bff1786ff2890951b8cb4d62b27ae7f23f10bab2 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Tue, 14 Apr 2020 12:56:05 -0700 Subject: [PATCH] [docs] Add a section on running @swift-ci based non-executable device tests to ContinuousIntegration.md. --- docs/ContinuousIntegration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/ContinuousIntegration.md b/docs/ContinuousIntegration.md index 263698516b23f..ba96e2e3906e2 100644 --- a/docs/ContinuousIntegration.md +++ b/docs/ContinuousIntegration.md @@ -12,6 +12,7 @@ - [Source Compatibility Testing](#source-compatibility-testing) - [Sourcekit Stress Testing](#sourcekit-stress-testing) - [Specific Preset Testing](#specific-preset-testing) + - [Running Non-Executable Device Tests](#running-non-executable-device-tests) - [Build Swift Toolchain](#build-swift-toolchain) - [Testing Compiler Performance](#testing-compiler-performance) - [Swift Community Hosted CI Pull Request Testing](#swift-community-hosted-ci-pull-request-testing) @@ -161,8 +162,18 @@ For example: ``` preset=buildbot_incremental,tools=RA,stdlib=RD,smoketest=macosx,single-thread @swift-ci Please test with preset macOS +``` + +### Running Non-Executable Device Tests + +Using the specific preset testing, one can run non-executable device tests by +telling swift-ci: ``` +preset=buildbot,tools=RA,stdlib=RD,test=non_executable +@swift-ci Please test with preset macOS +``` + ### Build Swift Toolchain Platform | Comment | Check Status