]> git.ipfire.org Git - thirdparty/openssl.git/commit
quic-interop-ci: Fix failing CI
authorNorbert Pocs <norbertp@openssl.org>
Wed, 21 May 2025 18:02:57 +0000 (20:02 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 May 2025 09:09:54 +0000 (11:09 +0200)
commitd7be888244faf1b42855406731a3880c76bca636
treec1136c3becc2b1eb26fa9637119ee71c0c742a1d
parent0eb9acc24febb1f3f01f0320cfba9654cf66b0ac
quic-interop-ci: Fix failing CI

The issue was a flaky "impossible to reach server" in the CI.

The issue was caused by introduction of indeterminism to docker
networking (docker engine v28.0) and docker compose is affected by that
since v2.33.1.

Using constant network interface names solves the issue. The
"interface_name" was introduced in docker compose v2.36.0.

Resolves: https://github.com/openssl/project/issues/1182

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27682)
.github/workflows/run_quic_interop.yml