mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-06 13:33:02 +00:00
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:
parent
8f2112a04f
commit
956839c0f6
3
.github/workflows/quic-interop-aws-lc.yml
vendored
3
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user