1f5e139ffd
This reverts commit02241e976b
. Reason for revert: cq proto has been rolled to depot_tools. Original change's description: > Revert "CQ config: add gerrit CQAbility verifier." > > This reverts commit0462822132
. > > Reason for revert: Lets revert until the proto is rolled into Skia. > > Original change's description: > > CQ config: add gerrit CQAbility verifier. > > > > Goal is to ensure that unreviewed and untrusted code isn't sent through > > CQ to try bots, by accident or through malicious intent. > > > > R=rmistry@google.com > > BUG=chromium:692613 > > NOTRY=True > > > > Change-Id: I750be91895f5b77229b8f4a22216f00eaa75f7a0 > > Reviewed-on: https://skia-review.googlesource.com/8620 > > Reviewed-by: Ravi Mistry <rmistry@google.com> > > Commit-Queue: Ravi Mistry <rmistry@google.com> > > > > TBR=rmistry@google.com,reviews@skia.org,tandrii@google.com > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:692613 > > Change-Id: I6d4b821b2a02ef3e097cf68cd8ebfb2b51d4d165 > Reviewed-on: https://skia-review.googlesource.com/8663 > Reviewed-by: Ravi Mistry <rmistry@google.com> > Commit-Queue: Ravi Mistry <rmistry@google.com> > R=rmistry@google.com,reviews@skia.org,tandrii@google.com # Not skipping CQ checks because original CL landed > 1 day ago. BUG=chromium:692613 Change-Id: Icefcd69b4608e5294f358de66a9ce014c9950ede Reviewed-on: https://skia-review.googlesource.com/8740 Reviewed-by: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
72 lines
2.3 KiB
INI
72 lines
2.3 KiB
INI
# Commit Queue configuration file. The documentation of the format can be found
|
|
# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
|
|
|
|
version: 1
|
|
cq_name: "skia"
|
|
cq_status_url: "https://chromium-cq-status.appspot.com"
|
|
git_repo_url: "https://skia.googlesource.com/skia/"
|
|
gerrit {}
|
|
|
|
commit_burst_delay: 300
|
|
max_commit_burst: 2
|
|
|
|
rietveld {
|
|
url: "https://codereview.chromium.org"
|
|
}
|
|
|
|
verifiers {
|
|
reviewer_lgtm {
|
|
committer_list: "project-skia-committers"
|
|
dry_run_access_list: "project-skia-tryjob-access"
|
|
max_wait_secs: 21600 # 6 hours
|
|
no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM "
|
|
"from a\nfull Skia committer"
|
|
}
|
|
gerrit_cq_ability {
|
|
committer_list: "project-skia-committers"
|
|
dry_run_access_list: "project-skia-tryjob-access"
|
|
}
|
|
|
|
tree_status {
|
|
tree_status_url: "https://skia-tree-status.appspot.com"
|
|
}
|
|
|
|
try_job {
|
|
buckets {
|
|
name: "master.tryserver.chromium.mac"
|
|
# At time of writing, this is the fastest Chrome compile bot on average.
|
|
builders { name: "mac_chromium_compile_dbg_ng" }
|
|
}
|
|
buckets {
|
|
name: "skia.swarmbucket"
|
|
builders { name: "Skia Presubmit" }
|
|
}
|
|
buckets {
|
|
name: "skia.primary"
|
|
builders { name: "Build-Mac-Clang-x86_64-Release" }
|
|
builders { name: "Build-Ubuntu-Clang-arm-Debug-Android" }
|
|
builders { name: "Build-Ubuntu-Clang-arm64-Debug-Android" }
|
|
builders { name: "Build-Ubuntu-Clang-arm64-Debug-Android_FrameworkDefs" }
|
|
builders { name: "Build-Ubuntu-Clang-mips64el-Debug-Android" }
|
|
builders { name: "Build-Ubuntu-Clang-x86_64-Debug" }
|
|
builders { name: "Build-Ubuntu-GCC-x86_64-Debug-NoGPU" }
|
|
builders { name: "Build-Ubuntu-GCC-x86_64-Release" }
|
|
builders { name: "Build-Win-MSVC-x86-Debug" }
|
|
builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan" }
|
|
builders { name: "Housekeeper-PerCommit-InfraTests" }
|
|
builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-Android" }
|
|
builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" }
|
|
builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release" }
|
|
}
|
|
try_job_retry_config {
|
|
try_job_retry_quota: 1
|
|
global_retry_quota: 2
|
|
failure_retry_weight: 2
|
|
transient_failure_retry_weight: 1
|
|
timeout_retry_weight: 2
|
|
}
|
|
}
|
|
|
|
sign_cla {}
|
|
}
|