| 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: "webports" | 5 cq_name: "webports" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 | 7 |
| 8 rietveld { | 8 rietveld { |
| 9 url: "https://codereview.chromium.org" | 9 url: "https://codereview.chromium.org" |
| 10 } | 10 } |
| 11 | 11 |
| 12 | 12 |
| 13 verifiers { | 13 verifiers { |
| 14 reviewer_lgtm { | 14 reviewer_lgtm { |
| 15 committer_list: "external/project-chromium-committers" | 15 committer_list: "external/project-chromium-committers" |
| 16 } | 16 } |
| 17 | 17 |
| 18 tree_status { | 18 tree_status { |
| 19 tree_status_url: "https://naclports-status.appspot.com" | 19 tree_status_url: "https://naclports-status.appspot.com" |
| 20 } | 20 } |
| 21 | 21 |
| 22 try_job { | 22 try_job { |
| 23 buckets { | 23 buckets { |
| 24 name: "tryserver.nacl" | 24 name: "master.tryserver.nacl" |
| 25 builders { name: "webports-linux-clang-0" } | 25 builders { name: "webports-linux-clang-0" } |
| 26 builders { name: "webports-linux-clang-1" } | 26 builders { name: "webports-linux-clang-1" } |
| 27 builders { name: "webports-linux-clang-2" } | 27 builders { name: "webports-linux-clang-2" } |
| 28 builders { name: "webports-linux-clang-3" } | 28 builders { name: "webports-linux-clang-3" } |
| 29 builders { name: "webports-linux-clang-4" } | 29 builders { name: "webports-linux-clang-4" } |
| 30 builders { name: "webports-linux-clang-5" } | 30 builders { name: "webports-linux-clang-5" } |
| 31 builders { name: "webports-linux-emscripten-0" } | 31 builders { name: "webports-linux-emscripten-0" } |
| 32 builders { name: "webports-linux-glibc-0" } | 32 builders { name: "webports-linux-glibc-0" } |
| 33 builders { name: "webports-linux-glibc-1" } | 33 builders { name: "webports-linux-glibc-1" } |
| 34 builders { name: "webports-linux-glibc-2" } | 34 builders { name: "webports-linux-glibc-2" } |
| 35 builders { name: "webports-linux-glibc-3" } | 35 builders { name: "webports-linux-glibc-3" } |
| 36 builders { name: "webports-linux-glibc-4" } | 36 builders { name: "webports-linux-glibc-4" } |
| 37 builders { name: "webports-linux-glibc-5" } | 37 builders { name: "webports-linux-glibc-5" } |
| 38 builders { name: "webports-linux-pnacl-0" } | 38 builders { name: "webports-linux-pnacl-0" } |
| 39 builders { name: "webports-linux-pnacl-1" } | 39 builders { name: "webports-linux-pnacl-1" } |
| 40 builders { name: "webports-linux-pnacl-2" } | 40 builders { name: "webports-linux-pnacl-2" } |
| 41 builders { name: "webports-linux-pnacl-3" } | 41 builders { name: "webports-linux-pnacl-3" } |
| 42 builders { name: "webports-linux-pnacl-4" } | 42 builders { name: "webports-linux-pnacl-4" } |
| 43 builders { name: "webports-linux-pnacl-5" } | 43 builders { name: "webports-linux-pnacl-5" } |
| 44 # toolchain bot its too slow the CQ right now | 44 # toolchain bot its too slow the CQ right now |
| 45 #builders { name: "webports-linux-toolchain-0" } | 45 #builders { name: "webports-linux-toolchain-0" } |
| 46 builders { name: "webports-presubmit" } | 46 builders { name: "webports-presubmit" } |
| 47 } | 47 } |
| 48 } | 48 } |
| 49 } | 49 } |
| OLD | NEW |