@@ -215,6 +215,7 @@ jobs:
215
215
ARCH : x86
216
216
217
217
- name : " Linux (Bionic, GCC, dynamically-loaded OpenSSL)"
218
+ id : bionic-gcc-dynamicopenssl
218
219
container :
219
220
name : bionic
220
221
dockerfile : bionic
@@ -226,6 +227,7 @@ jobs:
226
227
SKIP_PUSHOPTIONS_TESTS : true
227
228
os : ubuntu-latest
228
229
- name : " Linux (x86, Bionic, Clang, OpenSSL)"
230
+ id : bionic-x86-clang-openssl
229
231
container :
230
232
name : bionic-x86
231
233
dockerfile : bionic
@@ -238,6 +240,7 @@ jobs:
238
240
SKIP_PUSHOPTIONS_TESTS : true
239
241
os : ubuntu-latest
240
242
- name : " Linux (x86, Bionic, GCC, OpenSSL)"
243
+ id : bionic-x86-gcc-openssl
241
244
container :
242
245
name : bionic-x86
243
246
dockerfile : bionic
@@ -249,6 +252,7 @@ jobs:
249
252
SKIP_PUSHOPTIONS_TESTS : true
250
253
os : ubuntu-latest
251
254
- name : " Linux (arm32, Bionic, GCC, OpenSSL)"
255
+ id : bionic-arm32-gcc-openssl
252
256
container :
253
257
name : bionic-arm32
254
258
dockerfile : bionic
@@ -263,6 +267,7 @@ jobs:
263
267
GITTEST_FLAKY_STAT : true
264
268
os : ubuntu-latest
265
269
- name : " Linux (arm64, Bionic, GCC, OpenSSL)"
270
+ id : bionic-arm64-gcc-openssl
266
271
container :
267
272
name : bionic-arm64
268
273
dockerfile : bionic
@@ -300,6 +305,7 @@ jobs:
300
305
SKIP_SSH_TESTS : true
301
306
SKIP_NEGOTIATE_TESTS : true
302
307
- name : " Windows (no mmap)"
308
+ id : windows-nommap
303
309
os : windows-2019
304
310
env :
305
311
ARCH : amd64
0 commit comments