Skip to content

Commit

Permalink
Merge pull request #16653 from spowelljr/useLast90
Browse files Browse the repository at this point in the history
CI: Use last 90 days for flake issues
  • Loading branch information
medyagh authored Jun 9, 2023
2 parents a424d1c + b89ffa3 commit 00f9c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/test-flake-chart/compute_flake_rate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ for ROW in $(cat ${MID_FLAKES_ISSUES}); do
# Clear $ISSUE_BODY_TMP and fill with the standard header.
printf "This test has high flake rates for the following environments:\n\n|Environment|Flake Rate (%%)|\n|---|---|\n" > "${ISSUE_BODY_TMP}"

TEST_CHART_LINK_FORMAT='https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=%1$s&test='${TEST_NAME}
TEST_CHART_LINK_FORMAT='https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=%1$s&test='${TEST_NAME}'&period=last90'
# 1) Filter $MID_FLAKES_DATA to only include entries with the given test name
# 2) Sort by flake rates in descending order
# 3) Format the entry into a row in the table
Expand Down

0 comments on commit 00f9c1a

Please sign in to comment.