Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,17 @@ jobs:
google/cloud-sdk \
/run-bigtable.sh

- name: Build GCS Emulator
run: |
docker build -t gcs-emulator-local https://github.com/getsentry/google-cloud-storage-testbench.git#main

- name: Start GCS Emulator
run: |
docker run -d \
--name gcs-emulator \
-p 8087:9000 \
-e GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME=test-bucket \
gcr.io/cloud-devrel-public-resources/storage-testbench:latest
gcs-emulator-local

- name: Start MinIO
run: |
Expand Down
2 changes: 1 addition & 1 deletion devservices/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
- orchestrator=devservices
restart: unless-stopped
gcs:
image: gcr.io/cloud-devrel-public-resources/storage-testbench:latest
build: https://github.com/getsentry/google-cloud-storage-testbench.git#main
environment:
GOOGLE_CLOUD_CPP_STORAGE_TEST_BUCKET_NAME: test-bucket
healthcheck:
Expand Down
Loading
Loading