| 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 20 matching lines...) Expand all Loading... |
| 31 buckets { | 31 buckets { |
| 32 name: "master.client.skia" | 32 name: "master.client.skia" |
| 33 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" } | 33 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" } |
| 34 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr
ybot" } | 34 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr
ybot" } |
| 35 } | 35 } |
| 36 buckets { | 36 buckets { |
| 37 name: "master.client.skia.compile" | 37 name: "master.client.skia.compile" |
| 38 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } | 38 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } |
| 39 builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" } | 39 builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" } |
| 40 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" } | 40 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" } |
| 41 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android_FrameworkDefs-
Trybot" } |
| 41 builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" } | 42 builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" } |
| 42 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } | 43 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } |
| 43 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } | 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } |
| 44 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } | 45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } |
| 45 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } | 46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } |
| 46 } | 47 } |
| 47 buckets { | 48 buckets { |
| 48 name: "master.client.skia.fyi" | 49 name: "master.client.skia.fyi" |
| 49 builders { name: "skia_presubmit-Trybot" } | 50 builders { name: "skia_presubmit-Trybot" } |
| 50 } | 51 } |
| (...skipping 10 matching lines...) Expand all Loading... |
| 61 try_job_retry_quota: 1 | 62 try_job_retry_quota: 1 |
| 62 global_retry_quota: 2 | 63 global_retry_quota: 2 |
| 63 failure_retry_weight: 2 | 64 failure_retry_weight: 2 |
| 64 transient_failure_retry_weight: 1 | 65 transient_failure_retry_weight: 1 |
| 65 timeout_retry_weight: 2 | 66 timeout_retry_weight: 2 |
| 66 } | 67 } |
| 67 } | 68 } |
| 68 | 69 |
| 69 sign_cla {} | 70 sign_cla {} |
| 70 } | 71 } |
| OLD | NEW |