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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_linux_perf_cq.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_cq", 10 "linux_perf_cq",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "name": "generate_build_files" 217 "name": "generate_build_files"
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
224 "--show-path", 224 "--show-path",
225 "python", 225 "python",
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
227 "--gsutil-py-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
227 "--ninja-path", 229 "--ninja-path",
228 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
229 "--target", 231 "--target",
230 "Release", 232 "Release",
231 "--src-dir", 233 "--src-dir",
232 "[SLAVE_BUILD]/src", 234 "[SLAVE_BUILD]/src",
233 "--goma-cache-dir", 235 "--goma-cache-dir",
234 "[GOMA_CACHE]", 236 "[GOMA_CACHE]",
235 "--build-tool", 237 "--build-tool",
236 "ninja", 238 "ninja",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 ], 276 ],
275 "cwd": "[SLAVE_BUILD]", 277 "cwd": "[SLAVE_BUILD]",
276 "name": "package build" 278 "name": "package build"
277 }, 279 },
278 { 280 {
279 "name": "$result", 281 "name": "$result",
280 "recipe_result": null, 282 "recipe_result": null,
281 "status_code": 0 283 "status_code": 0
282 } 284 }
283 ] 285 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698