| 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 git_repo_url: "https://skia.googlesource.com/skia/" | 7 git_repo_url: "https://skia.googlesource.com/skia/" |
| 8 gerrit {} | 8 gerrit {} |
| 9 | 9 |
| 10 commit_burst_delay: 300 | 10 commit_burst_delay: 300 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } | 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } |
| 45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } | 45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } |
| 46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } | 46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } |
| 47 } | 47 } |
| 48 buckets { | 48 buckets { |
| 49 name: "master.client.skia.fyi" | 49 name: "master.client.skia.fyi" |
| 50 builders { name: "skia_presubmit-Trybot" } | 50 builders { name: "skia_presubmit-Trybot" } |
| 51 } | 51 } |
| 52 buckets { | 52 buckets { |
| 53 name: "master.client.skia.android" | 53 name: "master.client.skia.android" |
| 54 builders { | 54 builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_A
ndroid-Trybot" } |
| 55 name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_Android-Tr
ybot" | |
| 56 experiment_percentage: 100 | |
| 57 } | |
| 58 } | 55 } |
| 59 buckets { | 56 buckets { |
| 60 name: "master.tryserver.chromium.mac" | 57 name: "master.tryserver.chromium.mac" |
| 61 # At time of writing, this is the fastest Chrome compile bot on average. | 58 # At time of writing, this is the fastest Chrome compile bot on average. |
| 62 builders { name: "mac_chromium_compile_dbg_ng" } | 59 builders { name: "mac_chromium_compile_dbg_ng" } |
| 63 } | 60 } |
| 64 try_job_retry_config { | 61 try_job_retry_config { |
| 65 try_job_retry_quota: 1 | 62 try_job_retry_quota: 1 |
| 66 global_retry_quota: 2 | 63 global_retry_quota: 2 |
| 67 failure_retry_weight: 2 | 64 failure_retry_weight: 2 |
| 68 transient_failure_retry_weight: 1 | 65 transient_failure_retry_weight: 1 |
| 69 timeout_retry_weight: 2 | 66 timeout_retry_weight: 2 |
| 70 } | 67 } |
| 71 } | 68 } |
| 72 | 69 |
| 73 sign_cla {} | 70 sign_cla {} |
| 74 } | 71 } |
| OLD | NEW |