Closed
Bug 1325369
Opened 8 years ago
Closed 8 years ago
SETA - treeherder/seta/etl.py Treecodes' __init__ can fall out of date
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1339141
People
(Reporter: armenzg, Unassigned)
References
Details
The code is yet to land, however, we try to ignore certain type of jobs.
> # XXX: This has the danger of falling out of date
> for i in ('dep', 'nightly', 'non-unified', 'valgrind', 'build'):
> if testtype.find(i) != -1:
> ignored_jobs.append(job)
> continue
Perhaps there can be a flag in-tree to mark certain jobs to be included as part of SETA or have a whitelist instead of a blacklist.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•