diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /media/webrtc/trunk/tools/gyp/buildbot/commit_queue | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/buildbot/commit_queue')
3 files changed, 24 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/OWNERS b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/OWNERS new file mode 100644 index 000000000..b269c198b --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/OWNERS @@ -0,0 +1,6 @@ +set noparent +bradnelson@chromium.org +bradnelson@google.com +iannucci@chromium.org +scottmg@chromium.org +thakis@chromium.org diff --git a/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/README b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/README new file mode 100644 index 000000000..942849788 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/README @@ -0,0 +1,3 @@ +cq_config.json describes the trybots that must pass in order +to land a change through the commit queue. +Comments are here as the file is strictly JSON. diff --git a/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/cq_config.json b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/cq_config.json new file mode 100644 index 000000000..656c21e54 --- /dev/null +++ b/media/webrtc/trunk/tools/gyp/buildbot/commit_queue/cq_config.json @@ -0,0 +1,15 @@ +{ + "trybots": { + "launched": { + "tryserver.nacl": { + "gyp-presubmit": ["defaulttests"], + "gyp-linux": ["defaulttests"], + "gyp-mac": ["defaulttests"], + "gyp-win32": ["defaulttests"], + "gyp-win64": ["defaulttests"] + } + }, + "triggered": { + } + } +} |