We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622e4f4 commit 5fdb3afCopy full SHA for 5fdb3af
samples/instrumentation-quickstart/cloudbuild-integration.yaml
@@ -20,6 +20,8 @@ steps:
20
# https://github.com/testcontainers/testcontainers-go/issues/2754
21
- TESTCONTAINERS_RYUK_CONNECTION_TIMEOUT=10m
22
- TESTCONTAINERS_RYUK_RECONNECTION_TIMEOUT=10m
23
+ - GOOGLE_CLOUD_PROJECT=${_GOOGLE_CLOUD_PROJECT}
24
+ - GOOGLE_CLOUD_QUOTA_PROJECT=${_GOOGLE_CLOUD_PROJECT}
25
script: go test -v
26
27
logsBucket: gs://opentelemetry-ops-e2e-cloud-build-logs
0 commit comments