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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_compile_arm64_dbg", 10 "android_compile_arm64_dbg",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "name": "gclient runhooks" 116 "name": "gclient runhooks"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
123 "--show-path", 123 "--show-path",
124 "python", 124 "python",
125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 125 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
126 "--gsutil-py-path",
127 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
126 "--ninja-path", 128 "--ninja-path",
127 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 129 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
128 "--target", 130 "--target",
129 "Debug", 131 "Debug",
130 "--src-dir", 132 "--src-dir",
131 "[SLAVE_BUILD]/src", 133 "[SLAVE_BUILD]/src",
132 "--goma-cache-dir", 134 "--goma-cache-dir",
133 "[GOMA_CACHE]", 135 "[GOMA_CACHE]",
134 "--build-tool", 136 "--build-tool",
135 "ninja", 137 "ninja",
(...skipping 16 matching lines...) Expand all
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
153 "@@@STEP_LOG_END@json.output (invalid)@@@" 155 "@@@STEP_LOG_END@json.output (invalid)@@@"
154 ] 156 ]
155 }, 157 },
156 { 158 {
157 "name": "$result", 159 "name": "$result",
158 "recipe_result": null, 160 "recipe_result": null,
159 "status_code": 0 161 "status_code": 0
160 } 162 }
161 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698