Open
Bug 1961200
Opened 26 days ago
support filter for ingesting tasks from command line
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
Details
It is possible to ingest a push from the command line and all its tasks:
docker-compose exec backend ./manage.py ingest push -p autoland -r 63f8a47cfdf5 -a
Sometimes one wants to ingest many tasks which have something in common, e.g. a build/test platform or the the job type to use them for local testing, e.g. 'Similar Jobs' feature, log parsing and bug suggestions.
Ingesting all tasks for a push can be slow (n x 10 min). A filter would reduce this.
You need to log in
before you can comment on or make changes to this bug.
Description
•