[benchmark] Configure docker quietly.

pull/37596/head
Paulo Castello da Costa 3 months ago
parent cfac46bbd9
commit 9c4c91b9bb
  1. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke_cxx_experiments_framework.sh
  3. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh
  4. 4
      tools/internal_ci/linux/grpc_psm_performance_gke_experiment.sh

@ -76,8 +76,8 @@ LOG_URL_PREFIX="http://cnsviewer/placer/prod/home/kokoro-dedicated/build_artifac
# This is to ensure we can push and pull images from GCR and Artifact Registry.
# We do not necessarily need it to run load tests, but will need it when we
# employ pre-built images in the optimization.
gcloud auth configure-docker
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}"
gcloud auth configure-docker --quiet
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}" --quiet
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing

@ -70,8 +70,8 @@ LOG_URL_PREFIX="http://cnsviewer/placer/prod/home/kokoro-dedicated/build_artifac
# This is to ensure we can push and pull images from GCR and Artifact Registry.
# We do not necessarily need it to run load tests, but will need it when we
# employ pre-built images in the optimization.
gcloud auth configure-docker
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}"
gcloud auth configure-docker --quiet
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}" --quiet
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing

@ -71,8 +71,8 @@ LOG_URL_PREFIX="http://cnsviewer/placer/prod/home/kokoro-dedicated/build_artifac
# This is to ensure we can push and pull images from GCR and Artifact Registry.
# We do not necessarily need it to run load tests, but will need it when we
# employ pre-built images in the optimization.
gcloud auth configure-docker
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}"
gcloud auth configure-docker --quiet
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}" --quiet
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing

@ -49,8 +49,8 @@ LOG_URL_PREFIX="http://cnsviewer/placer/prod/home/kokoro-dedicated/build_artifac
# This is to ensure we can push and pull images from GCR and Artifact Registry.
# We do not necessarily need it to run load tests, but will need it when we
# employ pre-built images in the optimization.
gcloud auth configure-docker
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}"
gcloud auth configure-docker --quiet
gcloud auth configure-docker "${PREBUILT_IMAGE_PREFIX%%/*}" --quiet
# Connect to benchmarks-prod2 cluster.
gcloud config set project grpc-testing

Loading…
Cancel
Save