From: Ilya Shipitsin Date: Sat, 24 Aug 2024 13:55:45 +0000 (+0200) Subject: CI: QUIC Interop AWS-LC: enable ngtcp2 client X-Git-Tag: v3.1-dev7~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=956839c0f68a7722acc586ecd91ffefad2ccb303;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 171ec815d4..8e3dd9b6cf 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -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