Skip to content

Commit

Permalink
Remove linux_internal_compile_lite from CQ.
Browse files Browse the repository at this point in the history
[email protected]

Bug: None
Change-Id: Ib260edcb832468feab5287cd38a201857e7b0b75
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/89340
Commit-Queue: Mirko Bonadei <[email protected]>
Reviewed-by: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24012}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Jul 18, 2018
1 parent fad70c0 commit 881fe53
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,16 @@ verifiers {
builders { name: "win_x64_dbg" }
builders { name: "win_x64_rel" }
builders { name: "win_more_configs" }
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
}
}
# TODO(mbonadei): re-enable this as soon as possible.
# 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
# }
# }
}
}
}

0 comments on commit 881fe53

Please sign in to comment.