Skip to content

Commit

Permalink
expose force_update_gcsfuse_code
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Oct 14, 2024
1 parent 725d799 commit cb550db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perfmetrics/scripts/testing_on_gke/examples/run-gke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function printHelp() {
echo "force_update_gcsfuse_code=<true|false, to force-update the gcsfuse-code to given branch if gcsfuse_src_dir has been set. Default=\"${DEFAULT_FORCE_UPDATE_GCSFUSE_CODE}\">"
echo "output_gsheet_id=<ID of a google-sheet i.e. <gsheet-id> in https://docs.google.com/spreadsheets/d/<gsheet-id>>"
echo "output_gsheet_keyfile=<local/GCS path of a service-account key-file to read/write output google sheet.>"
echo "force_update_gcsfuse_code=<true|false, to force-update the gcsfuse-code to given branch if gcsfuse_src_dir has been set. Default=\"${DEFAULT_FORCE_UPDATE_GCSFUSE_CODE}\">"
echo ""
echo ""
echo ""
Expand Down Expand Up @@ -234,6 +235,7 @@ function printRunParameters() {
echo "force_update_gcsfuse_code=\"${force_update_gcsfuse_code}\""
echo "output_gsheet_id=\"${output_gsheet_id}\""
echo "output_gsheet_keyfile=\"${output_gsheet_keyfile}\""
echo "force_update_gcsfuse_code=\"${force_update_gcsfuse_code}\""
echo ""
echo ""
echo ""
Expand Down

0 comments on commit cb550db

Please sign in to comment.