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

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

Issue 930303004: Adds Chromecast builders at 10% experimental. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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.1, 4 "percentage": 0.1,
5 "trybots": { 5 "trybots": {
6 "launched": { 6 "launched": {
7 "tryserver.chromium.linux": { 7 "tryserver.chromium.linux": {
8 "cast_shell": ["defaulttests"],
9 "cast_shell_apk": ["defaulttests"],
8 "linux_android_rel_ng": ["defaulttests"], 10 "linux_android_rel_ng": ["defaulttests"],
9 "linux_chromium_asan_rel_ng": ["defaulttests"] 11 "linux_chromium_asan_rel_ng": ["defaulttests"]
10 }, 12 },
11 "tryserver.chromium.mac": { 13 "tryserver.chromium.mac": {
12 "mac_chromium_gn_rel": ["defaulttests"] 14 "mac_chromium_gn_rel": ["defaulttests"]
13 }, 15 },
14 "tryserver.chromium.win": { 16 "tryserver.chromium.win": {
15 "win8_chromium_ng": ["defaulttests"], 17 "win8_chromium_ng": ["defaulttests"],
16 "win8_chromium_gn_rel": ["defaulttests"] 18 "win8_chromium_gn_rel": ["defaulttests"]
17 } 19 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "win8_chromium_rel": ["defaulttests"], 91 "win8_chromium_rel": ["defaulttests"],
90 "win_chromium_compile_dbg_ng": ["defaulttests"], 92 "win_chromium_compile_dbg_ng": ["defaulttests"],
91 "win_chromium_rel_ng": ["defaulttests"], 93 "win_chromium_rel_ng": ["defaulttests"],
92 "win_chromium_x64_rel_ng": ["defaulttests"] 94 "win_chromium_x64_rel_ng": ["defaulttests"]
93 } 95 }
94 }, 96 },
95 "triggered": { 97 "triggered": {
96 } 98 }
97 } 99 }
98 } 100 }
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