From: Neil Horman Date: Fri, 14 Mar 2025 20:08:04 +0000 (-0400) Subject: Fix interop ci yaml X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db7b99914c9a13798e9d7783a02e68ae7e411d8;p=thirdparty%2Fopenssl.git Fix interop ci yaml Somehow I mistakenly listed clients in the exlude list, when it should have been servers, resulting in an invalid yml file Reviewed-by: Viktor Dukhovni Reviewed-by: Tim Hudson Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/27066) --- diff --git a/.github/workflows/run_quic_interop.yml b/.github/workflows/run_quic_interop.yml index 43679c96060..4f0511f9ee8 100644 --- a/.github/workflows/run_quic_interop.yml +++ b/.github/workflows/run_quic_interop.yml @@ -13,7 +13,7 @@ jobs: tests: [http3, transfer, handshake, retry, chacha20, resumption, multiplexing, ipv6] servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy] exclude: - - clients: msquic + - servers: msquic tests: retry fail-fast: false runs-on: ubuntu-latest