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

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

Issue 999933010: Run chromium_trybot based Cast bots at 10%. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alphabetize 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_legacy": [ 9 "project_bases_legacy": [
10 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$", 10 "^svn\\:\\/\\/svn\\.chromium\\.org\\/chrome/trunk/src(|/.*)$",
(...skipping 18 matching lines...) Expand all
29 "verifiers_no_patch": { 29 "verifiers_no_patch": {
30 "experimental_try_job_verifier": { 30 "experimental_try_job_verifier": {
31 "10 percent experiment": { 31 "10 percent experiment": {
32 "percentage": 0.1, 32 "percentage": 0.1,
33 "trybots": { 33 "trybots": {
34 "launched": { 34 "launched": {
35 "tryserver.chromium.linux": { 35 "tryserver.chromium.linux": {
36 "android_amp_rel_tests_recipe": [ 36 "android_amp_rel_tests_recipe": [
37 "defaulttests" 37 "defaulttests"
38 ], 38 ],
39 "cast_shell_android": [
40 "defaulttests"
41 ],
42 "cast_shell_linux": [
43 "defaulttests"
44 ],
39 "linux_arm_compile": [ 45 "linux_arm_compile": [
40 "defaulttests" 46 "defaulttests"
41 ], 47 ],
42 "linux_chromium_asan_rel_ng": [ 48 "linux_chromium_asan_rel_ng": [
43 "defaulttests" 49 "defaulttests"
44 ] 50 ]
45 }, 51 },
46 "tryserver.chromium.mac": { 52 "tryserver.chromium.mac": {
47 "mac_chromium_gn_rel": [ 53 "mac_chromium_gn_rel": [
48 "defaulttests" 54 "defaulttests"
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "defaulttests" 173 "defaulttests"
168 ], 174 ],
169 "win_chromium_x64_rel_ng": [ 175 "win_chromium_x64_rel_ng": [
170 "defaulttests" 176 "defaulttests"
171 ] 177 ]
172 } 178 }
173 } 179 }
174 } 180 }
175 } 181 }
176 } 182 }
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