Bug 107527
| Summary: | sheriff-bot should have a cc-gardeners command | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | abarth, alancutter, dpranke |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Seidel (no email)
sheriff-bot should have a cc-gardeners command
Basically the only time I ever ask sheriff-bot for what gardeners there are is so that I can CC them on some bug that I'm about to land, that I think they might want to see go by.
I'm not sure how many other people do this, but it seems like "good practice" to me, so the gardener isn't surprised by your new feature which causes 50 test to fail on some obscure bot.
<eseidel> sheriff-bot: cc-gardeners 12345
<sheriff-bot> eseidel: Added chromium gardeners abarth and dpranke to bug 12345.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
If I were to implement this (which I might), I would make a hidden webkit-patch command (possibly even a Step and just make it a DeclarativeSequencedCommand or whatever the class is) called "cc-gardeners" and then just have SB wrap that. I think many of the SB commands already work this way.
Then again, I might decide that's too much overhead and just write it in SB directly.