Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DontReview Garnitin/add gke load testing/v1 #2225

Open
wants to merge 2 commits into
base: garnitin/add-gke-load-testing/enhancements/remove-mash-dependency
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading