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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_linux_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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "name": "gclient runhooks" 85 "name": "gclient runhooks"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
92 "--show-path", 92 "--show-path",
93 "python", 93 "python",
94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
95 "--gsutil-py-path",
96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
95 "--ninja-path", 97 "--ninja-path",
96 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
97 "--target", 99 "--target",
98 "Release", 100 "Release",
99 "--src-dir", 101 "--src-dir",
100 "[SLAVE_BUILD]/src", 102 "[SLAVE_BUILD]/src",
101 "--goma-cache-dir", 103 "--goma-cache-dir",
102 "[GOMA_CACHE]", 104 "[GOMA_CACHE]",
103 "--build-tool", 105 "--build-tool",
104 "ninja", 106 "ninja",
(...skipping 23 matching lines...) Expand all
128 ], 130 ],
129 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
130 "name": "archive_build" 132 "name": "archive_build"
131 }, 133 },
132 { 134 {
133 "name": "$result", 135 "name": "$result",
134 "recipe_result": null, 136 "recipe_result": null,
135 "status_code": 0 137 "status_code": 0
136 } 138 }
137 ] 139 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698