9
9
name : License Header and Formatting Checks
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : swift:6.0-jammy
12
+ image : swift:6.1
13
13
steps :
14
14
- name : " Checkout repository"
15
15
uses : actions/checkout@v4
25
25
fail-fast : false
26
26
matrix :
27
27
include :
28
- - image : swiftlang/swift:nightly-jammy
29
- # No TSAN because of: https://github.com/apple/swift/issues/59068
30
- # swift-test-flags: "--sanitize=thread"
28
+ - image : swift:6.1
31
29
- image : swift:6.0-jammy
32
- # No TSAN because of: https://github.com/apple/swift/issues/59068
33
- # swift-test-flags: "--sanitize=thread"
34
30
- image : swift:5.10.1-noble
35
- # No TSAN because of: https://github.com/apple/swift/issues/59068
36
- # swift-test-flags: "--sanitize=thread"
37
- - image : swift:5.9-jammy
38
- # No TSAN because of: https://github.com/apple/swift/issues/59068
39
- # swift-test-flags: "--sanitize=thread"
40
31
name : Build and Test on ${{ matrix.image }}
41
32
runs-on : ubuntu-latest
42
33
container :
54
45
fail-fast : false
55
46
matrix :
56
47
include :
57
- - image : swiftlang/ swift:nightly-jammy
58
- swift-version : ' main '
48
+ - image : swift:6.1
49
+ swift-version : ' 6.1 '
59
50
env :
60
51
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 323000
61
52
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_1_request : 161000
87
78
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
88
79
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
89
80
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
90
- - image : swift:5.9-jammy
91
- swift-version : 5.9
92
- env :
93
- MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 323000
94
- MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_1_request : 161000
95
- MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_10_small_requests : 110000
96
- MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_1_small_request : 65000
97
- MAX_ALLOCS_ALLOWED_embedded_server_unary_1k_rpcs_1_small_request : 61000
98
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
99
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
100
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
101
81
name : Performance Tests on ${{ matrix.image }}
102
82
runs-on : ubuntu-latest
103
83
container :
@@ -113,14 +93,12 @@ jobs:
113
93
fail-fast : false
114
94
matrix :
115
95
include :
116
- - image : swiftlang/ swift:nightly-jammy
117
- swift-tools-version : ' 6.0 '
96
+ - image : swift:6.1
97
+ swift-tools-version : ' 6.1 '
118
98
- image : swift:6.0-jammy
119
99
swift-tools-version : ' 6.0'
120
100
- image : swift:5.10.1-noble
121
101
swift-tools-version : ' 5.10'
122
- - image : swift:5.9-jammy
123
- swift-tools-version : ' 5.9'
124
102
name : Integration Tests on ${{ matrix.image }}
125
103
runs-on : ubuntu-latest
126
104
container :
0 commit comments