@@ -215,6 +215,7 @@ jobs:
215215 ARCH : x86
216216
217217 - name : " Linux (Bionic, GCC, dynamically-loaded OpenSSL)"
218+ id : bionic-gcc-dynamicopenssl
218219 container :
219220 name : bionic
220221 dockerfile : bionic
@@ -226,6 +227,7 @@ jobs:
226227 SKIP_PUSHOPTIONS_TESTS : true
227228 os : ubuntu-latest
228229 - name : " Linux (x86, Bionic, Clang, OpenSSL)"
230+ id : bionic-x86-clang-openssl
229231 container :
230232 name : bionic-x86
231233 dockerfile : bionic
@@ -238,6 +240,7 @@ jobs:
238240 SKIP_PUSHOPTIONS_TESTS : true
239241 os : ubuntu-latest
240242 - name : " Linux (x86, Bionic, GCC, OpenSSL)"
243+ id : bionic-x86-gcc-openssl
241244 container :
242245 name : bionic-x86
243246 dockerfile : bionic
@@ -249,6 +252,7 @@ jobs:
249252 SKIP_PUSHOPTIONS_TESTS : true
250253 os : ubuntu-latest
251254 - name : " Linux (arm32, Bionic, GCC, OpenSSL)"
255+ id : bionic-arm32-gcc-openssl
252256 container :
253257 name : bionic-arm32
254258 dockerfile : bionic
@@ -263,6 +267,7 @@ jobs:
263267 GITTEST_FLAKY_STAT : true
264268 os : ubuntu-latest
265269 - name : " Linux (arm64, Bionic, GCC, OpenSSL)"
270+ id : bionic-arm64-gcc-openssl
266271 container :
267272 name : bionic-arm64
268273 dockerfile : bionic
@@ -300,6 +305,7 @@ jobs:
300305 SKIP_SSH_TESTS : true
301306 SKIP_NEGOTIATE_TESTS : true
302307 - name : " Windows (no mmap)"
308+ id : windows-nommap
303309 os : windows-2019
304310 env :
305311 ARCH : amd64
0 commit comments