]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: QUIC Interop AWS-LC: enable ngtcp2 client
authorIlya Shipitsin <chipitsine@gmail.com>
Sat, 24 Aug 2024 13:55:45 +0000 (15:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Aug 2024 17:13:59 +0000 (19:13 +0200)
Let's add it and see how it goes.
GH issue: https://github.com/haproxy/haproxy/issues/2688

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

index 171ec815d41b6b185d4edd5cc7215d14d2e9dd06..8e3dd9b6cf46036c69a2bb4bf3f9b4323bc33752 100644 (file)
@@ -44,6 +44,7 @@ jobs:
           { 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" }
+          { client: ngtcp2,  tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2,goodput,crosstraffic" }
         ]
       fail-fast: false
 
@@ -88,4 +89,4 @@ jobs:
         with:
           name: logs
           path: quic-interop-runner/logs/
-          retention-days: 6
\ No newline at end of file
+          retention-days: 6