Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. | 2 # documentation of this file format. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "v8" | 5 cq_name: "v8" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 hide_ref_in_committed_msg: true | 7 hide_ref_in_committed_msg: true |
| 8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
| 9 max_commit_burst: 1 | 9 max_commit_burst: 1 |
| 10 target_ref: "refs/pending/heads/master" | 10 target_ref: "refs/pending/heads/master" |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 37 builders { name: "v8_linux_mipsel_compile_rel" } | 37 builders { name: "v8_linux_mipsel_compile_rel" } |
| 38 builders { name: "v8_linux_mips64el_compile_rel" } | 38 builders { name: "v8_linux_mips64el_compile_rel" } |
| 39 builders { name: "v8_linux_nodcheck_rel" } | 39 builders { name: "v8_linux_nodcheck_rel" } |
| 40 builders { name: "v8_linux_rel" } | 40 builders { name: "v8_linux_rel" } |
| 41 builders { name: "v8_mac_rel" } | 41 builders { name: "v8_mac_rel" } |
| 42 builders { name: "v8_presubmit" } | 42 builders { name: "v8_presubmit" } |
| 43 builders { name: "v8_win64_rel" } | 43 builders { name: "v8_win64_rel" } |
| 44 builders { name: "v8_win_compile_dbg" } | 44 builders { name: "v8_win_compile_dbg" } |
| 45 builders { name: "v8_win_nosnap_shared_compile_rel" } | 45 builders { name: "v8_win_nosnap_shared_compile_rel" } |
| 46 builders { name: "v8_win_rel" } | 46 builders { name: "v8_win_rel" } |
| 47 builders { | |
| 48 name: "v8_win64_rel_ng" | |
| 49 experiment_percentage: 30 | |
| 50 } | |
| 51 builders { | |
| 52 name: "v8_win64_rel_ng_triggered" | |
| 53 triggered: false | |
|
Michael Achenbach
2015/11/25 21:13:08
not entirely sure if I get the syntax right here.
tandrii(chromium)
2015/11/25 21:15:13
yep, it's false - verified in in commit_queue code
| |
| 54 experiment_percentage: 30 | |
|
Michael Achenbach
2015/11/26 13:45:57
Meh - this was not useful to add. With the experim
tandrii(chromium)
2015/11/26 14:09:40
Ah, yes, sorry i didn't get this yesterday :(( If
| |
| 55 } | |
| 47 } | 56 } |
| 48 } | 57 } |
| 49 | 58 |
| 50 sign_cla {} | 59 sign_cla {} |
| 51 } | 60 } |
| 52 | 61 |
| OLD | NEW |