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}
diff --git a/tools_webrtc/autoroller/roll_deps.py b/tools_webrtc/autoroller/roll_deps.py
index 11e1fb8..5ddbcd1 100755
--- a/tools_webrtc/autoroller/roll_deps.py
+++ b/tools_webrtc/autoroller/roll_deps.py
@@ -27,7 +27,9 @@
 
 # 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'