Filter by specific accounts
Categories
(Tree Management :: Perfherder, task, P2)
Tracking
(Not tracked)
People
(Reporter: igoldan, Assigned: sparky)
References
Details
The measurement tool from bug 1569166 should also be able to filter only jobs triggered by specific accounts. Such as those of the perf sheriffs Marian, Alexandru Ionescu & Bebe.
A filter like --triggered-by
would be appropriate.
I'd rather we explicitly provide the arguments for now. But I'm not sure how they would actually look like, though.
It'd be cool to simply provide the first part of the email address for each of the sheriffs.
I noticed that the clientID embeds it.
For example, Marian's clientIDs look like mozilla-auth0/ad|Mozilla-LDAP|mraiciof/treeherder-production-<random_hash>
.
Thus, Marian's argument should be mraiciof
.
Alex's should be aionescu
.
Bebe's should be fstrugariu
.
I believe that the backfill bot will have a similar one, maybe with a prefix different than Mozilla-LDAP
.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
I've added a --owners
filter to the tool: https://github.com/gmierz/moz-current-tests/blob/master/gen_backfill_report.py#L138
You can provide either one or multiple owners. If --owners
is not specified, then we don't filter by owners.
Description
•