99 name : License Header and Formatting Checks
1010 runs-on : ubuntu-latest
1111 container :
12- image : swiftlang/ swift:nightly- 6.0-jammy
12+ image : swift:6.0-jammy
1313 steps :
1414 - name : " Checkout repository"
1515 uses : actions/checkout@v4
2828 - image : swiftlang/swift:nightly-jammy
2929 # No TSAN because of: https://github.com/apple/swift/issues/59068
3030 # swift-test-flags: "--sanitize=thread"
31- - image : swiftlang/ swift:nightly- 6.0-jammy
31+ - image : swift:6.0-jammy
3232 # No TSAN because of: https://github.com/apple/swift/issues/59068
3333 # swift-test-flags: "--sanitize=thread"
3434 - image : swift:5.10.1-noble
3737 - image : swift:5.9-jammy
3838 # No TSAN because of: https://github.com/apple/swift/issues/59068
3939 # 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"
4340 name : Build and Test on ${{ matrix.image }}
4441 runs-on : ubuntu-latest
4542 container :
6865 MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
6966 MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
7067 MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_server : 170000
71- - image : swiftlang/ swift:nightly- 6.0-jammy
68+ - image : swift:6.0-jammy
7269 swift-version : ' 6.0'
7370 env :
7471 MAX_ALLOCS_ALLOWED_bidi_1k_rpcs_10_requests : 323000
@@ -101,17 +98,6 @@ jobs:
10198 MAX_ALLOCS_ALLOWED_unary_1k_ping_pong : 163000
10299 MAX_ALLOCS_ALLOWED_unary_1k_ping_pong_interceptors_client : 170000
103100 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
115101 name : Performance Tests on ${{ matrix.image }}
116102 runs-on : ubuntu-latest
117103 container :
@@ -139,7 +125,7 @@ jobs:
139125 - image : swiftlang/swift:nightly-jammy
140126 swift-tools-version : ' 6.0'
141127 supports-v2 : true
142- - image : swiftlang/ swift:nightly- 6.0-jammy
128+ - image : swift:6.0-jammy
143129 swift-tools-version : ' 6.0'
144130 supports-v2 : true
145131 - image : swift:5.10.1-noble
@@ -148,9 +134,6 @@ jobs:
148134 - image : swift:5.9-jammy
149135 swift-tools-version : ' 5.9'
150136 supports-v2 : false
151- - image : swift:5.8-focal
152- swift-tools-version : ' 5.8'
153- supports-v2 : false
154137 name : Integration Tests on ${{ matrix.image }}
155138 runs-on : ubuntu-latest
156139 container :
0 commit comments