move files to not have duplicate main funcs

pull/13263/head
Steven Powell 2021-12-30 12:19:20 -08:00
parent 29293577e5
commit 6adc8ed1cb
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ set -eux -o pipefail
# Get directory of script.
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
"${DIR}/../installers/check_install_golang.sh" || true
"${DIR}/../../installers/check_install_golang.sh" || true
DATA_CSV=$(mktemp)
DATA_LAST_90_CSV=$(mktemp)

View File

@ -83,7 +83,7 @@ if [[ "${MINIKUBE_LOCATION}" == "master" ]]; then
SUMMARY="${BUCKET_PATH}/${ENVIRONMENT}_summary.json"
"${DIR}/upload_tests.sh" "${SUMMARY}" || true
done
"${DIR}/process_last_90.sh"
"${DIR}/process_last_90/process_last_90.sh"
else
"${DIR}/report_flakes.sh" "${MINIKUBE_LOCATION}" "${ROOT_JOB_ID}" "${FINISHED_LIST}"
fi