| 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 commit_burst_delay: 300 | 7 commit_burst_delay: 300 |
| 8 max_commit_burst: 2 | 8 max_commit_burst: 2 |
| 9 | 9 |
| 10 rietveld { | 10 rietveld { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 try_job { | 26 try_job { |
| 27 buckets { | 27 buckets { |
| 28 name: "client.skia" | 28 name: "client.skia" |
| 29 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } | 29 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } |
| 30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo
t" } | 30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo
t" } |
| 31 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo
t" } | 31 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo
t" } |
| 32 } | 32 } |
| 33 buckets { | 33 buckets { |
| 34 name: "client.skia.compile" | 34 name: "client.skia.compile" |
| 35 builders { name: "Build-Mac10.8-Clang-x86_64-Release-Trybot" } | 35 builders { name: "Build-Mac-Clang-x86_64-Release-Trybot" } |
| 36 builders { name: "Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot" } | 36 builders { name: "Build-Mac-Clang-Arm7-Debug-iOS-Trybot" } |
| 37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" } | 37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" } |
| 38 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } | 38 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } |
| 39 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } | 39 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } |
| 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } | 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } |
| 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } | 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } |
| 42 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } | 42 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } |
| 43 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } | 43 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } |
| 44 } | 44 } |
| 45 buckets { | 45 buckets { |
| 46 name: "client.skia.fyi" | 46 name: "client.skia.fyi" |
| 47 builders { name: "skia_presubmit-Trybot" } | 47 builders { name: "skia_presubmit-Trybot" } |
| 48 } | 48 } |
| 49 try_job_retry_config { | 49 try_job_retry_config { |
| 50 try_job_retry_quota: 1 | 50 try_job_retry_quota: 1 |
| 51 global_retry_quota: 2 | 51 global_retry_quota: 2 |
| 52 failure_retry_weight: 2 | 52 failure_retry_weight: 2 |
| 53 transient_failure_retry_weight: 1 | 53 transient_failure_retry_weight: 1 |
| 54 timeout_retry_weight: 2 | 54 timeout_retry_weight: 2 |
| 55 } | 55 } |
| 56 } | 56 } |
| 57 | 57 |
| 58 sign_cla {} | 58 sign_cla {} |
| 59 } | 59 } |
| OLD | NEW |