Skip to content
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 @@ -207,7 +207,7 @@ def get_config(
# Upload results (in jsonlines format) to GCS to be post-processed into
# our BigQuery table
"mv ${BENCHMARK_OUTPUT} metric_report.jsonl",
f"gsutil cp metric_report.jsonl {metric_config.SshEnvVars.GCS_OUTPUT.value}",
f"gcloud storage cpmetric_report.jsonl {metric_config.SshEnvVars.GCS_OUTPUT.value}",
f"gsutil cp /tmp/request-outputs.json {metric_config.SshEnvVars.GCS_OUTPUT.value}",
)

Expand Down