Merge pull request #6190 from bandi13/ghActions

Let tests run to completion
This commit is contained in:
JacobBarthelmeh
2023-03-13 09:24:09 -06:00
committed by GitHub
7 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_library
strategy:
fail-fast: false
matrix:
release: [ "22.03-SNAPSHOT", "21.02-SNAPSHOT" ] # some other versions: 21.02.0 21.02.5 22.03.0 22.03.3 snapshot
steps:

View File

@ -6,6 +6,7 @@ on:
jobs:
haproxy_check:
strategy:
fail-fast: false
matrix:
# List of refs to test
ref: [ master ]

View File

@ -7,7 +7,6 @@ jobs:
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
hostap_test:
strategy:
# TODO remove this in final PR
fail-fast: false
matrix:
# should hostapd be compiled with wolfssl

View File

@ -7,6 +7,7 @@ jobs:
my_matrix:
name: Compiler test
strategy:
fail-fast: false
matrix:
include:
- CC: gcc-9

View File

@ -6,6 +6,7 @@ on:
jobs:
openvpn_check:
strategy:
fail-fast: false
matrix:
# List of refs to test
ref: [ master, release/2.6, v2.6.0 ]

View File

@ -6,6 +6,7 @@ on:
jobs:
make_check:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
config: [
@ -25,6 +26,7 @@ jobs:
make_user_settings:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
user-settings: [
@ -43,6 +45,7 @@ jobs:
make_user_settings_testwolfcrypt:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
user-settings: [
@ -67,6 +70,7 @@ jobs:
# Has to be dedicated function due to the sed call
make_user_all:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
name: make user_setting.h (with sed)

View File

@ -6,6 +6,7 @@ on:
jobs:
stunnel_check:
strategy:
fail-fast: false
matrix:
# List of releases to test
ref: [ 5.67 ]