summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNeil Horman <nhorman@openssl.org>2023-11-14 06:01:51 -0500
committerNeil Horman <nhorman@openssl.org>2024-01-05 12:36:18 -0500
commit83783dd16e767483020e5b2dc3b1c0ac26520917 (patch)
tree6f61c40e818b04b38a2fc4541b0d2c06c20a8fa7 /.github
parent638ad52ae53ece2e870984430493e454f75d048a (diff)
Adding interop tests
Fedora has some fairly nice interoperability tests that we can leverage to build a PR and test it against gnutls and nss libraries. This commit adds the interop-tests.yml ci job to do that work, and run the interop tests from beaker. Fixes #20685 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22726)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/interop-tests.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/interop-tests.yml b/.github/workflows/interop-tests.yml
index d6a17f6790..6ace6a60aa 100644
--- a/.github/workflows/interop-tests.yml
+++ b/.github/workflows/interop-tests.yml
@@ -1,8 +1,3 @@
-# Notes:
-# /__w/openssl is the path that github bind-mounts into the container so the ci
-# filesystem for this job can be reached. Please note that any changes made to
-# this job involving file system paths should be made prefixed with, or relative
-# to that directory
name: Interoperability tests with GnuTLS and NSS
on:
schedule: