mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #7871 from gojimmypi/pr-repo-owner-check
Add conditional repository_owner to workflowpull/8022/head
commit
a1a3a0b04f
|
@ -23,6 +23,7 @@ jobs:
|
||||||
'--enable-ocsp CFLAGS="-DTEST_NONBLOCK_CERTS"',
|
'--enable-ocsp CFLAGS="-DTEST_NONBLOCK_CERTS"',
|
||||||
]
|
]
|
||||||
name: make check
|
name: make check
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 6
|
timeout-minutes: 6
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -38,6 +39,7 @@ jobs:
|
||||||
|
|
||||||
test_curl:
|
test_curl:
|
||||||
name: ${{ matrix.curl_ref }}
|
name: ${{ matrix.curl_ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 2.1.28 ]
|
ref: [ 2.1.28 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
# List of refs to test
|
# List of refs to test
|
||||||
ref: [ master ]
|
ref: [ master ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build wolfSSL
|
- name: Build wolfSSL
|
||||||
|
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
- build_id: hostap-build2
|
- build_id: hostap-build2
|
||||||
wolf_extra_config: --enable-brainpool --enable-wpas-dpp
|
wolf_extra_config: --enable-brainpool --enable-wpas-dpp
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -99,6 +100,7 @@ jobs:
|
||||||
build_id: hostap-build2
|
build_id: hostap-build2
|
||||||
}
|
}
|
||||||
name: hwsim test
|
name: hwsim test
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# For openssl 1.1
|
# For openssl 1.1
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
|
|
@ -14,6 +14,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
espressif_latest:
|
espressif_latest:
|
||||||
name: latest Docker container
|
name: latest Docker container
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 12
|
timeout-minutes: 12
|
||||||
|
@ -25,6 +26,7 @@ jobs:
|
||||||
run: . /opt/esp/idf/export.sh; IDE/Espressif/ESP-IDF/compileAllExamples.sh
|
run: . /opt/esp/idf/export.sh; IDE/Espressif/ESP-IDF/compileAllExamples.sh
|
||||||
espressif_v4_4:
|
espressif_v4_4:
|
||||||
name: v4.4 Docker container
|
name: v4.4 Docker container
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: espressif/idf:release-v4.4
|
image: espressif/idf:release-v4.4
|
||||||
|
@ -34,6 +36,7 @@ jobs:
|
||||||
run: . /opt/esp/idf/export.sh; IDE/Espressif/ESP-IDF/compileAllExamples.sh
|
run: . /opt/esp/idf/export.sh; IDE/Espressif/ESP-IDF/compileAllExamples.sh
|
||||||
espressif_v5_0:
|
espressif_v5_0:
|
||||||
name: v5.0 Docker container
|
name: v5.0 Docker container
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: espressif/idf:release-v5.0
|
image: espressif/idf:release-v5.0
|
||||||
|
|
|
@ -17,6 +17,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_library:
|
build_library:
|
||||||
name: Compile libwolfssl.so
|
name: Compile libwolfssl.so
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -40,6 +41,7 @@ jobs:
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
compile_container:
|
compile_container:
|
||||||
name: Compile container
|
name: Compile container
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -50,6 +51,7 @@ jobs:
|
||||||
test_core_security_ssl_credentials_test test_cpp_end2end_ssl_credentials_test
|
test_core_security_ssl_credentials_test test_cpp_end2end_ssl_credentials_test
|
||||||
h2_ssl_cert_test h2_ssl_session_reuse_test
|
h2_ssl_cert_test h2_ssl_session_reuse_test
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -47,6 +48,7 @@ jobs:
|
||||||
ignore-tests: >-
|
ignore-tests: >-
|
||||||
test13-r82.sh test15-proxy-v2-npn.sh test39-client-cert-proxy.sh
|
test13-r82.sh test15-proxy-v2-npn.sh test39-client-cert-proxy.sh
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
--enable-wpas-dpp --enable-brainpool --with-eccminsz=192
|
--enable-wpas-dpp --enable-brainpool --with-eccminsz=192
|
||||||
--enable-tlsv10 --enable-oldtls
|
--enable-tlsv10 --enable-oldtls
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
@ -64,6 +65,7 @@ jobs:
|
||||||
|
|
||||||
build_uml_linux:
|
build_uml_linux:
|
||||||
name: Build UML (UserMode Linux)
|
name: Build UML (UserMode Linux)
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
@ -140,6 +142,7 @@ jobs:
|
||||||
}
|
}
|
||||||
name: hwsim test
|
name: hwsim test
|
||||||
# For openssl 1.1
|
# For openssl 1.1
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
steps:
|
steps:
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
git_ref: [ c3939dac2c060651361fc71516806f9ab8c38901 ]
|
git_ref: [ c3939dac2c060651361fc71516806f9ab8c38901 ]
|
||||||
name: ${{ matrix.git_ref }}
|
name: ${{ matrix.git_ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ref: [ 0.6.0 ]
|
ref: [ 0.6.0 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
@ -48,6 +49,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 1.21.1 ]
|
ref: [ 1.21.1 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 1.11.0 ]
|
ref: [ 1.11.0 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 8
|
timeout-minutes: 8
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ref: [ 0.9.13 ]
|
ref: [ 0.9.13 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build wolfSSL
|
- name: Build wolfSSL
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- ref: 1.6.22
|
- ref: 1.6.22
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
@ -43,6 +44,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ref: [ 2.0.18 ]
|
ref: [ 2.0.18 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -36,6 +36,7 @@ jobs:
|
||||||
CFLAGS: -marm -DWOLFSSL_SP_ARM_ARCH=6
|
CFLAGS: -marm -DWOLFSSL_SP_ARM_ARCH=6
|
||||||
ARCH: armel
|
ARCH: armel
|
||||||
EXTRA_OPTS: --enable-sp-asm
|
EXTRA_OPTS: --enable-sp-asm
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
- CC: clang-14
|
- CC: clang-14
|
||||||
CXX: clang++-14
|
CXX: clang++-14
|
||||||
OS: ubuntu-latest
|
OS: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ${{ matrix.OS }}
|
runs-on: ${{ matrix.OS }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
- ref: 5.9.3
|
- ref: 5.9.3
|
||||||
test_opts: -e 'agentxperl'
|
test_opts: -e 'agentxperl'
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -105,6 +106,7 @@ jobs:
|
||||||
stream_proxy_protocol_ssl.t stream_proxy_ssl_conf_command.t stream_proxy_ssl.t
|
stream_proxy_protocol_ssl.t stream_proxy_ssl_conf_command.t stream_proxy_ssl.t
|
||||||
stream_proxy_ssl_verify.t
|
stream_proxy_ssl_verify.t
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 6
|
timeout-minutes: 6
|
||||||
|
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
'--enable-rsa --enable-keygen --disable-dh CFLAGS="-DWOLFSSL_NO_MALLOC -DRSA_MIN_SIZE=1024"',
|
'--enable-rsa --enable-keygen --disable-dh CFLAGS="-DWOLFSSL_NO_MALLOC -DRSA_MIN_SIZE=1024"',
|
||||||
]
|
]
|
||||||
name: make check
|
name: make check
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 6
|
timeout-minutes: 6
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 4.2.8p15 ]
|
ref: [ 4.2.8p15 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
ocsp_stapling:
|
ocsp_stapling:
|
||||||
name: ocsp stapling
|
name: ocsp stapling
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -47,6 +48,7 @@ jobs:
|
||||||
- git_ref: 'V_9_6_P1'
|
- git_ref: 'V_9_6_P1'
|
||||||
osp_ver: '9.6'
|
osp_ver: '9.6'
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -44,6 +45,7 @@ jobs:
|
||||||
# List of refs to test
|
# List of refs to test
|
||||||
ref: [ release/2.6, v2.6.0, master ]
|
ref: [ release/2.6, v2.6.0, master ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
|
@ -40,6 +40,7 @@ jobs:
|
||||||
--enable-dtls-mtu',
|
--enable-dtls-mtu',
|
||||||
]
|
]
|
||||||
name: make check
|
name: make check
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
|
@ -60,6 +61,7 @@ jobs:
|
||||||
'examples/configs/user_settings_all.h',
|
'examples/configs/user_settings_all.h',
|
||||||
]
|
]
|
||||||
name: make user_setting.h
|
name: make user_setting.h
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
|
@ -85,6 +87,7 @@ jobs:
|
||||||
'examples/configs/user_settings_tls12.h',
|
'examples/configs/user_settings_tls12.h',
|
||||||
]
|
]
|
||||||
name: make user_setting.h (testwolfcrypt only)
|
name: make user_setting.h (testwolfcrypt only)
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
|
@ -106,6 +109,7 @@ jobs:
|
||||||
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)
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 14
|
timeout-minutes: 14
|
||||||
|
@ -124,6 +128,7 @@ jobs:
|
||||||
|
|
||||||
windows_build:
|
windows_build:
|
||||||
name: Windows Build Test
|
name: Windows Build Test
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Package wolfSSL
|
name: Package wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
|
@ -16,6 +16,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -46,6 +47,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
git_ref: [ e4b13e6725abb178f62ee897fe1c0e81b06a9431 ]
|
git_ref: [ e4b13e6725abb178f62ee897fe1c0e81b06a9431 ]
|
||||||
name: ${{ matrix.git_ref }}
|
name: ${{ matrix.git_ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 6.16 ]
|
ref: [ 6.16 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
steps:
|
steps:
|
||||||
|
@ -37,8 +38,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
socat_check:
|
socat_check:
|
||||||
strategy:
|
if: github.repository_owner == 'wolfssl'
|
||||||
fail-fast: false
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
|
@ -15,6 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build_wolfssl:
|
build_wolfssl:
|
||||||
name: Build wolfSSL
|
name: Build wolfSSL
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
# Just to keep it the same as the testing target
|
# Just to keep it the same as the testing target
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
|
@ -44,6 +45,7 @@ jobs:
|
||||||
# List of releases to test
|
# List of releases to test
|
||||||
ref: [ 5.67 ]
|
ref: [ 5.67 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
|
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
zephyr-sdk: 0.16.3
|
zephyr-sdk: 0.16.3
|
||||||
- zephyr-ref: v2.7.4
|
- zephyr-ref: v2.7.4
|
||||||
zephyr-sdk: 0.16.3
|
zephyr-sdk: 0.16.3
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
|
|
Loading…
Reference in New Issue