Revert "Disable internal lite bot."

This reverts commit 9df29b7411d18fe082cfdf23747ba74f99f118b7.

Reason for revert: Bot is now fixed

Original change's description:
> Disable internal lite bot.
> 
> TBR=oprypin@webrtc.org
> 
> Bug: webrtc:9131
> Change-Id: I2b21ba116ab94586619570ad53a786a55c086491
> Reviewed-on: https://webrtc-review.googlesource.com/68942
> Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#22802}

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

Change-Id: Id9db8329d9ad2584a42073a778817c3ad7d1a178
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9131
Reviewed-on: https://webrtc-review.googlesource.com/69103
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22815}
This commit is contained in:
Patrik Höglund 2018-04-11 06:44:52 +00:00 committed by Commit Bot
parent fc43d11717
commit 60921dfcc7

View File

@ -78,16 +78,15 @@ verifiers {
builders { name: "win_x64_dbg" }
builders { name: "win_x64_rel" }
builders { name: "win_more_configs" }
# TODO(http://bugs.webrtc/9131): Re-enable when fixed.
# builders {
# name: "noop"
# equivalent_to {
# bucket: "master.internal.tryserver.corp.webrtc"
# builder: "linux_internal_compile_lite"
# owner_whitelist_group: "project-webrtc-internal-tryjob-access"
# percentage: 100
# }
# }
builders {
name: "noop"
equivalent_to {
bucket: "master.internal.tryserver.corp.webrtc"
builder: "linux_internal_compile_lite"
owner_whitelist_group: "project-webrtc-internal-tryjob-access"
percentage: 100
}
}
}
}
}