From 029700be08714d2b90052188d53059180b428cce Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 20 Feb 2024 18:15:16 -0800 Subject: [PATCH] Info log level on Performance tests (#3667) We don't need the full debug level on Agones for performance tests, especially since it brings us close to the quota limits on log writes. Also updated the order of variables to make it a bit more readable. --- build/performance-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/performance-test.sh b/build/performance-test.sh index 8d0549bf25..ab7d1bfe12 100755 --- a/build/performance-test.sh +++ b/build/performance-test.sh @@ -35,7 +35,7 @@ gcloud config set project $PROJECT gcloud container clusters get-credentials $CLUSTER_NAME \ --zone=$CLUSTER_LOCATION --project=$PROJECT -DOCKER_RUN= make install REGISTRY='"'$REGISTRY'"' +make install LOG_LEVEL=info REGISTRY='"'$REGISTRY'"' DOCKER_RUN="" cd /go/src/agones.dev/agones/test/load/allocation