Skip to content

Commit d7547ad

Browse files
committed
Test with quota project
1 parent 14f933a commit d7547ad

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

samples/instrumentation-quickstart/cloudbuild-integration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
# limitations under the License.
1414

1515
steps:
16+
# Tail logs
17+
- name: docker:dind
18+
waitFor: ['-']
19+
script: |
20+
docker events --filter 'event=start' --format='{{.Actor.ID }}' | \
21+
while read id; do
22+
docker logs -f "$id" | sed "s/^/[$id] /" &
23+
done
1624
- name: golang:1.25
1725
dir: samples/instrumentation-quickstart/integrationtest
1826
env:

samples/instrumentation-quickstart/docker-compose.creds.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ services:
3232
volumes:
3333
- ${GOOGLE_APPLICATION_CREDENTIALS?}:${GOOGLE_APPLICATION_CREDENTIALS}:ro
3434
environment:
35-
- GOOGLE_APPLICATION_CREDENTIALS
35+
- GOOGLE_APPLICATION_CREDENTIALS
36+
- GOOGLE_CLOUD_QUOTA_PROJECT

0 commit comments

Comments
 (0)