Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd an operators group #220
Conversation
|
Doesn't the try group already allow members to retry? |
|
Aha, I'm wrong - it's for delegated |
|
Try allows for retry, but not for re-r+ given a change. We don't need to test this, we can deploy it and check that the generated cfg.toml is as expected. |
|
"We don't need to test this" makes me worried I agree that checking the generated cfg.toml is a sufficient test for this; I'd suggest doing that in a Vagrant VM before deploying to production. You can also run a highstate with |
|
Oh, we always do I meant that we don't need to test this by opening a dummy PR and having Bobby review it. We'll do the regular salt tests of course. |
|
I confirmed with the nifty Vagrant wizardry that this works and generates a good cfg.toml for homu. r? @Manishearth |
|
@bors-servo r+ |
|
|
Add an operators group r? @Manishearth Manish, do you have any idea how I can test this without dropping things on their head? The goal here is to have a "role" for operators, separate from that of reviewers (even if it's the same thing under the hood) to let people self-retry without waiting for delegate permissions. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/220) <!-- Reviewable:end -->
|
|
larsbergstrom commentedFeb 11, 2016
r? @Manishearth
Manish, do you have any idea how I can test this without dropping things on their head? The goal here is to have a "role" for operators, separate from that of reviewers (even if it's the same thing under the hood) to let people self-retry without waiting for delegate permissions.