Chromium Code Reviews| 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 19 matching lines...) Expand all Loading... | |
| 30 try_job { | 30 try_job { |
| 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-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" } | 34 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" } |
| 35 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr ybot" } | 35 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr ybot" } |
| 36 } | 36 } |
| 37 buckets { | 37 buckets { |
| 38 name: "master.client.skia.compile" | 38 name: "master.client.skia.compile" |
| 39 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } | 39 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } |
| 40 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } | 40 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } |
|
rmistry
2016/08/31 15:17:39
Nit: Move this below mips64el ?
mtklein_C
2016/08/31 15:19:01
Done!
| |
| 41 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } | 41 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" } |
| 42 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } | 42 builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" } |
| 43 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } | 43 builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" } |
| 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } | 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } |
| 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.tryserver.chromium.mac" | 55 name: "master.tryserver.chromium.mac" |
| 56 # At time of writing, this is the fastest Chrome compile bot on average. | 56 # At time of writing, this is the fastest Chrome compile bot on average. |
| 57 builders { name: "mac_chromium_compile_dbg_ng" } | 57 builders { name: "mac_chromium_compile_dbg_ng" } |
| 58 } | 58 } |
| 59 try_job_retry_config { | 59 try_job_retry_config { |
| 60 try_job_retry_quota: 1 | 60 try_job_retry_quota: 1 |
| 61 global_retry_quota: 2 | 61 global_retry_quota: 2 |
| 62 failure_retry_weight: 2 | 62 failure_retry_weight: 2 |
| 63 transient_failure_retry_weight: 1 | 63 transient_failure_retry_weight: 1 |
| 64 timeout_retry_weight: 2 | 64 timeout_retry_weight: 2 |
| 65 } | 65 } |
| 66 } | 66 } |
| 67 | 67 |
| 68 sign_cla {} | 68 sign_cla {} |
| 69 } | 69 } |
| OLD | NEW |