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:

committed by
Commit Bot

parent
c97933fb82
commit
ae09d3966c
@ -27,7 +27,9 @@ DONT_AUTOROLL_THESE = [
|
|||||||
|
|
||||||
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
|
# Run these CQ trybots in addition to the default ones in infra/config/cq.cfg.
|
||||||
EXTRA_TRYBOTS = (
|
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'
|
WEBRTC_URL = 'https://webrtc.googlesource.com/src'
|
||||||
|
Reference in New Issue
Block a user