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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_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 "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.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 88 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
89 "--show-path", 89 "--show-path",
90 "python", 90 "python",
91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 91 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
92 "--gsutil-py-path",
93 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
92 "--ninja-path", 94 "--ninja-path",
93 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 95 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
94 "--target", 96 "--target",
95 "Release", 97 "Release",
96 "--src-dir", 98 "--src-dir",
97 "[SLAVE_BUILD]/src", 99 "[SLAVE_BUILD]/src",
98 "--goma-cache-dir", 100 "--goma-cache-dir",
99 "[GOMA_CACHE]", 101 "[GOMA_CACHE]",
100 "--build-tool", 102 "--build-tool",
101 "ninja", 103 "ninja",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 ], 136 ],
135 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
136 "name": "libyuv_unittest" 138 "name": "libyuv_unittest"
137 }, 139 },
138 { 140 {
139 "name": "$result", 141 "name": "$result",
140 "recipe_result": null, 142 "recipe_result": null,
141 "status_code": 0 143 "status_code": 0
142 } 144 }
143 ] 145 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698