Skip to content

Commit 3ecca21

Browse files
chipitsinewlallemand
authored andcommitted
CI: enable chacha20 test on LibreSSL QUIC Interop
it was commented on purpose "until LibreSSL-4.0 is released". lets enable it
1 parent 9809928 commit 3ecca21

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/quic-interop-libressl.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#
2-
# chacha20 test must be enabled after LibreSSL-4.0
3-
# issue for tracking: https://github.com/haproxy/haproxy/issues/2569
4-
#
52
# 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
63
#
74

@@ -45,8 +42,8 @@ jobs:
4542
strategy:
4643
matrix:
4744
suite: [
48-
{ client: picoquic, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,v2" },
49-
{ client: quic-go, tests: "handshake,transfer,longrtt,multiplexing,retry,http3,blackhole,amplificationlimit,transferloss,transfercorruption,v2" }
45+
{ client: picoquic, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,http3,blackhole,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,v2" },
46+
{ client: quic-go, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,http3,blackhole,amplificationlimit,transferloss,transfercorruption,v2" }
5047
]
5148
fail-fast: false
5249

0 commit comments

Comments
 (0)