Skip to content

Commit

Permalink
use a local blobstore instead of s3 blobstore
Browse files Browse the repository at this point in the history
add blobs to local blobstore

Signed-off-by: Joseph Palermo <[email protected]>
  • Loading branch information
mingxiao authored and jpalermo committed Oct 31, 2024
1 parent 5665e7e commit 3f1f6fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/assets/e2e-test-release/config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
awscli/awscli-bundle.zip:
size: 46956629
object_id: 1b870976-2176-4bd1-6766-3f6788141d20
object_id: 262767b7-a66c-4177-66d1-02aba1fe109b
sha: sha256:b03e475a0889465bda250f620bec7854e19681a6443bad4f2257a11cc9638564
jq/jq-linux64:
size: 3027945
object_id: a35c7427-f377-4369-809f-7f4d2443d507
object_id: e3544d2c-8831-4e04-5c17-f889eb527e33
sha: d8e36831c3c94bb58be34dd544f44a6c6cb88568
4 changes: 2 additions & 2 deletions ci/assets/e2e-test-release/config/final.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
final_name: e2e-test
blobstore:
provider: s3
provider: local
options:
bucket_name: bosh-aws-cpi-e2e-testing-blobs
blobstore_path: final_blobs
Git LFS file not shown
Git LFS file not shown

0 comments on commit 3f1f6fe

Please sign in to comment.