OLD | NEW |
1 { | 1 { |
2 "commit_burst_delay": 60, | 2 "commit_burst_delay": 60, |
3 "commit_user": "commit-bot@chromium.org", | 3 "commit_user": "commit-bot@chromium.org", |
4 "cq_status_url": "https://chromium-cq-status.appspot.com", | 4 "cq_status_url": "https://chromium-cq-status.appspot.com", |
5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", | 5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", |
6 "hide_ref_in_committed_msg": true, | 6 "hide_ref_in_committed_msg": true, |
7 "max_commit_burst": 1, | 7 "max_commit_burst": 1, |
8 "project_bases_legacy_from_git_repo_url": true, | 8 "project_bases_legacy_from_git_repo_url": true, |
9 "remote_branch": "refs/pending/heads/master", | 9 "remote_branch": "refs/pending/heads/master", |
10 "rietveld_url": "https://codereview.chromium.org", | 10 "rietveld_url": "https://codereview.chromium.org", |
(...skipping 29 matching lines...) Expand all Loading... |
40 ], | 40 ], |
41 "v8_linux_chromium_gn_rel": [ | 41 "v8_linux_chromium_gn_rel": [ |
42 "defaulttests" | 42 "defaulttests" |
43 ], | 43 ], |
44 "v8_linux_dbg": [ | 44 "v8_linux_dbg": [ |
45 "defaulttests" | 45 "defaulttests" |
46 ], | 46 ], |
47 "v8_linux_gcc_compile_rel": [ | 47 "v8_linux_gcc_compile_rel": [ |
48 "defaulttests" | 48 "defaulttests" |
49 ], | 49 ], |
| 50 "v8_linux_mipsel_compile_rel": [ |
| 51 "defaulttests" |
| 52 ], |
| 53 "v8_linux_mips64el_compile_rel": [ |
| 54 "defaulttests" |
| 55 ], |
50 "v8_linux_nodcheck_rel": [ | 56 "v8_linux_nodcheck_rel": [ |
51 "defaulttests" | 57 "defaulttests" |
52 ], | 58 ], |
53 "v8_linux_rel": [ | 59 "v8_linux_rel": [ |
54 "defaulttests" | 60 "defaulttests" |
55 ], | 61 ], |
56 "v8_mac_rel": [ | 62 "v8_mac_rel": [ |
57 "defaulttests" | 63 "defaulttests" |
58 ], | 64 ], |
59 "v8_presubmit": [ | 65 "v8_presubmit": [ |
(...skipping 11 matching lines...) Expand all Loading... |
71 "v8_win_rel": [ | 77 "v8_win_rel": [ |
72 "defaulttests" | 78 "defaulttests" |
73 ] | 79 ] |
74 } | 80 } |
75 }, | 81 }, |
76 "triggered": {} | 82 "triggered": {} |
77 } | 83 } |
78 }, | 84 }, |
79 "version": 1 | 85 "version": 1 |
80 } | 86 } |
OLD | NEW |