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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_linux.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.py ('k') | scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json » ('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 { 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "GOMA_DIR": "/b/build/goma" 70 "GOMA_DIR": "/b/build/goma"
71 }, 71 },
72 "name": "mojob build" 72 "name": "mojob build"
73 }, 73 },
74 { 74 {
75 "cmd": [ 75 "cmd": [
76 "python", 76 "python",
77 "-u", 77 "-u",
78 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", 78 "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
79 "test", 79 "test",
80 "--release" 80 "--release",
81 "--master-name",
82 "chromium.testing.master",
83 "--builder-name",
84 "Mojo Linux",
85 "--build-number",
86 "571",
87 "--test-results-server",
88 "test-results.appspot.com"
81 ], 89 ],
82 "name": "mojob test" 90 "name": "mojob test"
83 }, 91 },
84 { 92 {
85 "cmd": [ 93 "cmd": [
86 "python", 94 "python",
87 "-u", 95 "-u",
88 "[SLAVE_BUILD]/src/mojo/tools/upload_shell_binary.py" 96 "[SLAVE_BUILD]/src/mojo/tools/upload_shell_binary.py"
89 ], 97 ],
90 "name": "upload shell binary" 98 "name": "upload shell binary"
91 } 99 }
92 ] 100 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/mojo.py ('k') | scripts/slave/recipes/mojo.expected/mojo_linux_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698