diff --git a/tools/tryselect/selectors/chooser/app.py b/tools/tryselect/selectors/chooser/app.py index f0bdfa15f883..99d63cd37f98 100644 --- a/tools/tryselect/selectors/chooser/app.py +++ b/tools/tryselect/selectors/chooser/app.py @@ -134,7 +134,7 @@ class Perf(Section): @register_section class Analysis(Section): name = "analysis" - kind = "build,static-analysis-autotest" + kind = "build,static-analysis-autotest,hazard" title = "Analysis" attrs = ["build_platform"]