Skip to content

Commit

Permalink
Info log level on Performance tests (#3667)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markmandel authored Feb 21, 2024
1 parent f77dfaa commit 029700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/performance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 029700b

Please sign in to comment.