| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 } | 51 } |
| 52 buckets { | 52 buckets { |
| 53 name: "master.client.skia.android" | 53 name: "master.client.skia.android" |
| 54 builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_A
ndroid-Trybot" } | 54 builders { name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_A
ndroid-Trybot" } |
| 55 } | 55 } |
| 56 buckets { | 56 buckets { |
| 57 name: "master.tryserver.chromium.mac" | 57 name: "master.tryserver.chromium.mac" |
| 58 # 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. |
| 59 builders { name: "mac_chromium_compile_dbg_ng" } | 59 builders { name: "mac_chromium_compile_dbg_ng" } |
| 60 } | 60 } |
| 61 buckets { |
| 62 name: "skia.primary" |
| 63 builders { |
| 64 name: "Housekeeper-PerCommit-InfraTests" |
| 65 experiment_percentage: 100 |
| 66 } |
| 67 } |
| 61 try_job_retry_config { | 68 try_job_retry_config { |
| 62 try_job_retry_quota: 1 | 69 try_job_retry_quota: 1 |
| 63 global_retry_quota: 2 | 70 global_retry_quota: 2 |
| 64 failure_retry_weight: 2 | 71 failure_retry_weight: 2 |
| 65 transient_failure_retry_weight: 1 | 72 transient_failure_retry_weight: 1 |
| 66 timeout_retry_weight: 2 | 73 timeout_retry_weight: 2 |
| 67 } | 74 } |
| 68 } | 75 } |
| 69 | 76 |
| 70 sign_cla {} | 77 sign_cla {} |
| 71 } | 78 } |
| OLD | NEW |