mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
CI: QUIC Interop AWS-LC: enable chrome client
chrome is important browser, let's enable it in AWS-LC weekly tests. the only test supported by chrome is http3
This commit is contained in:
parent
6301042938
commit
ae8f6724a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/quic-interop-aws-lc.yml
vendored
1
.github/workflows/quic-interop-aws-lc.yml
vendored
|
|
@ -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" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue