| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 452 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 453 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 453 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 454 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 454 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 455 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 455 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 456 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 456 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 458 "@@@STEP_LOG_END@python.inline@@@" | 458 "@@@STEP_LOG_END@python.inline@@@" |
| 459 ] | 459 ] |
| 460 }, | 460 }, |
| 461 { | 461 { |
| 462 "allow_subannotations": true, |
| 463 "cmd": [ |
| 464 "python", |
| 465 "-u", |
| 466 "[BUILD]/scripts/slave/runtest.py", |
| 467 "--target", |
| 468 "Release", |
| 469 "--no-xvfb", |
| 470 "--factory-properties", |
| 471 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571
, \"mastername\": \"chromium.testing.master\", \"project\": \"\", \"recipe\": \"
android_webview_shell_tests\", \"repository\": \"svn://svn-mirror.golo.chromium.
org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 472 "--build-properties", |
| 473 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"TestBuilder\", \"buildnumber\": 571
, \"mastername\": \"chromium.testing.master\", \"project\": \"\", \"recipe\": \"
android_webview_shell_tests\", \"repository\": \"svn://svn-mirror.golo.chromium.
org/chrome/trunk\", \"revision\": \"204787\", \"slavename\": \"TestSlavename\",
\"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 474 "--annotate=graphing", |
| 475 "--results-url=https://chromeperf.appspot.com", |
| 476 "--perf-dashboard-id=resource_sizes", |
| 477 "--perf-id=TestBuilder", |
| 478 "--test-type=resource_sizes", |
| 479 "--step-name=resource_sizes", |
| 480 "--builder-name=TestBuilder", |
| 481 "--slave-name=TestSlavename", |
| 482 "--build-number=571", |
| 483 "--run-python-script", |
| 484 "[SLAVE_BUILD]/src/build/android/resource_sizes.py", |
| 485 "[SLAVE_BUILD]/src/out/Release/apks/SystemWebView.apk", |
| 486 "--so-path", |
| 487 "[SLAVE_BUILD]/src/out/Release/system_webview_apk/libs/armeabi-v7a/libwebv
iewchromium.so", |
| 488 "--so-with-symbols-path", |
| 489 "[SLAVE_BUILD]/src/out/Release/lib/libwebviewchromium.so", |
| 490 "--build_type", |
| 491 "Release" |
| 492 ], |
| 493 "cwd": "[SLAVE_BUILD]", |
| 494 "name": "resource_sizes" |
| 495 }, |
| 496 { |
| 462 "name": "$result", | 497 "name": "$result", |
| 463 "reason": "1 out of 4 aggregated steps failed. Failures: Step('Instrumentati
on test SystemWebViewShellLayoutTest') failed with return_code 1", | 498 "reason": "1 out of 5 aggregated steps failed. Failures: Step('Instrumentati
on test SystemWebViewShellLayoutTest') failed with return_code 1", |
| 464 "status_code": 1 | 499 "status_code": 1 |
| 465 } | 500 } |
| 466 ] | 501 ] |
| OLD | NEW |