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
increase_max_api_items
Nutomic 4 months ago committed by GitHub
parent a5289dd4cf
commit 952c162dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save