Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
include:
- grpc_ref: [ 'master', 'v1.60.0' ]
- grpc_ref: v1.60.0 # TODO: Add master
tests: >-
bad_ssl_alpn_test bad_ssl_cert_test client_ssl_test
crl_ssl_transport_security_test server_ssl_test
Expand All @@ -84,9 +84,6 @@ jobs:
h2_ssl_cert_test h2_ssl_session_reuse_test
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
openssl_ref: [ 'openssl-3.2.0' ]
exclude:
- grpc_ref: 'master'
force_fail: 'WOLFPROV_FORCE_FAIL=1'
steps:
- name: Checkout wolfProvider
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ipmitool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
ipmitool_ref: [ 'master', 'c3939dac2c060651361fc71516806f9ab8c38901' ]
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
openssl_ref: [ 'openssl-3.2.0' ]
exclude:
- ipmitool_ref: 'master'
force_fail: 'WOLFPROV_FORCE_FAIL=1'
steps:
- name: Retrieving OpenSSL from cache
uses: actions/cache/restore@v4
Expand Down