blob: a2bf8d2d9b2ce27a5fdfc8588fe9c75c264de444 [file] [log] [blame]
sergiyb2baef5a2015-06-08 05:12:56 -07001# Commit Queue configuration file. The documentation of the format can be found
2# at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3
4version: 1
5cq_name: "skia"
6cq_status_url: "https://chromium-cq-status.appspot.com"
rmistry93f366d2016-08-17 07:51:57 -07007git_repo_url: "https://skia.googlesource.com/skia/"
8gerrit {}
9
sergiyb2baef5a2015-06-08 05:12:56 -070010commit_burst_delay: 300
11max_commit_burst: 2
12
sergiyb2baef5a2015-06-08 05:12:56 -070013verifiers {
Andrii Shyshkalov1f5e1392017-02-20 10:34:35 +000014 gerrit_cq_ability {
15 committer_list: "project-skia-committers"
16 dry_run_access_list: "project-skia-tryjob-access"
17 }
sergiyb2baef5a2015-06-08 05:12:56 -070018
19 tree_status {
20 tree_status_url: "https://skia-tree-status.appspot.com"
21 }
22
23 try_job {
24 buckets {
rmistry9afccaa2016-06-23 04:16:38 -070025 name: "master.tryserver.chromium.mac"
26 # At time of writing, this is the fastest Chrome compile bot on average.
27 builders { name: "mac_chromium_compile_dbg_ng" }
28 }
borenet9598c2f2016-11-04 08:48:30 -070029 buckets {
Eric Borenc486f732017-02-01 08:13:34 -050030 name: "skia.swarmbucket"
31 builders { name: "Skia Presubmit" }
32 }
33 buckets {
borenet9598c2f2016-11-04 08:48:30 -070034 name: "skia.primary"
Eric Borenbb198fb2017-06-28 11:45:54 -040035 builders { name: "Build-Debian9-Clang-arm-Debug-Android" }
36 builders { name: "Build-Debian9-Clang-arm64-Debug-Android" }
Eric Borenbb198fb2017-06-28 11:45:54 -040037 builders { name: "Build-Debian9-Clang-mips64el-Debug-Android" }
38 builders { name: "Build-Debian9-Clang-x86_64-Debug" }
Hal Canary918ad9d2017-07-18 10:00:15 -040039 builders { name: "Build-Debian9-GCC-arm-Debug-Chromecast" }
Eric Borenbb198fb2017-06-28 11:45:54 -040040 builders { name: "Build-Debian9-GCC-x86_64-Debug-NoGPU" }
41 builders { name: "Build-Debian9-GCC-x86_64-Release" }
Hal Canary918ad9d2017-07-18 10:00:15 -040042 builders { name: "Build-Mac-Clang-x86_64-Release" }
Hal Canarya2ca8ed2016-12-09 10:03:54 -050043 builders { name: "Build-Win-MSVC-x86-Debug" }
44 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan" }
Eric Borenfa2c4782016-11-08 13:45:01 -050045 builders { name: "Housekeeper-PerCommit-InfraTests" }
Kevin Lubickeccf3522017-04-20 15:04:17 -040046 builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-Android" }
Eric Borenbb198fb2017-06-28 11:45:54 -040047 builders { name: "Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug" }
Eric Boren4f6ffaa2017-06-30 09:09:50 -040048 builders { name: "Test-Debian9-GCC-ShuttleA-GPU-GTX660-x86_64-Release" }
Eric Borene2a3f5f2017-04-06 09:42:29 -040049 builders { name: "Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release" }
borenet9598c2f2016-11-04 08:48:30 -070050 }
rmistrya3710c32015-09-02 05:23:23 -070051 try_job_retry_config {
52 try_job_retry_quota: 1
53 global_retry_quota: 2
54 failure_retry_weight: 2
55 transient_failure_retry_weight: 1
56 timeout_retry_weight: 2
57 }
sergiyb2baef5a2015-06-08 05:12:56 -070058 }
sheyang12555d72015-06-17 09:15:51 -070059
60 sign_cla {}
sergiyb2baef5a2015-06-08 05:12:56 -070061}