From d11c5b78af8ddb165a001457ae4970170d6b38b6 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 12 Dec 2024 09:43:27 -0500 Subject: [PATCH] augment CI to run ampilficationlimit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit NOTE: Do this for the server test as well after rebase when http3 commits get merged Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26178) --- .github/workflows/run_quic_interop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_quic_interop.yml b/.github/workflows/run_quic_interop.yml index d39e6fc9b83..16c0f7fe913 100644 --- a/.github/workflows/run_quic_interop.yml +++ b/.github/workflows/run_quic_interop.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] fail-fast: false runs-on: ubuntu-latest -- 2.47.2