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
parent
501b238841
commit
7c46154600
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue