RESOLVED FIXED Bug 36155
Let commit-queue land rollout patches even when the tree is red
https://bugs.webkit.org/show_bug.cgi?id=36155
Summary Let commit-queue land rollout patches even when the tree is red
Adam Barth
Reported 2010-03-15 22:39:59 PDT
Let commit-queue land rollout patches even when the tree is red
Attachments
Patch (7.61 KB, patch)
2010-03-15 22:42 PDT, Adam Barth
eric: review+
eric: commit-queue-
Adam Barth
Comment 1 2010-03-15 22:42:19 PDT
Eric Seidel (no email)
Comment 2 2010-03-15 22:49:46 PDT
Comment on attachment 50762 [details] Patch Use a constant: 101 return self.name().startswith("ROLLOUT ") This is no where near 80c: 154 valid_patches = self.committer_validator.patches_after_rejecting_invalid_commiters_and_reviewers(all_patches) You haz made the uglies! 186 if not patch.is_rollout() and (not self._builders_are_green() or not self._can_build_and_test() or not self._builders_are_green()): patch? 52 "name": "Path1",
Adam Barth
Comment 3 2010-03-15 22:55:50 PDT
Note You need to log in before you can comment on or make changes to this bug.