| 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 27 matching lines...) Expand all Loading... |
| 38 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } | 38 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } |
| 39 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } | 39 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } |
| 40 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } | 40 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } |
| 41 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } | 41 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } |
| 42 } | 42 } |
| 43 buckets { | 43 buckets { |
| 44 name: "client.skia.fyi" | 44 name: "client.skia.fyi" |
| 45 builders { name: "skia_presubmit-Trybot" } | 45 builders { name: "skia_presubmit-Trybot" } |
| 46 } | 46 } |
| 47 } | 47 } |
| 48 |
| 49 sign_cla {} |
| 48 } | 50 } |
| OLD | NEW |