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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_mac_64_MirrorTrue.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client /trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS ', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base': 'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client /trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS ', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ] 105 ]
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
112 "--show-path", 112 "--show-path",
113 "python", 113 "python",
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
115 "--gsutil-py-path",
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
115 "--ninja-path", 117 "--ninja-path",
116 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
117 "--target", 119 "--target",
118 "Release", 120 "Release",
119 "--src-dir", 121 "--src-dir",
120 "[SLAVE_BUILD]/src", 122 "[SLAVE_BUILD]/src",
121 "--goma-cache-dir", 123 "--goma-cache-dir",
122 "[GOMA_CACHE]", 124 "[GOMA_CACHE]",
123 "--build-tool", 125 "--build-tool",
124 "ninja", 126 "ninja",
(...skipping 23 matching lines...) Expand all
148 ], 150 ],
149 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
150 "name": "archive_build" 152 "name": "archive_build"
151 }, 153 },
152 { 154 {
153 "name": "$result", 155 "name": "$result",
154 "recipe_result": null, 156 "recipe_result": null,
155 "status_code": 0 157 "status_code": 0
156 } 158 }
157 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698