]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: enable chacha20 test on LibreSSL QUIC Interop
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 29 Oct 2024 20:49:03 +0000 (21:49 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Oct 2024 15:46:22 +0000 (16:46 +0100)
it was commented on purpose "until LibreSSL-4.0 is released".
lets enable it

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

index 2a9a62c9e45d8e368249f5a674b1627f2e510454..c83da2b47aa66f219f3a4861448c89575c28d9e3 100644 (file)
@@ -1,7 +1,4 @@
 #
-# chacha20 test must be enabled after LibreSSL-4.0
-# 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
 #
 
@@ -45,8 +42,8 @@ jobs:
     strategy:
       matrix:
         suite: [
-          { 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" }
+          { client: picoquic, tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,http3,blackhole,amplificationlimit,handshakeloss,transferloss,handshakecorruption,transfercorruption,v2" },
+          { client: quic-go,  tests: "handshake,transfer,longrtt,chacha20,multiplexing,retry,http3,blackhole,amplificationlimit,transferloss,transfercorruption,v2" }
         ]
       fail-fast: false