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