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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 ] 142 ]
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
149 "--show-path", 149 "--show-path",
150 "python", 150 "python",
151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 151 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
152 "--gsutil-py-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
152 "--ninja-path", 154 "--ninja-path",
153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 155 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
154 "--target", 156 "--target",
155 "Debug", 157 "Debug",
156 "--src-dir", 158 "--src-dir",
157 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
158 "--goma-cache-dir", 160 "--goma-cache-dir",
159 "[GOMA_CACHE]", 161 "[GOMA_CACHE]",
160 "--build-tool", 162 "--build-tool",
161 "ninja", 163 "ninja",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ], 577 ],
576 "cwd": "[SLAVE_BUILD]", 578 "cwd": "[SLAVE_BUILD]",
577 "name": "webrtc_nonparallel_tests" 579 "name": "webrtc_nonparallel_tests"
578 }, 580 },
579 { 581 {
580 "name": "$result", 582 "name": "$result",
581 "recipe_result": null, 583 "recipe_result": null,
582 "status_code": 0 584 "status_code": 0
583 } 585 }
584 ] 586 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698