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

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

Issue 1067633004: Upgrades Cast trybots to blocking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 "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/chromium/src", 5 "git_repo_url": "https://chromium.googlesource.com/chromium/src",
6 "hide_ref_in_committed_msg": true, 6 "hide_ref_in_committed_msg": true,
7 "max_commit_burst": 2, 7 "max_commit_burst": 2,
8 "project_bases_legacy": [ 8 "project_bases_legacy": [
9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 9 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$", 10 "^svn\\:\\/\\/chrome\\-svn\\/chrome/trunk/src(|/.*)$",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "defaulttests" 53 "defaulttests"
54 ] 54 ]
55 } 55 }
56 } 56 }
57 } 57 }
58 }, 58 },
59 "100 percent experiment": { 59 "100 percent experiment": {
60 "percentage": 1.0, 60 "percentage": 1.0,
61 "trybots": { 61 "trybots": {
62 "launched": { 62 "launched": {
63 "tryserver.chromium.linux": { 63 "tryserver.chromium.linux": {},
64 "cast_shell_android": [
65 "defaulttests"
66 ],
67 "cast_shell_linux": [
68 "defaulttests"
69 ]
70 },
71 "tryserver.chromium.mac": {} 64 "tryserver.chromium.mac": {}
72 } 65 }
73 } 66 }
74 }, 67 },
75 "50 percent experiment": { 68 "50 percent experiment": {
76 "percentage": 0.5, 69 "percentage": 0.5,
77 "trybots": { 70 "trybots": {
78 "launched": { 71 "launched": {
79 "tryserver.chromium.linux": {} 72 "tryserver.chromium.linux": {}
80 } 73 }
(...skipping 25 matching lines...) Expand all
106 ], 99 ],
107 "android_chromium_gn_compile_rel": [ 100 "android_chromium_gn_compile_rel": [
108 "defaulttests" 101 "defaulttests"
109 ], 102 ],
110 "android_clang_dbg_recipe": [ 103 "android_clang_dbg_recipe": [
111 "defaulttests" 104 "defaulttests"
112 ], 105 ],
113 "android_compile_dbg": [ 106 "android_compile_dbg": [
114 "defaulttests" 107 "defaulttests"
115 ], 108 ],
109 "cast_shell_android": [
110 "defaulttests"
111 ],
112 "cast_shell_linux": [
113 "defaulttests"
114 ],
116 "chromium_presubmit": [ 115 "chromium_presubmit": [
117 "defaulttests" 116 "defaulttests"
118 ], 117 ],
119 "linux_android_rel_ng": [ 118 "linux_android_rel_ng": [
120 "defaulttests" 119 "defaulttests"
121 ], 120 ],
122 "linux_chromium_asan_rel": [ 121 "linux_chromium_asan_rel": [
123 "defaulttests" 122 "defaulttests"
124 ], 123 ],
125 "linux_chromium_chromeos_compile_dbg_ng": [ 124 "linux_chromium_chromeos_compile_dbg_ng": [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 ], 175 ],
177 "win_chromium_x64_rel_ng": [ 176 "win_chromium_x64_rel_ng": [
178 "defaulttests" 177 "defaulttests"
179 ] 178 ]
180 } 179 }
181 } 180 }
182 } 181 }
183 }, 182 },
184 "version": 1 183 "version": 1
185 } 184 }
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