Skip to content

Commit 5eb6864

Browse files
authored
build-presets.ini: Add a PR-test-like preset with resilience enabled (swiftlang#14946)
...so that we can test PRs with resilience enabled. ("PR-test-like" = the preset used by "Please test macOS platform" by default)
1 parent dd2ebac commit 5eb6864

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/build-presets.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,6 +1162,14 @@ skip-test-tvos-host
11621162
skip-test-watchos-host
11631163

11641164

1165+
# Like the regular PR testing preset, but with resilience enabled
1166+
[preset: buildbot_all_platforms,tools=RA,stdlib=RA,resilience]
1167+
mixin-preset=buildbot_all_platforms,tools=RA,stdlib=RA
1168+
1169+
swift-stdlib-enable-resilience
1170+
1171+
1172+
11651173
#===------------------------------------------------------------------------===#
11661174
# Test watchOS on OS X builder
11671175
#===------------------------------------------------------------------------===#

0 commit comments

Comments
 (0)