]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix interop ci yaml
authorNeil Horman <nhorman@openssl.org>
Fri, 14 Mar 2025 20:08:04 +0000 (16:08 -0400)
committerNeil Horman <nhorman@openssl.org>
Sat, 15 Mar 2025 10:37:40 +0000 (06:37 -0400)
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 <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/27066)

(cherry picked from commit 5db7b99914c9a13798e9d7783a02e68ae7e411d8)

.github/workflows/run_quic_interop.yml

index 43679c96060294970bed144c71c91192c14bf6ab..4f0511f9ee867fb9f9491c06bf5d63840b5ad395 100644 (file)
@@ -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