9
9
name : License Header and Formatting Checks
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : swiftlang/ swift:nightly- 6.0-jammy
12
+ image : swift:6.0-jammy
13
13
steps :
14
14
- name : " Checkout repository"
15
15
uses : actions/checkout@v4
28
28
- image : swiftlang/swift:nightly-jammy
29
29
# No TSAN because of: https://github.com/apple/swift/issues/59068
30
30
# swift-test-flags: "--sanitize=thread"
31
- - image : swiftlang/ swift:nightly- 6.0-jammy
31
+ - image : swift:6.0-jammy
32
32
# No TSAN because of: https://github.com/apple/swift/issues/59068
33
33
# swift-test-flags: "--sanitize=thread"
34
34
- image : swift:5.10.1-noble
37
37
- image : swift:5.9-jammy
38
38
# No TSAN because of: https://github.com/apple/swift/issues/59068
39
39
# swift-test-flags: "--sanitize=thread"
40
- - image : swift:5.8-focal
41
- # No TSAN because of: https://github.com/apple/swift/issues/59068
42
- # swift-test-flags: "--sanitize=thread"
43
40
name : Build and Test on ${{ matrix.image }}
44
41
runs-on : ubuntu-latest
45
42
container :
68
65
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
69
66
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
70
67
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
71
- - image : swiftlang/ swift:nightly- 6.0-jammy
68
+ - image : swift:6.0-jammy
72
69
swift-version : ' 6.0'
73
70
env :
74
71
MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 323000
@@ -101,17 +98,6 @@ jobs:
101
98
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
102
99
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
103
100
MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
104
- - image : swift:5.8-focal
105
- swift-version : 5.8
106
- env :
107
- MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 323000
108
- MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_1_request : 161000
109
- MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_10_small_requests : 110000
110
- MAX_ALLOCS_ALLOWED_embedded_server_bidi_1k_rpcs_1_small_request : 65000
111
- MAX_ALLOCS_ALLOWED_embedded_server_unary_1k_rpcs_1_small_request : 61000
112
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
113
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
114
- MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
115
101
name : Performance Tests on ${{ matrix.image }}
116
102
runs-on : ubuntu-latest
117
103
container :
@@ -139,7 +125,7 @@ jobs:
139
125
- image : swiftlang/swift:nightly-jammy
140
126
swift-tools-version : ' 6.0'
141
127
supports-v2 : true
142
- - image : swiftlang/ swift:nightly- 6.0-jammy
128
+ - image : swift:6.0-jammy
143
129
swift-tools-version : ' 6.0'
144
130
supports-v2 : true
145
131
- image : swift:5.10.1-noble
@@ -148,9 +134,6 @@ jobs:
148
134
- image : swift:5.9-jammy
149
135
swift-tools-version : ' 5.9'
150
136
supports-v2 : false
151
- - image : swift:5.8-focal
152
- swift-tools-version : ' 5.8'
153
- supports-v2 : false
154
137
name : Integration Tests on ${{ matrix.image }}
155
138
runs-on : ubuntu-latest
156
139
container :
0 commit comments