mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fix CI cache (#4276)
* Minor CI improvements (second attempt) * test slow check condition * remove rebuild cache condition for testing * trigger quick ci check * mkdir * ls, remove steps * exclude cargo home from prettier * ci * increase timeout * more timeout * even higher just for testing * disable compression * also increase restore timeout * cleanup * try again * Update .woodpecker.yml * Update .woodpecker.yml * cleanup * rerun ci * cleanup
This commit is contained in:
parent
a5289dd4cf
commit
952c162dac
1 changed files with 6 additions and 0 deletions
|
@ -100,6 +100,9 @@ steps:
|
|||
region: us-east-1
|
||||
cache_key: "rust-cache"
|
||||
path-style: true
|
||||
backend_operation_timeout: 15m
|
||||
compression_level: 0
|
||||
exit_code: true
|
||||
mount:
|
||||
- ".cargo_home"
|
||||
- "target"
|
||||
|
@ -226,6 +229,9 @@ steps:
|
|||
cache_key: "rust-cache"
|
||||
region: us-east-1
|
||||
path-style: true
|
||||
backend_operation_timeout: 60m
|
||||
compression_level: 0
|
||||
exit_code: true
|
||||
mount:
|
||||
- ".cargo_home"
|
||||
- "target"
|
||||
|
|
Loading…
Reference in a new issue