Skip to content

Commit

Permalink
Merge pull request #17409 from spowelljr/fixUploadingTests
Browse files Browse the repository at this point in the history
CI: Fix uploading external test results
  • Loading branch information
spowelljr authored Oct 12, 2023
2 parents c6d1c01 + a7728db commit 05228e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/upload_integration_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ gsutil -qm cp "${SUMMARY_OUT}" "gs://${JOB_GCS_BUCKET}_summary.json" || true
if [ "$MINIKUBE_LOCATION" = "master" ]
then
./installers/check_install_gopogh.sh
gopogh -in "${JSON_OUT}" -name "${JOB_NAME}" -pr "${MINIKUBE_LOCATION}" -repo github.com/kubernetes/minikube/ -details "${COMMIT}:$(date +%Y-%m-%d):${ROOT_JOB_ID}" -db_backend "${GOPOGH_DB_BACKEND}" -db_host "${GOPOGH_DB_HOST}" -db_path "${GOPOGH_DB_PATH}" -use_cloudsql -use_iam_auth || true
gopogh -in "${JSON_OUT}" -out_html "${HTML_OUT}" -name "${JOB_NAME}" -pr "${MINIKUBE_LOCATION}" -repo github.com/kubernetes/minikube/ -details "${COMMIT}:$(date +%Y-%m-%d):${ROOT_JOB_ID}" -db_backend "${GOPOGH_DB_BACKEND}" -db_host "${GOPOGH_DB_HOST}" -db_path "${GOPOGH_DB_PATH}" -use_cloudsql -use_iam_auth
fi

0 comments on commit 05228e7

Please sign in to comment.