Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: testing/commit_queue/config.json

Issue 1025703002: CQ: Fully activate CrOS Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "committer_project": "chromium", 4 "committer_project": "chromium",
5 "cq_status_url": "https://chromium-cq-status.appspot.com", 5 "cq_status_url": "https://chromium-cq-status.appspot.com",
6 "git_repo_url": "https://chromium.googlesource.com/chromium/src", 6 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
7 "hide_ref_in_committed_msg": true, 7 "hide_ref_in_committed_msg": true,
8 "max_commit_burst": 2, 8 "max_commit_burst": 2,
9 "project_bases": [ 9 "project_bases": [
10 ".*" 10 ".*"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "defaulttests" 46 "defaulttests"
47 ], 47 ],
48 "cast_shell_apk": [ 48 "cast_shell_apk": [
49 "defaulttests" 49 "defaulttests"
50 ], 50 ],
51 "linux_arm_compile": [ 51 "linux_arm_compile": [
52 "defaulttests" 52 "defaulttests"
53 ], 53 ],
54 "linux_chromium_asan_rel_ng": [ 54 "linux_chromium_asan_rel_ng": [
55 "defaulttests" 55 "defaulttests"
56 ],
57 "linux_chromium_chromeos_ozone_rel_ng": [
58 "defaulttests"
59 ] 56 ]
60 }, 57 },
61 "tryserver.chromium.mac": { 58 "tryserver.chromium.mac": {
62 "mac_chromium_gn_rel": [ 59 "mac_chromium_gn_rel": [
63 "defaulttests" 60 "defaulttests"
64 ] 61 ]
65 }, 62 },
66 "tryserver.chromium.win": { 63 "tryserver.chromium.win": {
67 "win8_chromium_gn_rel": [ 64 "win8_chromium_gn_rel": [
68 "defaulttests" 65 "defaulttests"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 122 ],
126 "linux_android_rel_ng": [ 123 "linux_android_rel_ng": [
127 "defaulttests" 124 "defaulttests"
128 ], 125 ],
129 "linux_chromium_asan_rel": [ 126 "linux_chromium_asan_rel": [
130 "defaulttests" 127 "defaulttests"
131 ], 128 ],
132 "linux_chromium_chromeos_compile_dbg_ng": [ 129 "linux_chromium_chromeos_compile_dbg_ng": [
133 "defaulttests" 130 "defaulttests"
134 ], 131 ],
132 "linux_chromium_chromeos_ozone_rel_ng": [
133 "defaulttests"
134 ],
135 "linux_chromium_chromeos_rel_ng": [ 135 "linux_chromium_chromeos_rel_ng": [
136 "defaulttests" 136 "defaulttests"
137 ], 137 ],
138 "linux_chromium_clobber_rel_ng": [ 138 "linux_chromium_clobber_rel_ng": [
139 "defaulttests" 139 "defaulttests"
140 ], 140 ],
141 "linux_chromium_compile_dbg_32_ng": [ 141 "linux_chromium_compile_dbg_32_ng": [
142 "compile" 142 "compile"
143 ], 143 ],
144 "linux_chromium_gn_chromeos_rel": [ 144 "linux_chromium_gn_chromeos_rel": [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "defaulttests" 179 "defaulttests"
180 ], 180 ],
181 "win_chromium_x64_rel_ng": [ 181 "win_chromium_x64_rel_ng": [
182 "defaulttests" 182 "defaulttests"
183 ] 183 ]
184 } 184 }
185 } 185 }
186 } 186 }
187 } 187 }
188 } 188 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698