Skip to content

[build-script] Add preset to set up CI testing for the stress tester #27817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions utils/build-presets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1468,10 +1468,13 @@ skip-test-xctest
[preset: mixin_swiftpm_package_macos_platform]
mixin-preset=mixin_swiftpm_macos_platform

# Build stdlib for all platforms.
ios
tvos
watchos
# We don't need to build the benchmark if we just want SwiftPM
skip-build-benchmarks

# We don't need these platforms. Skip them
skip-ios
skip-tvos
skip-watchos

skip-test-llbuild
skip-test-swiftpm
Expand Down Expand Up @@ -1553,15 +1556,6 @@ mixin-preset=mixin_swiftpm_package_macos_platform
release
assertions
skstresstester

#===------------------------------------------------------------------------===#
# Test Swift Evolve
#===------------------------------------------------------------------------===#

[preset: buildbot_swiftevolve_macos]
mixin-preset=mixin_swiftpm_package_macos_platform
release
assertions
swiftevolve

#===------------------------------------------------------------------------===#
Expand Down