mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Merge pull request #7227 from julek-wolfssl/gh-retention-days
Increase retention days to make re-running easier
This commit is contained in:
2
.github/workflows/curl.yml
vendored
2
.github/workflows/curl.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-curl
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
test_curl:
|
||||
name: ${{ matrix.curl_ref }}
|
||||
|
2
.github/workflows/docker-OpenWrt.yml
vendored
2
.github/workflows/docker-OpenWrt.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
name: openwrt-libwolfssl.so
|
||||
path: src/.libs/libwolfssl.so
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
compile_container:
|
||||
name: Compile container
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/hitch.yml
vendored
2
.github/workflows/hitch.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-hitch
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
hitch_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/hostap.yml
vendored
2
.github/workflows/hostap.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
with:
|
||||
name: ${{ matrix.build_id }}
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
|
||||
hostap_test:
|
||||
|
2
.github/workflows/krb5.yml
vendored
2
.github/workflows/krb5.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-krb5
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
krb5_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/libssh2.yml
vendored
2
.github/workflows/libssh2.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-libssh2
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
libssh2_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/memcached.yml
vendored
2
.github/workflows/memcached.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-memcached
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
memcached_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/nginx.yml
vendored
2
.github/workflows/nginx.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-nginx
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
nginx_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/openssh.yml
vendored
2
.github/workflows/openssh.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-openssh
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
openssh_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/openvpn.yml
vendored
2
.github/workflows/openvpn.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-openvpn
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
openvpn_check:
|
||||
strategy:
|
||||
|
2
.github/workflows/stunnel.yml
vendored
2
.github/workflows/stunnel.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
with:
|
||||
name: wolf-install-stunnel
|
||||
path: build-dir
|
||||
retention-days: 1
|
||||
retention-days: 5
|
||||
|
||||
stunnel_check:
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user