diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-01-18 19:15:52 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-02-05 11:12:50 +0000 |
| commit | 4e988e800e57d00326022e24ee940740e4b8e038 (patch) | |
| tree | 2f862b08726b6dbd4e155eb7f95b6e0b76ecbe78 /dashboard/app/app_test.go | |
| parent | dd7949367e116e37e692f37b90c985111178bec9 (diff) | |
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.
Diffstat (limited to 'dashboard/app/app_test.go')
| -rw-r--r-- | dashboard/app/app_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/app/app_test.go b/dashboard/app/app_test.go index a93a3e9ac..4e8e4efde 100644 --- a/dashboard/app/app_test.go +++ b/dashboard/app/app_test.go @@ -567,7 +567,8 @@ var testConfig = &GlobalConfig{ }, }, }, - FindBugOriginTrees: true, + FindBugOriginTrees: true, + RetestMissingBackports: true, }, }, } |
