File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ retry pipenv install > /dev/null
9191
9292# Fetch agent.
9393mkdir /tmp/agent
94- retry gsutil cp gs://{{.GCSLocation}}/* /tmp/agent
94+ retry gcloud storage cp gs://{{.GCSLocation}}/* /tmp/agent
9595
9696# Install agent.
9797retry pipenv run {{.PythonCommand}} -m pip install --ignore-installed "$(find /tmp/agent -name "google_cloud_profiler*")"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ python3 setup.py sdist
4242AGENT_PATH=$( find " $PWD /dist" -name " google_cloud_profiler*" )
4343GCS_LOCATION=" cprof-e2e-artifacts/python/kokoro/${KOKORO_JOB_TYPE} /${KOKORO_BUILD_NUMBER} "
4444retry gcloud auth activate-service-account --key-file=" ${GOOGLE_APPLICATION_CREDENTIALS} "
45- retry gsutil cp " ${AGENT_PATH} " " gs://${GCS_LOCATION} /"
45+ retry gcloud storage cp " ${AGENT_PATH} " " gs://${GCS_LOCATION} /"
4646
4747# Run test.
4848cd " kokoro"
You can’t perform that action at this time.
0 commit comments