2015-06-08 12:12:56 +00:00
|
|
|
# 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"
|
2016-08-17 14:51:57 +00:00
|
|
|
git_repo_url: "https://skia.googlesource.com/skia/"
|
|
|
|
gerrit {}
|
|
|
|
|
2015-06-08 12:12:56 +00:00
|
|
|
commit_burst_delay: 300
|
|
|
|
max_commit_burst: 2
|
|
|
|
|
|
|
|
rietveld {
|
|
|
|
url: "https://codereview.chromium.org"
|
|
|
|
}
|
|
|
|
|
|
|
|
verifiers {
|
|
|
|
reviewer_lgtm {
|
2015-09-02 20:37:54 +00:00
|
|
|
committer_list: "project-skia-committers"
|
2016-04-27 16:43:20 +00:00
|
|
|
dry_run_access_list: "project-skia-tryjob-access"
|
2015-06-08 12:12:56 +00:00
|
|
|
max_wait_secs: 21600 # 6 hours
|
|
|
|
no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM "
|
2015-09-02 20:37:54 +00:00
|
|
|
"from a\nfull Skia committer"
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tree_status {
|
|
|
|
tree_status_url: "https://skia-tree-status.appspot.com"
|
|
|
|
}
|
|
|
|
|
|
|
|
try_job {
|
|
|
|
buckets {
|
2016-06-24 18:27:28 +00:00
|
|
|
name: "master.client.skia"
|
2016-08-04 16:47:38 +00:00
|
|
|
builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" }
|
|
|
|
builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Trybot" }
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|
|
|
|
buckets {
|
2016-06-24 18:27:28 +00:00
|
|
|
name: "master.client.skia.compile"
|
2016-07-29 17:41:37 +00:00
|
|
|
builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" }
|
2016-08-31 15:42:06 +00:00
|
|
|
builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" }
|
|
|
|
builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" }
|
2016-09-19 19:34:14 +00:00
|
|
|
builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android_FrameworkDefs-Trybot" }
|
2016-08-31 15:42:06 +00:00
|
|
|
builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" }
|
2016-07-29 17:41:37 +00:00
|
|
|
builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" }
|
|
|
|
builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" }
|
2015-06-08 12:12:56 +00:00
|
|
|
builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
|
2016-07-21 16:29:01 +00:00
|
|
|
builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" }
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|
|
|
|
buckets {
|
2016-06-24 18:27:28 +00:00
|
|
|
name: "master.client.skia.fyi"
|
2015-06-08 12:12:56 +00:00
|
|
|
builders { name: "skia_presubmit-Trybot" }
|
|
|
|
}
|
2016-09-13 15:48:27 +00:00
|
|
|
buckets {
|
|
|
|
name: "master.client.skia.android"
|
2016-09-16 18:34:08 +00:00
|
|
|
builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_Android-Trybot" }
|
2016-09-13 15:48:27 +00:00
|
|
|
}
|
2016-06-23 11:16:38 +00:00
|
|
|
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" }
|
|
|
|
}
|
2016-11-04 15:48:30 +00:00
|
|
|
buckets {
|
|
|
|
name: "skia.primary"
|
|
|
|
builders {
|
|
|
|
name: "Housekeeper-PerCommit-InfraTests"
|
|
|
|
experiment_percentage: 100
|
|
|
|
}
|
|
|
|
}
|
2015-09-02 12:23:23 +00:00
|
|
|
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
|
|
|
|
}
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|
2015-06-17 16:15:51 +00:00
|
|
|
|
|
|
|
sign_cla {}
|
2015-06-08 12:12:56 +00:00
|
|
|
}
|