Commit 5f5b83bb authored by Henrik Kjellander's avatar Henrik Kjellander Committed by Commit Bot

Make Tester bots in chromium.webrtc.fyi sync the right revisions.

BUG=chromium:669818
TBR=tandrii@chromium.org

Change-Id: Icbefd12bd891c8fdb7b8278083f8b1accb53500c
Reviewed-on: https://chromium-review.googlesource.com/414110
Commit-Queue: Henrik Kjellander <kjellander-cc@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
parent 1bf69a12
......@@ -394,15 +394,20 @@ def chromium_webrtc(c):
@config_ctx(includes=['chromium_webrtc'])
def chromium_webrtc_tot(c):
"""Configures ToT revisions for WebRTC and Libjingle for Chromium.
"""Configures WebRTC ToT revision for Chromium src/third_party/webrtc.
Sets up ToT instead of the DEPS-pinned revision for WebRTC and Libjingle.
Sets up ToT instead of the DEPS-pinned revision for WebRTC.
This is used for some bots to provide data about which revisions are green to
roll into Chromium.
"""
c.revisions['src'] = 'HEAD'
c.revisions['src/third_party/webrtc'] = 'HEAD'
# Needed to get the testers to properly sync the right revision.
c.parent_got_revision_mapping['parent_got_revision'] = 'got_revision'
c.parent_got_revision_mapping['parent_got_webrtc_revision'] = (
'got_webrtc_revision')
@config_ctx()
def webrtc_test_resources(c):
"""Add webrtc.DEPS solution for test resources and tools.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment