sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 1 | # 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 | |
| 4 | version: 1 |
| 5 | cq_name: "skia" |
| 6 | cq_status_url: "https://chromium-cq-status.appspot.com" |
rmistry | 93f366d | 2016-08-17 07:51:57 -0700 | [diff] [blame] | 7 | git_repo_url: "https://skia.googlesource.com/skia/" |
| 8 | gerrit {} |
| 9 | |
sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 10 | commit_burst_delay: 300 |
| 11 | max_commit_burst: 2 |
| 12 | |
sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 13 | verifiers { |
Andrii Shyshkalov | 1f5e139 | 2017-02-20 10:34:35 +0000 | [diff] [blame] | 14 | gerrit_cq_ability { |
| 15 | committer_list: "project-skia-committers" |
| 16 | dry_run_access_list: "project-skia-tryjob-access" |
| 17 | } |
sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 18 | |
| 19 | tree_status { |
| 20 | tree_status_url: "https://skia-tree-status.appspot.com" |
| 21 | } |
| 22 | |
| 23 | try_job { |
| 24 | buckets { |
rmistry | 9afccaa | 2016-06-23 04:16:38 -0700 | [diff] [blame] | 25 | 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 | } |
borenet | 9598c2f | 2016-11-04 08:48:30 -0700 | [diff] [blame] | 29 | buckets { |
Eric Boren | c486f73 | 2017-02-01 08:13:34 -0500 | [diff] [blame] | 30 | name: "skia.swarmbucket" |
| 31 | builders { name: "Skia Presubmit" } |
| 32 | } |
| 33 | buckets { |
borenet | 9598c2f | 2016-11-04 08:48:30 -0700 | [diff] [blame] | 34 | name: "skia.primary" |
Eric Boren | bb198fb | 2017-06-28 11:45:54 -0400 | [diff] [blame] | 35 | builders { name: "Build-Debian9-Clang-arm-Debug-Android" } |
| 36 | builders { name: "Build-Debian9-Clang-arm64-Debug-Android" } |
Eric Boren | bb198fb | 2017-06-28 11:45:54 -0400 | [diff] [blame] | 37 | builders { name: "Build-Debian9-Clang-mips64el-Debug-Android" } |
| 38 | builders { name: "Build-Debian9-Clang-x86_64-Debug" } |
Hal Canary | 918ad9d | 2017-07-18 10:00:15 -0400 | [diff] [blame] | 39 | builders { name: "Build-Debian9-GCC-arm-Debug-Chromecast" } |
Eric Boren | bb198fb | 2017-06-28 11:45:54 -0400 | [diff] [blame] | 40 | builders { name: "Build-Debian9-GCC-x86_64-Debug-NoGPU" } |
| 41 | builders { name: "Build-Debian9-GCC-x86_64-Release" } |
Hal Canary | 918ad9d | 2017-07-18 10:00:15 -0400 | [diff] [blame] | 42 | builders { name: "Build-Mac-Clang-x86_64-Release" } |
Hal Canary | a2ca8ed | 2016-12-09 10:03:54 -0500 | [diff] [blame] | 43 | builders { name: "Build-Win-MSVC-x86-Debug" } |
| 44 | builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan" } |
Eric Boren | fa2c478 | 2016-11-08 13:45:01 -0500 | [diff] [blame] | 45 | builders { name: "Housekeeper-PerCommit-InfraTests" } |
Kevin Lubick | eccf352 | 2017-04-20 15:04:17 -0400 | [diff] [blame] | 46 | builders { name: "Test-Android-Clang-GalaxyS6-GPU-MaliT760-arm64-Release-Android" } |
Eric Boren | bb198fb | 2017-06-28 11:45:54 -0400 | [diff] [blame] | 47 | builders { name: "Test-Debian9-GCC-GCE-CPU-AVX2-x86_64-Debug" } |
Eric Boren | 4f6ffaa | 2017-06-30 09:09:50 -0400 | [diff] [blame] | 48 | builders { name: "Test-Debian9-GCC-ShuttleA-GPU-GTX660-x86_64-Release" } |
Eric Boren | e2a3f5f | 2017-04-06 09:42:29 -0400 | [diff] [blame] | 49 | builders { name: "Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release" } |
borenet | 9598c2f | 2016-11-04 08:48:30 -0700 | [diff] [blame] | 50 | } |
rmistry | a3710c3 | 2015-09-02 05:23:23 -0700 | [diff] [blame] | 51 | 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 | } |
sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 58 | } |
sheyang | 12555d7 | 2015-06-17 09:15:51 -0700 | [diff] [blame] | 59 | |
| 60 | sign_cla {} |
sergiyb | 2baef5a | 2015-06-08 05:12:56 -0700 | [diff] [blame] | 61 | } |