Temporarily skip linux_internal on autoroller tryjobs.

Run compile_lite instead, which affords some protection
at least.

Bug: webrtc:9615
Change-Id: I348d535ba2c0dd6cd438be1a90da5b3f64c17c93
Reviewed-on: https://webrtc-review.googlesource.com/93467
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24262}
This commit is contained in:
Patrik Höglund
2018-08-10 14:21:16 +02:00
committed by Commit Bot
parent c97933fb82
commit ae09d3966c

View File

@ -27,7 +27,9 @@ DONT_AUTOROLL_THESE = [
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
EXTRA_TRYBOTS = (
'master.internal.tryserver.corp.webrtc:linux_internal'
# TODO(bugs.webrtc.org/9615): Temporarily switched to compile_lite, switch
# back to linux_internal when it has been fixed.
'master.internal.tryserver.corp.webrtc:linux_internal_compile_lite'
)
WEBRTC_URL = 'https://webrtc.googlesource.com/src'