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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_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 "chromium.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ] 204 ]
205 }, 205 },
206 { 206 {
207 "cmd": [ 207 "cmd": [
208 "python", 208 "python",
209 "-u", 209 "-u",
210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
211 "--show-path", 211 "--show-path",
212 "python", 212 "python",
213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
214 "--gsutil-py-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
214 "--ninja-path", 216 "--ninja-path",
215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 217 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
216 "--target", 218 "--target",
217 "Release", 219 "Release",
218 "--src-dir", 220 "--src-dir",
219 "[SLAVE_BUILD]/src", 221 "[SLAVE_BUILD]/src",
220 "--goma-cache-dir", 222 "--goma-cache-dir",
221 "[GOMA_CACHE]", 223 "[GOMA_CACHE]",
222 "--build-tool", 224 "--build-tool",
223 "ninja", 225 "ninja",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "~followup_annotations": [ 297 "~followup_annotations": [
296 "@@@STEP_TEXT@Mac Tester@@@" 298 "@@@STEP_TEXT@Mac Tester@@@"
297 ] 299 ]
298 }, 300 },
299 { 301 {
300 "name": "$result", 302 "name": "$result",
301 "recipe_result": null, 303 "recipe_result": null,
302 "status_code": 0 304 "status_code": 0
303 } 305 }
304 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698