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

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

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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
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 12 matching lines...) Expand all
23 "commit-bot@chromium.org" 23 "commit-bot@chromium.org"
24 ], 24 ],
25 "use_buildbucket_for_tryjobs": true, 25 "use_buildbucket_for_tryjobs": true,
26 "verifiers_no_patch": { 26 "verifiers_no_patch": {
27 "experimental_try_job_verifier": { 27 "experimental_try_job_verifier": {
28 "10 percent experiment": { 28 "10 percent experiment": {
29 "percentage": 0.1, 29 "percentage": 0.1,
30 "trybots": { 30 "trybots": {
31 "launched": { 31 "launched": {
32 "tryserver.chromium.linux": { 32 "tryserver.chromium.linux": {
33 "android_amp_rel_tests_recipe": [
34 "defaulttests"
35 ],
36 "linux_arm_compile": [
37 "defaulttests"
38 ],
39 "linux_chromium_asan_rel_ng": [
40 "defaulttests"
41 ]
42 }, 33 },
43 "tryserver.chromium.mac": { 34 "tryserver.chromium.mac": {
44 "mac_chromium_gn_rel": [ 35 "mac_chromium_gn_rel": [
45 "defaulttests" 36 "defaulttests"
46 ] 37 ]
47 }, 38 },
48 "tryserver.chromium.win": { 39 "tryserver.chromium.win": {
49 "win8_chromium_gn_rel": [ 40 "win8_chromium_gn_rel": [
50 "defaulttests" 41 "defaulttests"
51 ], 42 ],
52 "win8_chromium_ng": [ 43 "win8_chromium_ng": [
53 "defaulttests" 44 "defaulttests"
54 ] 45 ]
55 } 46 }
56 } 47 }
57 } 48 }
58 }, 49 },
59 "100 percent experiment": { 50 "100 percent experiment": {
60 "percentage": 1.0, 51 "percentage": 1.0,
61 "trybots": { 52 "trybots": {
62 "launched": { 53 "launched": {
63 "tryserver.chromium.linux": {}, 54 "tryserver.chromium.linux": {
55 "android_amp_rel_tests_recipe": [
56 "defaulttests"
57 ],
58 "linux_arm_compile": [
59 "defaulttests"
60 ]
61 },
64 "tryserver.chromium.mac": {} 62 "tryserver.chromium.mac": {}
65 } 63 }
66 } 64 }
67 }, 65 },
68 "50 percent experiment": { 66 "50 percent experiment": {
69 "percentage": 0.5, 67 "percentage": 0.5,
70 "trybots": { 68 "trybots": {
71 "launched": { 69 "launched": {
72 "tryserver.chromium.linux": {} 70 "tryserver.chromium.linux": {}
73 } 71 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ], 109 ],
112 "cast_shell_linux": [ 110 "cast_shell_linux": [
113 "defaulttests" 111 "defaulttests"
114 ], 112 ],
115 "chromium_presubmit": [ 113 "chromium_presubmit": [
116 "defaulttests" 114 "defaulttests"
117 ], 115 ],
118 "linux_android_rel_ng": [ 116 "linux_android_rel_ng": [
119 "defaulttests" 117 "defaulttests"
120 ], 118 ],
121 "linux_chromium_asan_rel": [ 119 "linux_chromium_asan_rel_ng": [
122 "defaulttests" 120 "defaulttests"
123 ], 121 ],
124 "linux_chromium_chromeos_compile_dbg_ng": [ 122 "linux_chromium_chromeos_compile_dbg_ng": [
125 "defaulttests" 123 "defaulttests"
126 ], 124 ],
127 "linux_chromium_chromeos_ozone_rel_ng": [ 125 "linux_chromium_chromeos_ozone_rel_ng": [
128 "defaulttests" 126 "defaulttests"
129 ], 127 ],
130 "linux_chromium_chromeos_rel_ng": [ 128 "linux_chromium_chromeos_rel_ng": [
131 "defaulttests" 129 "defaulttests"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 173 ],
176 "win_chromium_x64_rel_ng": [ 174 "win_chromium_x64_rel_ng": [
177 "defaulttests" 175 "defaulttests"
178 ] 176 ]
179 } 177 }
180 } 178 }
181 } 179 }
182 }, 180 },
183 "version": 1 181 "version": 1
184 } 182 }
OLDNEW
« no previous file with comments | « testing/chromoting/browser_tests_launcher.py ('k') | testing/scripts/telemetry_perf_unittests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698