Revert "Temporarily skip linux_internal on autoroller tryjobs."

This reverts commit ae09d3966ce24f692be8adeaaed708819cef1df7.

Reason for revert: The bot is now fixed.

Original change's description:
> 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}

TBR=phoglund@webrtc.org,oprypin@webrtc.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: webrtc:9615
Change-Id: Ib3bc539fb49cac1c118592ebc66fe82346d70f28
Reviewed-on: https://webrtc-review.googlesource.com/94860
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24335}
This commit is contained in:
Patrik Höglund
2018-08-20 06:01:44 +00:00
committed by Commit Bot
parent 9923353600
commit c7ca7b19c7

View File

@ -27,9 +27,7 @@ DONT_AUTOROLL_THESE = [
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
EXTRA_TRYBOTS = (
# 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'
'master.internal.tryserver.corp.webrtc:linux_internal'
)
WEBRTC_URL = 'https://webrtc.googlesource.com/src'