ci: test zstd cache perf
All checks were successful
ci/woodpecker/push/cd Pipeline was successful
ci/woodpecker/manual/cd Pipeline was successful

This commit is contained in:
bdeshi 2024-05-20 21:03:37 +06:00
parent addbee053e
commit d2a062c1bd
Signed by: bdeshi
GPG Key ID: 410D03DA9A3468E0

View File

@ -24,7 +24,7 @@ steps:
restore: true restore: true
path_style: true path_style: true
cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}' cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}'
archive_format: gzip archive_format: zstd
bucket: bucket:
from_secret: CACHE_S3_BUCKET from_secret: CACHE_S3_BUCKET
endpoint: endpoint:
@ -53,7 +53,7 @@ steps:
rebuild: true rebuild: true
path_style: true path_style: true
cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}' cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}'
archive_format: gzip archive_format: zstd
bucket: bucket:
from_secret: CACHE_S3_BUCKET from_secret: CACHE_S3_BUCKET
endpoint: endpoint: