Commit 71c29249c7 for openssl.org
commit 71c29249c7e58b8bf3892f9c740e5e3947a6c10a
Author: Neil Horman <nhorman@openssl.org>
Date: Tue Mar 3 04:53:56 2026 -0500
fix implementation json naming in quic interop tests
upstream test harness project renamed its implementations.json file to
implementations_quic.json. We need to do the same in our CI file
Reviewed-by: Saša NedvÄ›dický <sashan@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Tue Mar 3 11:37:49 2026
(Merged from https://github.com/openssl/openssl/pull/30248)
diff --git a/.github/workflows/run_quic_interop.yml b/.github/workflows/run_quic_interop.yml
index fc271894e9..f7fca6f373 100644
--- a/.github/workflows/run_quic_interop.yml
+++ b/.github/workflows/run_quic_interop.yml
@@ -98,8 +98,8 @@ jobs:
"msquic-openssl": { image: "quay.io/openssl-ci/msquic-openssl"
, url: "https://github.com/microsoft/msquic"
, role: "both"
- }}' ./implementations.json > ./implementations.tmp
- mv ./implementations.tmp implementations.json
+ }}' ./implementations_quic.json > ./implementations.tmp
+ mv ./implementations.tmp implementations_quic.json
- name: Set up docker
uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
with:
@@ -156,8 +156,8 @@ jobs:
"msquic-openssl": { image: "quay.io/openssl-ci/msquic-openssl"
, url: "https://github.com/microsoft/msquic"
, role: "both"
- }}' ./implementations.json > ./implementations.tmp
- mv ./implementations.tmp implementations.json
+ }}' ./implementations_quic.json > ./implementations.tmp
+ mv ./implementations.tmp implementations_quic.json
- name: Set up docker
uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
with: