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