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

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

Issue 1028523004: Revert of Add android N5 bot as 10% experimental on CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual rebase. 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 21 matching lines...) Expand all
32 "verifiers_no_patch": { 32 "verifiers_no_patch": {
33 "experimental_try_job_verifier": { 33 "experimental_try_job_verifier": {
34 "10 percent experiment": { 34 "10 percent experiment": {
35 "percentage": 0.1, 35 "percentage": 0.1,
36 "trybots": { 36 "trybots": {
37 "launched": { 37 "launched": {
38 "tryserver.chromium.linux": { 38 "tryserver.chromium.linux": {
39 "android_amp_rel_tests_recipe": [ 39 "android_amp_rel_tests_recipe": [
40 "defaulttests" 40 "defaulttests"
41 ], 41 ],
42 "android_n5_rel_tests_recipe": [
43 "defaulttests"
44 ],
45 "cast_shell": [ 42 "cast_shell": [
46 "defaulttests" 43 "defaulttests"
47 ], 44 ],
48 "cast_shell_apk": [ 45 "cast_shell_apk": [
49 "defaulttests" 46 "defaulttests"
50 ], 47 ],
51 "linux_arm_compile": [ 48 "linux_arm_compile": [
52 "defaulttests" 49 "defaulttests"
53 ], 50 ],
54 "linux_chromium_asan_rel_ng": [ 51 "linux_chromium_asan_rel_ng": [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "defaulttests" 176 "defaulttests"
180 ], 177 ],
181 "win_chromium_x64_rel_ng": [ 178 "win_chromium_x64_rel_ng": [
182 "defaulttests" 179 "defaulttests"
183 ] 180 ]
184 } 181 }
185 } 182 }
186 } 183 }
187 } 184 }
188 } 185 }
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