Skip to content

Commit 944e435

Browse files
authored
Merge pull request #139 from aidangarske/workflow-fix
Fix for failing ipmitool and grpc without WPFF
2 parents 2b362ba + edf053b commit 944e435

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/grpc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
include:
78-
- grpc_ref: [ 'master', 'v1.60.0' ]
78+
- grpc_ref: v1.60.0 # TODO: Add master
7979
tests: >-
8080
bad_ssl_alpn_test bad_ssl_cert_test client_ssl_test
8181
crl_ssl_transport_security_test server_ssl_test
@@ -84,9 +84,6 @@ jobs:
8484
h2_ssl_cert_test h2_ssl_session_reuse_test
8585
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
8686
openssl_ref: [ 'openssl-3.2.0' ]
87-
exclude:
88-
- grpc_ref: 'master'
89-
force_fail: 'WOLFPROV_FORCE_FAIL=1'
9087
steps:
9188
- name: Checkout wolfProvider
9289
uses: actions/checkout@v4

.github/workflows/ipmitool.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ jobs:
7777
ipmitool_ref: [ 'master', 'c3939dac2c060651361fc71516806f9ab8c38901' ]
7878
wolfssl_ref: [ 'master', 'v5.7.4-stable' ]
7979
openssl_ref: [ 'openssl-3.2.0' ]
80-
exclude:
81-
- ipmitool_ref: 'master'
82-
force_fail: 'WOLFPROV_FORCE_FAIL=1'
8380
steps:
8481
- name: Retrieving OpenSSL from cache
8582
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)