ci: test zstd cache perf
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user