зеркало из https://github.com/mozilla/treeherder.git
Bug 863886 - Stop ignoring NoChrome tests (e.g. Tp4) in analyze_talos [r=catlee]
This commit is contained in:
Родитель
d1a8bcf8a4
Коммит
207008b79f
|
@ -83,7 +83,6 @@ def getTestSeries(branches, start_date, test_names, last_run=None):
|
|||
db.test_runs.date_run > start_date,
|
||||
db.branches.name.in_(branches),
|
||||
goodNameClause,
|
||||
sa.or_(db.branches.name.startswith('mobile'), sa.not_(db.tests.pretty_name.like("%NoChrome%"))),
|
||||
sa.not_(db.tests.pretty_name.like("%Fast Cycle%")),
|
||||
test_clause,
|
||||
))
|
||||
|
|
Загрузка…
Ссылка в новой задаче