forked from wolfSSL/wolfssl
Let tests run to completion
This commit is contained in:
1
.github/workflows/docker-OpenWrt.yml
vendored
1
.github/workflows/docker-OpenWrt.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_library
|
needs: build_library
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
release: [ "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 snapshot
|
release: [ "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 snapshot
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/haproxy.yml
vendored
1
.github/workflows/haproxy.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
haproxy_check:
|
haproxy_check:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# List of refs to test
|
# List of refs to test
|
||||||
ref: [ master ]
|
ref: [ master ]
|
||||||
|
1
.github/workflows/hostap.yml
vendored
1
.github/workflows/hostap.yml
vendored
@ -7,7 +7,6 @@ jobs:
|
|||||||
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
|
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
|
||||||
hostap_test:
|
hostap_test:
|
||||||
strategy:
|
strategy:
|
||||||
# TODO remove this in final PR
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# should hostapd be compiled with wolfssl
|
# should hostapd be compiled with wolfssl
|
||||||
|
1
.github/workflows/multi-compiler.yml
vendored
1
.github/workflows/multi-compiler.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
my_matrix:
|
my_matrix:
|
||||||
name: Compiler test
|
name: Compiler test
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- CC: gcc-9
|
- CC: gcc-9
|
||||||
|
1
.github/workflows/openvpn.yml
vendored
1
.github/workflows/openvpn.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
openvpn_check:
|
openvpn_check:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# List of refs to test
|
# List of refs to test
|
||||||
ref: [ master, release/2.6, v2.6.0 ]
|
ref: [ master, release/2.6, v2.6.0 ]
|
||||||
|
4
.github/workflows/os-check.yml
vendored
4
.github/workflows/os-check.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
make_check:
|
make_check:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
config: [
|
config: [
|
||||||
@ -25,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
make_user_settings:
|
make_user_settings:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
user-settings: [
|
user-settings: [
|
||||||
@ -43,6 +45,7 @@ jobs:
|
|||||||
|
|
||||||
make_user_settings_testwolfcrypt:
|
make_user_settings_testwolfcrypt:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
user-settings: [
|
user-settings: [
|
||||||
@ -67,6 +70,7 @@ jobs:
|
|||||||
# Has to be dedicated function due to the sed call
|
# Has to be dedicated function due to the sed call
|
||||||
make_user_all:
|
make_user_all:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
name: make user_setting.h (with sed)
|
name: make user_setting.h (with sed)
|
||||||
|
1
.github/workflows/stunnel.yml
vendored
1
.github/workflows/stunnel.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
stunnel_check:
|
stunnel_check:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 5.67 ]
|
ref: [ 5.67 ]
|
||||||
|
Reference in New Issue
Block a user