| OLD | NEW |
| 1 # Commit Queue configuration file. The documentation of the format can be found | 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. | 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "skia" | 5 cq_name: "skia" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 commit_burst_delay: 300 | 7 commit_burst_delay: 300 |
| 8 max_commit_burst: 2 | 8 max_commit_burst: 2 |
| 9 | 9 |
| 10 rietveld { | 10 rietveld { |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 name: "master.client.skia.compile" | 35 name: "master.client.skia.compile" |
| 36 builders { name: "Build-Mac-Clang-x86_64-Release-Trybot" } | 36 builders { name: "Build-Mac-Clang-x86_64-Release-Trybot" } |
| 37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" } | 37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" } |
| 38 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } | 38 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } |
| 39 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } | 39 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } |
| 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } | 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } |
| 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } | 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } |
| 42 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } | 42 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } |
| 43 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } | 43 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } |
| 44 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } | 44 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } |
| 45 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } |
| 45 } | 46 } |
| 46 buckets { | 47 buckets { |
| 47 name: "master.client.skia.fyi" | 48 name: "master.client.skia.fyi" |
| 48 builders { name: "skia_presubmit-Trybot" } | 49 builders { name: "skia_presubmit-Trybot" } |
| 49 } | 50 } |
| 50 buckets { | 51 buckets { |
| 51 name: "master.tryserver.chromium.mac" | 52 name: "master.tryserver.chromium.mac" |
| 52 # At time of writing, this is the fastest Chrome compile bot on average. | 53 # At time of writing, this is the fastest Chrome compile bot on average. |
| 53 builders { name: "mac_chromium_compile_dbg_ng" } | 54 builders { name: "mac_chromium_compile_dbg_ng" } |
| 54 } | 55 } |
| 55 try_job_retry_config { | 56 try_job_retry_config { |
| 56 try_job_retry_quota: 1 | 57 try_job_retry_quota: 1 |
| 57 global_retry_quota: 2 | 58 global_retry_quota: 2 |
| 58 failure_retry_weight: 2 | 59 failure_retry_weight: 2 |
| 59 transient_failure_retry_weight: 1 | 60 transient_failure_retry_weight: 1 |
| 60 timeout_retry_weight: 2 | 61 timeout_retry_weight: 2 |
| 61 } | 62 } |
| 62 } | 63 } |
| 63 | 64 |
| 64 sign_cla {} | 65 sign_cla {} |
| 65 } | 66 } |
| OLD | NEW |