|
|
@ -34,8 +34,8 @@ GRPC_NODE_GITREF=master |
|
|
|
TEST_INFRA_REPO=grpc/test-infra |
|
|
|
TEST_INFRA_REPO=grpc/test-infra |
|
|
|
TEST_INFRA_GITREF=master |
|
|
|
TEST_INFRA_GITREF=master |
|
|
|
|
|
|
|
|
|
|
|
# This is to ensure we can push and pull images from gcr.io. We do not |
|
|
|
# This is to ensure we can push and pull images from Artifact Registry. We do |
|
|
|
# necessarily need it to run load tests, but will need it when we employ |
|
|
|
# not necessarily need it to run load tests, but will need it when we employ |
|
|
|
# pre-built images in the optimization. |
|
|
|
# pre-built images in the optimization. |
|
|
|
gcloud auth configure-docker |
|
|
|
gcloud auth configure-docker |
|
|
|
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ BIGQUERY_TABLE_8CORE=e2e_benchmarks.experimental_results |
|
|
|
BIGQUERY_TABLE_32CORE=e2e_benchmarks.experimental_results_32core |
|
|
|
BIGQUERY_TABLE_32CORE=e2e_benchmarks.experimental_results_32core |
|
|
|
# END differentiate experimental configuration from master configuration. |
|
|
|
# END differentiate experimental configuration from master configuration. |
|
|
|
CLOUD_LOGGING_URL="https://source.cloud.google.com/results/invocations/${KOKORO_BUILD_ID}" |
|
|
|
CLOUD_LOGGING_URL="https://source.cloud.google.com/results/invocations/${KOKORO_BUILD_ID}" |
|
|
|
PREBUILT_IMAGE_PREFIX="gcr.io/grpc-testing/e2etest/prebuilt/${LOAD_TEST_PREFIX}" |
|
|
|
PREBUILT_IMAGE_PREFIX="us-docker.pkg.dev/grpc-testing/e2etest-prebuilt" |
|
|
|
UNIQUE_IDENTIFIER="$(date +%Y%m%d%H%M%S)" |
|
|
|
UNIQUE_IDENTIFIER="$(date +%Y%m%d%H%M%S)" |
|
|
|
ROOT_DIRECTORY_OF_DOCKERFILES="../test-infra/containers/pre_built_workers/" |
|
|
|
ROOT_DIRECTORY_OF_DOCKERFILES="../test-infra/containers/pre_built_workers/" |
|
|
|
# Head of the workspace checked out by Kokoro. |
|
|
|
# Head of the workspace checked out by Kokoro. |
|
|
|