File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches : [main]
5
5
pull_request :
6
- branches : [main]
6
+ branches : [main, async-await ]
7
7
jobs :
8
8
preflight :
9
9
name : License Header and Formatting Checks
24
24
fail-fast : false
25
25
matrix :
26
26
include :
27
+ - image : swiftlang/swift:nightly-5.5-focal
28
+ swift-build-flags : " -Xswiftc -Xfrontend -Xswiftc -enable-experimental-concurrency"
29
+ swift-test-flags : " --enable-test-discovery -Xswiftc -Xfrontend -Xswiftc -enable-experimental-concurrency"
27
30
- image : swift:5.4-focal
28
31
swift-test-flags : " --enable-test-discovery --sanitize=thread"
29
32
- image : swift:5.3-focal
49
52
fail-fast : false
50
53
matrix :
51
54
include :
55
+ - image : swiftlang/swift:nightly-5.5-focal
56
+ env :
57
+ MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 503000
58
+ MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_1_request : 215000
59
+ MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_10_small_requests : 112000
60
+ MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_1_small_request : 67000
61
+ MAX_ALLOCS_ALLOWED_embedded_server_unary_1k_rpcs_1_small_request : 63000
62
+ MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 204000
52
63
- image : swift:5.4-focal
53
64
env :
54
65
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 503000
You can’t perform that action at this time.
0 commit comments