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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_win_dbg.json

Issue 733203003: Modify mojo recipe to upload to the flakiness dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make test-results-server overrideable Created 6 years, 1 month 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 | « scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json ('k') | 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]"
10 ], 10 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "--debug" 82 "--debug"
83 ], 83 ],
84 "name": "mojob build" 84 "name": "mojob build"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 90 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
91 "test", 91 "test",
92 "--debug" 92 "--debug",
93 "--master-name",
94 "chromium.testing.master",
95 "--builder-name",
96 "Mojo Win (dbg)",
97 "--build-number",
98 "571",
99 "--test-results-server",
100 "test-results.appspot.com"
93 ], 101 ],
94 "name": "mojob test" 102 "name": "mojob test"
95 } 103 }
96 ] 104 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698