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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_clang.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_clang", 10 "android_clang",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 ] 88 ]
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
95 "--show-path", 95 "--show-path",
96 "python", 96 "python",
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
98 "--gsutil-py-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
98 "--ninja-path", 100 "--ninja-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
100 "--target", 102 "--target",
101 "Debug", 103 "Debug",
102 "--src-dir", 104 "--src-dir",
103 "[SLAVE_BUILD]/src", 105 "[SLAVE_BUILD]/src",
104 "--goma-cache-dir", 106 "--goma-cache-dir",
105 "[GOMA_CACHE]", 107 "[GOMA_CACHE]",
106 "--build-tool", 108 "--build-tool",
107 "ninja", 109 "ninja",
(...skipping 16 matching lines...) Expand all
124 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 126 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
125 "@@@STEP_LOG_END@json.output (invalid)@@@" 127 "@@@STEP_LOG_END@json.output (invalid)@@@"
126 ] 128 ]
127 }, 129 },
128 { 130 {
129 "name": "$result", 131 "name": "$result",
130 "recipe_result": null, 132 "recipe_result": null,
131 "status_code": 0 133 "status_code": 0
132 } 134 }
133 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698