mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
CI: QUIC Interop: do not run bandwidth measurement tests
crosstraffic, goodput tests are intended to perform bandwidth measurement, we do not consider GitHub runners for that purpose GH issue: https://github.com/haproxy/haproxy/issues/2688
This commit is contained in:
parent
f583ed9469
commit
438ad6b495
10
.github/workflows/quic-interop-aws-lc.yml
vendored
10
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -1,3 +1,7 @@
|
|||||||
|
#
|
||||||
|
# goodput,crosstraffic are not run on purpose, those tests are intended to bandwidth measurement, we currently do not want to use GitHub runners for that
|
||||||
|
#
|
||||||
|
|
||||||
name: QUIC Interop AWS-LC
|
name: QUIC Interop AWS-LC
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -42,9 +46,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
suite: [
|
suite: [
|
||||||
{ client: chrome, tests: "http3" },
|
{ 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: picoquic, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2" },
|
||||||
{ 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: quic-go, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,resumption,zerortt,http3,blackhole,keyupdate,ecn,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,ipv6,v2" },
|
||||||
{ client: ngtcp2, 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" }
|
||||||
]
|
]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
|
6
.github/workflows/quic-interop-libressl.yml
vendored
6
.github/workflows/quic-interop-libressl.yml
vendored
@ -2,6 +2,8 @@
|
|||||||
# chacha20 test must be enabled after LibreSSL-4.0
|
# chacha20 test must be enabled after LibreSSL-4.0
|
||||||
# issue for tracking: https://github.com/haproxy/haproxy/issues/2569
|
# issue for tracking: https://github.com/haproxy/haproxy/issues/2569
|
||||||
#
|
#
|
||||||
|
# goodput,crosstraffic are not run on purpose, those tests are intended to bandwidth measurement, we currently do not want to use GitHub runners for that
|
||||||
|
#
|
||||||
|
|
||||||
name: QUIC Interop LibreSSL
|
name: QUIC Interop LibreSSL
|
||||||
|
|
||||||
@ -46,8 +48,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
suite: [
|
suite: [
|
||||||
{ client: picoquic, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,v2,goodput,crosstraffic" },
|
{ client: picoquic, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,v2" },
|
||||||
{ client: quic-go, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,transferloss,transfercorruption,v2,goodput,crosstraffic" }
|
{ client: quic-go, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,transferloss,transfercorruption,v2" }
|
||||||
]
|
]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user