[openssl/openssl] 602004: Update workflow to use GITHUB_WORKSPACE
    Neil Horman 
    noreply at github.com
       
    Fri Jan  5 18:06:49 UTC 2024
    
    
  
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 6020045c417e16a699a2fd2fdfb42ca0c618f9d3
      https://github.com/openssl/openssl/commit/6020045c417e16a699a2fd2fdfb42ca0c618f9d3
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-01-05 (Fri, 05 Jan 2024)
  Changed paths:
    M .github/workflows/interop-tests.yml
  Log Message:
  -----------
  Update workflow to use GITHUB_WORKSPACE
It was pointed out the GITHUB_WORKSPACE points to the container path of
the workspace, so we can use it instead of hardcoding the
__w/openssl/openssl path
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22726)
(cherry picked from commit 638ad52ae53ece2e870984430493e454f75d048a)
  Commit: 715f48a96962a170b5a6291d72ac0f3dfcffe6e7
      https://github.com/openssl/openssl/commit/715f48a96962a170b5a6291d72ac0f3dfcffe6e7
  Author: Neil Horman <nhorman at openssl.org>
  Date:   2024-01-05 (Fri, 05 Jan 2024)
  Changed paths:
    M .github/workflows/interop-tests.yml
  Log Message:
  -----------
  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 at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22726)
(cherry picked from commit 83783dd16e767483020e5b2dc3b1c0ac26520917)
Compare: https://github.com/openssl/openssl/compare/bd270eafb817...715f48a96962
    
    
More information about the openssl-commits
mailing list