]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: QUIC Interop AWS-LC: enable chrome client
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 13 Aug 2024 19:11:29 +0000 (21:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Aug 2024 03:13:46 +0000 (05:13 +0200)
chrome is important browser, let's enable it in AWS-LC weekly tests.
the only test supported by chrome is http3

.github/workflows/quic-interop-aws-lc.yml

index f9144d9ed2d02037df58ae827cf0d70b3ef9c7ab..171ec815d41b6b185d4edd5cc7215d14d2e9dd06 100644 (file)
@@ -41,6 +41,7 @@ jobs:
     strategy:
       matrix:
         suite: [
+          { client: chrome, tests: "http3" },
           { client: picoquic, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" },
           { client: quic-go,  tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" }
         ]