From e0ea913f11cf64d000556bbf7cb9f8acdf6be4cb Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Sat, 14 Dec 2024 15:56:22 -0500 Subject: [PATCH] Add amplification limit test to interop quic testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because this ci job only runs from the master branch, we need to add the test here to validate that our server respects amplification limits in our ci runs. Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26181) --- .github/workflows/run_quic_interop_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_quic_interop_server.yml b/.github/workflows/run_quic_interop_server.yml index 6e9e192573..5daabfef37 100644 --- a/.github/workflows/run_quic_interop_server.yml +++ b/.github/workflows/run_quic_interop_server.yml @@ -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] clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl] fail-fast: false