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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 142 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
143 "--show-path", 143 "--show-path",
144 "python", 144 "python",
145 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 145 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
146 "--gsutil-py-path",
147 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
146 "--ninja-path", 148 "--ninja-path",
147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 149 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
148 "--target", 150 "--target",
149 "Release", 151 "Release",
150 "--src-dir", 152 "--src-dir",
151 "[SLAVE_BUILD]/src", 153 "[SLAVE_BUILD]/src",
152 "--goma-cache-dir", 154 "--goma-cache-dir",
153 "[GOMA_CACHE]", 155 "[GOMA_CACHE]",
154 "--build-tool", 156 "--build-tool",
155 "ninja", 157 "ninja",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 ], 588 ],
587 "cwd": "[SLAVE_BUILD]", 589 "cwd": "[SLAVE_BUILD]",
588 "name": "webrtc_nonparallel_tests" 590 "name": "webrtc_nonparallel_tests"
589 }, 591 },
590 { 592 {
591 "name": "$result", 593 "name": "$result",
592 "recipe_result": null, 594 "recipe_result": null,
593 "status_code": 0 595 "status_code": 0
594 } 596 }
595 ] 597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698