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 891195a commit c3bc592Copy full SHA for c3bc592
.kokoro/tests/run_tests.sh
@@ -59,8 +59,8 @@ if [[ "$SCRIPT_DEBUG" != "true" ]]; then
59
# For Tasks samples
60
export QUEUE_ID=my-appengine-queue
61
export LOCATION_ID=us-east1
62
- # For Datalabeling samples
63
- export DATALABELING_ENDPOINT=test-datalabeling.sandbox.googleapis.com:443
+ # For Datalabeling samples to hit the testing endpoint
+ export DATALABELING_ENDPOINT="test-datalabeling.sandbox.googleapis.com:443"
64
source "${KOKORO_GFILE_DIR}/aws-secrets.sh"
65
source "${KOKORO_GFILE_DIR}/storage-hmac-credentials.sh"
66
source "${KOKORO_GFILE_DIR}/dlp_secrets.txt"
0 commit comments