| 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: "nacl" | 5 cq_name: "nacl" |
| 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: "project-nacl-committers" | 15 committer_list: "project-nacl-committers" |
| 16 } | 16 } |
| 17 | 17 |
| 18 tree_status { | 18 tree_status { |
| 19 tree_status_url: "https://nativeclient-status.appspot.com" | 19 tree_status_url: "https://nativeclient-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: "nacl-arm_opt_panda" } | 25 builders { name: "nacl-arm_opt_panda" } |
| 26 builders { name: "nacl-arm_perf_panda" } | 26 builders { name: "nacl-arm_perf_panda" } |
| 27 builders { name: "nacl-mac_arm_newlib_opt" } | 27 builders { name: "nacl-mac_arm_newlib_opt" } |
| 28 builders { name: "nacl-mac_glibc_dbg" } | 28 builders { name: "nacl-mac_glibc_dbg" } |
| 29 builders { name: "nacl-mac_glibc_opt" } | 29 builders { name: "nacl-mac_glibc_opt" } |
| 30 builders { name: "nacl-mac_newlib_dbg" } | 30 builders { name: "nacl-mac_newlib_dbg" } |
| 31 builders { name: "nacl-mac_newlib_opt" } | 31 builders { name: "nacl-mac_newlib_opt" } |
| 32 builders { name: "nacl-precise32_glibc_opt" } | 32 builders { name: "nacl-precise32_glibc_opt" } |
| 33 builders { name: "nacl-precise32_newlib_dbg" } | 33 builders { name: "nacl-precise32_newlib_dbg" } |
| 34 builders { name: "nacl-precise32_newlib_opt" } | 34 builders { name: "nacl-precise32_newlib_opt" } |
| (...skipping 15 matching lines...) Expand all Loading... |
| 50 builders { name: "nacl-win64_newlib_opt" } | 50 builders { name: "nacl-win64_newlib_opt" } |
| 51 builders { name: "nacl-win7_64_arm_newlib_opt" } | 51 builders { name: "nacl-win7_64_arm_newlib_opt" } |
| 52 builders { name: "nacl-win7_64_newlib_opt_pnacl" } | 52 builders { name: "nacl-win7_64_newlib_opt_pnacl" } |
| 53 builders { name: "nacl-win8-64_newlib_dbg" } | 53 builders { name: "nacl-win8-64_newlib_dbg" } |
| 54 builders { name: "nacl-win8-64_newlib_opt" } | 54 builders { name: "nacl-win8-64_newlib_opt" } |
| 55 } | 55 } |
| 56 } | 56 } |
| 57 | 57 |
| 58 sign_cla {} | 58 sign_cla {} |
| 59 } | 59 } |
| OLD | NEW |