]> git.ipfire.org Git - thirdparty/openssl.git/commit
Run interop tests on feature/quic-server branch
authorNeil Horman <nhorman@openssl.org>
Sun, 1 Dec 2024 21:11:28 +0000 (16:11 -0500)
committerTomas Mraz <tomas@openssl.org>
Tue, 3 Dec 2024 14:04:38 +0000 (15:04 +0100)
commitf7c4d4519cd5daad5335b39ba7a3c864c65bf6ee
treeda6a40dc769812c8fae4fc122692bb76e8704d14
parent4d41cc910306868285b89bd4b95d79bac693a630
Run interop tests on feature/quic-server branch

We currently run interop tests as a client only from the master branch.
While we are developing quic-server it would be beneficial to also get
interop test results from the quic-server branch run as both a client
and a server, until such time as the feature branch is merged.  Add
building and running of a container in the test harness to our CI set

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26090)
.github/workflows/build_quic_interop_container_server.yml [new file with mode: 0644]
.github/workflows/run_quic_interop_server.yml [new file with mode: 0644]