From 4e988e800e57d00326022e24ee940740e4b8e038 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 18 Jan 2024 19:15:52 +0100 Subject: dashboard: retest missing backports Poll missing backport commits and, once a missing backport is found to be present in the fuzzed trees, don't display it on the web dashboard and send an email with the suggestion to close the bug. Closes #4425. --- dashboard/dashapi/dashapi.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 37aebc631..96bbe7e5c 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -500,6 +500,8 @@ type BisectResult struct { CrashReportLink string Fix bool CrossTree bool + // In case a missing backport was backported. + Backported *Commit } type BugListReport struct { -- cgit mrf-deployment