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

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

Issue 980413003: Add android N5 bot as 10% experimental on CQ. (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 "experimental_tryjobs": { 2 "experimental_tryjobs": {
3 "10 percent experiment": { 3 "10 percent experiment": {
4 "percentage": 0.10, 4 "percentage": 0.10,
5 "trybots": { 5 "trybots": {
6 "launched": { 6 "launched": {
7 "tryserver.chromium.linux": { 7 "tryserver.chromium.linux": {
8 "android_amp_rel_tests_recipe": ["defaulttests"], 8 "android_amp_rel_tests_recipe": ["defaulttests"],
9 "android_n5_dbg_tests_recipe": ["defaulttests"],
jbudorick 2015/03/06 01:05:00 The goal is to replace the existing N4 trybots, ri
navabi 2015/03/10 23:00:50 You're right. Thanks John.
9 "cast_shell": ["defaulttests"], 10 "cast_shell": ["defaulttests"],
10 "cast_shell_apk": ["defaulttests"], 11 "cast_shell_apk": ["defaulttests"],
11 "linux_android_rel_ng": ["defaulttests"], 12 "linux_android_rel_ng": ["defaulttests"],
12 "linux_arm_compile": ["defaulttests"], 13 "linux_arm_compile": ["defaulttests"],
13 "linux_chromium_asan_rel_ng": ["defaulttests"] 14 "linux_chromium_asan_rel_ng": ["defaulttests"]
14 }, 15 },
15 "tryserver.chromium.mac": { 16 "tryserver.chromium.mac": {
16 "mac_chromium_gn_rel": ["defaulttests"] 17 "mac_chromium_gn_rel": ["defaulttests"]
17 }, 18 },
18 "tryserver.chromium.win": { 19 "tryserver.chromium.win": {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "win8_chromium_rel": ["defaulttests"], 84 "win8_chromium_rel": ["defaulttests"],
84 "win_chromium_compile_dbg_ng": ["defaulttests"], 85 "win_chromium_compile_dbg_ng": ["defaulttests"],
85 "win_chromium_rel_ng": ["defaulttests"], 86 "win_chromium_rel_ng": ["defaulttests"],
86 "win_chromium_x64_rel_ng": ["defaulttests"] 87 "win_chromium_x64_rel_ng": ["defaulttests"]
87 } 88 }
88 }, 89 },
89 "triggered": { 90 "triggered": {
90 } 91 }
91 } 92 }
92 } 93 }
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