Let tests run to completion

This commit is contained in:
Andras Fekete
2023-03-13 09:48:37 -04:00
parent bcd6bce040
commit f3e785b4c7
7 changed files with 9 additions and 1 deletions

View File

@ -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:

View File

@ -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 ]

View File

@ -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

View File

@ -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

View File

@ -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 ]

View File

@ -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)

View File

@ -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 ]