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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_crash.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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "name": "generate_build_files" 272 "name": "generate_build_files"
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 278 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
279 "--show-path", 279 "--show-path",
280 "python", 280 "python",
281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
282 "--gsutil-py-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
282 "--ninja-path", 284 "--ninja-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
284 "--target", 286 "--target",
285 "Release", 287 "Release",
286 "--src-dir", 288 "--src-dir",
287 "[SLAVE_BUILD]/src", 289 "[SLAVE_BUILD]/src",
288 "--goma-cache-dir", 290 "--goma-cache-dir",
289 "[GOMA_CACHE]", 291 "[GOMA_CACHE]",
290 "--build-tool", 292 "--build-tool",
291 "ninja", 293 "ninja",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 373 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
372 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 374 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
373 ] 375 ]
374 }, 376 },
375 { 377 {
376 "name": "$result", 378 "name": "$result",
377 "reason": "1 tests failed: ['webkit_tests']", 379 "reason": "1 tests failed: ['webkit_tests']",
378 "status_code": 1 380 "status_code": 1
379 } 381 }
380 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698