From: Neil Horman Date: Thu, 12 Dec 2024 14:43:27 +0000 (-0500) Subject: augment CI to run ampilficationlimit tests X-Git-Tag: openssl-3.5.0-alpha1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d11c5b78af8ddb165a001457ae4970170d6b38b6;p=thirdparty%2Fopenssl.git augment CI to run ampilficationlimit tests 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) --- 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