CI: QUIC Interop AWS-LC: enable ngtcp2 client

Let's add it and see how it goes.
GH issue: https://github.com/haproxy/haproxy/issues/2688
This commit is contained in:
Ilya Shipitsin 2024-08-24 15:55:45 +02:00 committed by Willy Tarreau
parent 8f2112a04f
commit 956839c0f6

View 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
retention-days: 6