From 57cb4b27b9ec73080468f8253b870d56c8b134ad Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Tue, 17 Sep 2024 06:49:12 +0000 Subject: [PATCH] unique AR image-name for each run --- perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh b/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh index 5c2fb9e0c6..35b13ce116 100755 --- a/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh +++ b/perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh @@ -589,9 +589,10 @@ function createCustomCsiDriverIfNeeded() { make uninstall || true make generate-spec-yaml printf "\nBuilding a new custom CSI driver using the above GCSFuse binary ...\n\n" - make build-image-and-push-multi-arch REGISTRY=gcr.io/${project_id}/${USER} GCSFUSE_PATH=gs://${package_bucket} + registry=gcr.io/${project_id}/${USER}/${cluster_name} + make build-image-and-push-multi-arch REGISTRY=${registry} GCSFUSE_PATH=gs://${package_bucket} printf "\nInstalling the new custom CSI driver built above ...\n\n" - make install PROJECT=${project_id} REGISTRY=gcr.io/${project_id}/${USER} + make install PROJECT=${project_id} REGISTRY=${registry} cd - # Wait some time after csi driver installation before deploying pods # to avoid failures caused by 'the webhook failed to inject the