Rename jenkins_upload_tests.sh to upload_tests.sh.

Since these scripts are already in the jenkins folder, having the jenkins prefix is redundant.
pull/11602/head
Andriy Dzikh 2021-06-07 14:12:31 -07:00
parent 501b238841
commit 7c46154600
2 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ if [ -z "${EXTERNAL}" ]; then
echo ">> uploading ${SUMMARY_OUT}"
gsutil -qm cp "${SUMMARY_OUT}" "gs://${JOB_GCS_BUCKET}_summary.json" || true
if [[ "${MINIKUBE_LOCATION}" == "master" ]]; then
./test-flake-chart/jenkins_upload_tests.sh "${SUMMARY_OUT}"
./test-flake-chart/upload_tests.sh "${SUMMARY_OUT}"
fi
else
# Otherwise, put the results in a predictable spot so the upload job can find them