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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android64 Builder", 10 "Android64 Builder",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "name": "gclient runhooks" 110 "name": "gclient runhooks"
111 }, 111 },
112 { 112 {
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 116 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
117 "--show-path", 117 "--show-path",
118 "python", 118 "python",
119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
120 "--gsutil-py-path",
121 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
120 "--ninja-path", 122 "--ninja-path",
121 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 123 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
122 "--target", 124 "--target",
123 "Release", 125 "Release",
124 "--src-dir", 126 "--src-dir",
125 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
126 "--goma-cache-dir", 128 "--goma-cache-dir",
127 "[GOMA_CACHE]", 129 "[GOMA_CACHE]",
128 "--build-tool", 130 "--build-tool",
129 "ninja", 131 "ninja",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "~followup_annotations": [ 187 "~followup_annotations": [
186 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" 188 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@"
187 ] 189 ]
188 }, 190 },
189 { 191 {
190 "name": "$result", 192 "name": "$result",
191 "recipe_result": null, 193 "recipe_result": null,
192 "status_code": 0 194 "status_code": 0
193 } 195 }
194 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698