Increase retention days to make re-running easier

This commit is contained in:
Juliusz Sosinowicz
2024-02-08 19:59:48 +01:00
parent 14830d0e09
commit d34cf39206
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@ -23,7 +23,7 @@ jobs:
with:
name: wolf-install-hitch
path: build-dir
retention-days: 1
retention-days: 5
hitch_check:
strategy:

View File

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

View File

@ -23,7 +23,7 @@ jobs:
with:
name: wolf-install-krb5
path: build-dir
retention-days: 1
retention-days: 5
krb5_check:
strategy:

View File

@ -24,7 +24,7 @@ jobs:
with:
name: wolf-install-libssh2
path: build-dir
retention-days: 1
retention-days: 5
libssh2_check:
strategy:

View File

@ -24,7 +24,7 @@ jobs:
with:
name: wolf-install-memcached
path: build-dir
retention-days: 1
retention-days: 5
memcached_check:
strategy:

View File

@ -29,7 +29,7 @@ jobs:
with:
name: wolf-install-nginx
path: build-dir
retention-days: 1
retention-days: 5
nginx_check:
strategy:

View File

@ -25,7 +25,7 @@ jobs:
with:
name: wolf-install-openssh
path: build-dir
retention-days: 1
retention-days: 5
openssh_check:
strategy:

View File

@ -23,7 +23,7 @@ jobs:
with:
name: wolf-install-openvpn
path: build-dir
retention-days: 1
retention-days: 5
openvpn_check:
strategy:

View File

@ -23,7 +23,7 @@ jobs:
with:
name: wolf-install-stunnel
path: build-dir
retention-days: 1
retention-days: 5
stunnel_check:
strategy: