]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
augment CI to run ampilficationlimit tests
authorNeil Horman <nhorman@openssl.org>
Thu, 12 Dec 2024 14:43:27 +0000 (09:43 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
NOTE: Do this for the server test as well after rebase when http3
commits get merged

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26178)

.github/workflows/run_quic_interop.yml

index d39e6fc9b83904ee5960164dd953d1c375eebd25..16c0f7fe913679c68829b8390863d988715f0a96 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   run_quic_interop:
     strategy:
       matrix:
-        tests: [http3, transfer, handshake, retry, chacha20, resumption]
+        tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit]
         servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
       fail-fast: false
     runs-on: ubuntu-latest