skia2/infra/branch-config/cq.cfg
rmistry a3710c3262 Specify try_job_retry_config for Skia try jobs
Retry config support was added to the CQ in https://chromereviews.googleplex.com/240527013/
This CL uses the retry config in Skia's cq.cfg file.

CQ's default failure_retry_weight is 1. We set it to 2 which will immediately go beyond the try job quota and will not retry for failures. It will retry for transient errors.

BUG=chromium:522460
TBR=mtklein
NOTRY=true

Review URL: https://codereview.chromium.org/1330473002
2015-09-02 05:23:23 -07:00

59 lines
1.8 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"
commit_burst_delay: 300
max_commit_burst: 2
rietveld {
url: "https://codereview.chromium.org"
}
verifiers {
reviewer_lgtm {
committer_list: "skia"
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 from\n"
"https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS"
}
tree_status {
tree_status_url: "https://skia-tree-status.appspot.com"
}
try_job {
buckets {
name: "client.skia"
builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" }
builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot" }
}
buckets {
name: "client.skia.compile"
builders { name: "Build-Mac10.8-Clang-x86_64-Release-Trybot" }
builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" }
builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" }
builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" }
builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" }
builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
}
buckets {
name: "client.skia.fyi"
builders { name: "skia_presubmit-Trybot" }
}
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 {}
}