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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_gn_rel.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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android_gn_rel", 10 "android_gn_rel",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "name": "gn" 79 "name": "gn"
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
86 "--show-path", 86 "--show-path",
87 "python", 87 "python",
88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
89 "--gsutil-py-path",
90 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
89 "--ninja-path", 91 "--ninja-path",
90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 92 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
91 "--target", 93 "--target",
92 "Release", 94 "Release",
93 "--src-dir", 95 "--src-dir",
94 "[SLAVE_BUILD]/src", 96 "[SLAVE_BUILD]/src",
95 "--goma-cache-dir", 97 "--goma-cache-dir",
96 "[GOMA_CACHE]", 98 "[GOMA_CACHE]",
97 "--build-tool", 99 "--build-tool",
98 "ninja", 100 "ninja",
(...skipping 17 matching lines...) Expand all
116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
117 "@@@STEP_LOG_END@json.output (invalid)@@@" 119 "@@@STEP_LOG_END@json.output (invalid)@@@"
118 ] 120 ]
119 }, 121 },
120 { 122 {
121 "name": "$result", 123 "name": "$result",
122 "recipe_result": null, 124 "recipe_result": null,
123 "status_code": 0 125 "status_code": 0
124 } 126 }
125 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698