From b57e6169263fd729e78b32ca5601929ffb27ce0b Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Mon, 19 Mar 2018 07:01:56 +1000 Subject: [PATCH] Remove travis gating for webrender. Having the travis-ci gate enabled is causing several issues for the WR repo at the moment (mostly timeouts, but also complicating updating the Linux version used by the builders). This moves the WR reviewers to the main reviewers list. This does give those named reviewers extra repo privileges over what the previous configuration. I'm not sure if there's a better way to remove the WR gating while also keeping WR reviewer status. Fixes #803. --- homu/files/cfg.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homu/files/cfg.toml b/homu/files/cfg.toml index 0b1d0d1e..87c46a1c 100644 --- a/homu/files/cfg.toml +++ b/homu/files/cfg.toml @@ -92,10 +92,6 @@ secret = "{{ secrets['web-secret'] }}" "extra_reviewers": [ "behnam" ], }, "unicode-script": {}, - "webrender": { - "extra_reviewers": [ "nical", "jrmuizel", "Gankro" ], - }, - "webrender_traits": {}, } %} {% set reviewers = [ @@ -109,10 +105,12 @@ secret = "{{ secrets['web-secret'] }}" "edunham", "emilio", "frewsxcv", + "Gankro", "glennw", "heycam", "jdm", "jgraham", + "jrmuizel", "KiChjang", "kmcallister", "kvark", @@ -123,6 +121,7 @@ secret = "{{ secrets['web-secret'] }}" "michaelwu", "mrobinson", "Ms2ger", + "nical", "notriddle", "nox", "paulrouget",