Skip to content

Commit

Permalink
Temporarily skip linux_internal on autoroller tryjobs.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Commit-Queue: Patrik Höglund <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24262}
  • Loading branch information
Patrik Höglund authored and Commit Bot committed Aug 10, 2018
1 parent c97933f commit ae09d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools_webrtc/autoroller/roll_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ae09d39

Please sign in to comment.