Merge pull request #11784 from andriyDev/LinkFromReport

Add comment to report_flakes.sh to see environment flake charts
pull/11799/head
Sharif Elgamal 2021-06-28 16:32:54 -07:00 committed by GitHub
commit 24d7c67042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ if [[ "$FAILED_RATES_LINES" -gt 30 ]]; then
printf "|More tests...|Continued...|\n\nToo many tests failed - See test logs for more details." >> "$TMP_COMMENT"
fi
printf "\n\nTo see the flake rates of all tests on $ENVIRONMENT, click [here](https:\/\/storage.googleapis.com\/minikube-flake-rate\/flake_chart.html?env=$ENVIRONMENT)." >> "$TMP_COMMENT"
# install gh if not present
$DIR/../installers/check_install_gh.sh