Skip to content

Commit d34cf39

Browse files
committed
Increase retention days to make re-running easier
1 parent 14830d0 commit d34cf39

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
name: wolf-install-curl
2424
path: build-dir
25-
retention-days: 1
25+
retention-days: 5
2626

2727
test_curl:
2828
name: ${{ matrix.curl_ref }}

.github/workflows/docker-OpenWrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
name: openwrt-libwolfssl.so
2626
path: src/.libs/libwolfssl.so
27-
retention-days: 1
27+
retention-days: 5
2828
compile_container:
2929
name: Compile container
3030
runs-on: ubuntu-latest

.github/workflows/hitch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
name: wolf-install-hitch
2525
path: build-dir
26-
retention-days: 1
26+
retention-days: 5
2727

2828
hitch_check:
2929
strategy:

.github/workflows/hostap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
name: ${{ matrix.build_id }}
4646
path: build-dir
47-
retention-days: 1
47+
retention-days: 5
4848

4949
# Build wpa_supplicant with wolfSSL and hostapd with OpenSSL and interop.
5050
hostap_test:

.github/workflows/krb5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
name: wolf-install-krb5
2525
path: build-dir
26-
retention-days: 1
26+
retention-days: 5
2727

2828
krb5_check:
2929
strategy:

.github/workflows/libssh2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
name: wolf-install-libssh2
2626
path: build-dir
27-
retention-days: 1
27+
retention-days: 5
2828

2929
libssh2_check:
3030
strategy:

.github/workflows/memcached.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
name: wolf-install-memcached
2626
path: build-dir
27-
retention-days: 1
27+
retention-days: 5
2828

2929
memcached_check:
3030
strategy:

.github/workflows/nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
name: wolf-install-nginx
3131
path: build-dir
32-
retention-days: 1
32+
retention-days: 5
3333

3434
nginx_check:
3535
strategy:

.github/workflows/openssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
name: wolf-install-openssh
2727
path: build-dir
28-
retention-days: 1
28+
retention-days: 5
2929

3030
openssh_check:
3131
strategy:

.github/workflows/openvpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
name: wolf-install-openvpn
2525
path: build-dir
26-
retention-days: 1
26+
retention-days: 5
2727

2828
openvpn_check:
2929
strategy:

0 commit comments

Comments
 (0)