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: with:
name: wolf-install-curl name: wolf-install-curl
path: build-dir path: build-dir
retention-days: 1 retention-days: 5
test_curl: test_curl:
name: ${{ matrix.curl_ref }} name: ${{ matrix.curl_ref }}

View File

@ -24,7 +24,7 @@ jobs:
with: with:
name: openwrt-libwolfssl.so name: openwrt-libwolfssl.so
path: src/.libs/libwolfssl.so path: src/.libs/libwolfssl.so
retention-days: 1 retention-days: 5
compile_container: compile_container:
name: Compile container name: Compile container
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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

View File

@ -44,7 +44,7 @@ jobs:
with: with:
name: ${{ matrix.build_id }} name: ${{ matrix.build_id }}
path: build-dir path: build-dir
retention-days: 1 retention-days: 5
# 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:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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