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

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

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl 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 | « testing/chromoting/browser_test_commands_linux.txt ('k') | testing/legion/client_controller.py » ('j') | 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"], 8 "cast_shell": ["defaulttests"],
9 "cast_shell_apk": ["defaulttests"], 9 "cast_shell_apk": ["defaulttests"],
10 "linux_android_rel_ng": ["defaulttests"], 10 "linux_android_rel_ng": ["defaulttests"],
11 "linux_chromium_asan_rel_ng": ["defaulttests"] 11 "linux_chromium_asan_rel_ng": ["defaulttests"],
12 "linux_chromium_clobber_rel_ng": ["defaulttests"]
12 }, 13 },
13 "tryserver.chromium.mac": { 14 "tryserver.chromium.mac": {
14 "mac_chromium_gn_rel": ["defaulttests"] 15 "mac_chromium_gn_rel": ["defaulttests"]
15 }, 16 },
16 "tryserver.chromium.win": { 17 "tryserver.chromium.win": {
17 "win8_chromium_ng": ["defaulttests"], 18 "win8_chromium_ng": ["defaulttests"],
18 "win8_chromium_gn_rel": ["defaulttests"] 19 "win8_chromium_gn_rel": ["defaulttests"]
19 } 20 }
20 } 21 }
21 } 22 }
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "win8_chromium_rel": ["defaulttests"], 92 "win8_chromium_rel": ["defaulttests"],
92 "win_chromium_compile_dbg_ng": ["defaulttests"], 93 "win_chromium_compile_dbg_ng": ["defaulttests"],
93 "win_chromium_rel_ng": ["defaulttests"], 94 "win_chromium_rel_ng": ["defaulttests"],
94 "win_chromium_x64_rel_ng": ["defaulttests"] 95 "win_chromium_x64_rel_ng": ["defaulttests"]
95 } 96 }
96 }, 97 },
97 "triggered": { 98 "triggered": {
98 } 99 }
99 } 100 }
100 } 101 }
OLDNEW
« no previous file with comments | « testing/chromoting/browser_test_commands_linux.txt ('k') | testing/legion/client_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698