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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Mac.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Print Preview Mac", 10 "Print Preview Mac",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ] 182 ]
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
189 "--show-path", 189 "--show-path",
190 "python", 190 "python",
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
192 "--gsutil-py-path",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
192 "--ninja-path", 194 "--ninja-path",
193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
194 "--target", 196 "--target",
195 "Release", 197 "Release",
196 "--src-dir", 198 "--src-dir",
197 "[SLAVE_BUILD]/src", 199 "[SLAVE_BUILD]/src",
198 "--goma-cache-dir", 200 "--goma-cache-dir",
199 "[GOMA_CACHE]", 201 "[GOMA_CACHE]",
200 "--build-tool", 202 "--build-tool",
201 "ninja", 203 "ninja",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 ], 242 ],
241 "cwd": "[SLAVE_BUILD]", 243 "cwd": "[SLAVE_BUILD]",
242 "name": "print_preview_tests" 244 "name": "print_preview_tests"
243 }, 245 },
244 { 246 {
245 "name": "$result", 247 "name": "$result",
246 "recipe_result": null, 248 "recipe_result": null,
247 "status_code": 0 249 "status_code": 0
248 } 250 }
249 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698