зеркало из https://github.com/mozilla/bugbug.git
Only store the three latest examples of previous regressions
I inadvertently changed the script to store all previous regressions, which makes the artifact huge.
Fixes a regression from 9f9050c893
This commit is contained in:
Родитель
a987ffda6b
Коммит
05d2022d69
|
@ -274,7 +274,7 @@ class LandingsRiskReportGenerator(object):
|
|||
prev_fixed_bug_blocked_bugs
|
||||
)
|
||||
|
||||
commit_group["prev_regressions"] = prev_regressions
|
||||
commit_group["prev_regressions"] = prev_regressions[-3:]
|
||||
commit_group["prev_fixed_bugs"] = prev_fixed_bugs[-3:]
|
||||
commit_group["prev_regression_blocked_bugs"] = prev_regression_blocked_bugs[
|
||||
-3:
|
||||
|
|
Загрузка…
Ссылка в новой задаче