Merge pull request #13888 from spowelljr/last90PRBot
pr-flake-rate: Default links to last 90 dayspull/13889/head
commit
5a9cb5c867
|
|
@ -100,7 +100,7 @@ TMP_COMMENT=$(mktemp)
|
|||
printf "These are the flake rates of all failed tests.\n|Environment|Failed Tests|Flake Rate (%%)|\n|---|---|---|\n" > "$TMP_COMMENT"
|
||||
|
||||
# Create variables to use for sed command.
|
||||
ENV_CHART_LINK_FORMAT='https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=%1$s'
|
||||
ENV_CHART_LINK_FORMAT='https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=%1$s&period=last90'
|
||||
TEST_CHART_LINK_FORMAT=${ENV_CHART_LINK_FORMAT}'&test=%2$s'
|
||||
TEST_GOPOGH_LINK_FORMAT='https://storage.googleapis.com/minikube-builds/logs/'${PR_NUMBER}'/'${ROOT_JOB}'/%1$s.html#fail_%2$s'
|
||||
# 1) Get the first $MAX_REPORTED_TESTS lines.
|
||||
|
|
|
|||
Loading…
Reference in New Issue