| OLD | NEW |
| 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.android", | 8 "chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Webview M (dbg)", | 10 "Lollipop Low-end Tester", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 18 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@1111111", | 24 "src@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "env": { | 28 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 30 }, |
| 31 "name": "bot_update", | 31 "name": "bot_update", |
| 32 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "-u", | 181 "-u", |
| 182 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 182 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 183 "--output", | 183 "--output", |
| 184 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
| 185 "--", | 185 "--", |
| 186 "--build-config-fs", | 186 "--build-config-fs", |
| 187 "Debug", | 187 "Debug", |
| 188 "--paths", | 188 "--paths", |
| 189 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 189 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 190 "--properties", | 190 "--properties", |
| 191 "{\"buildername\": \"Android Webview M (dbg)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.android\", \"slavename\": \"TestSlavename\", \"target_pla
tform\": \"android\"}" | 191 "{\"buildername\": \"Lollipop Low-end Tester\", \"buildnumber\": 571, \"ma
stername\": \"chromium.android\", \"slavename\": \"TestSlavename\", \"target_pla
tform\": \"android\"}" |
| 192 ], | 192 ], |
| 193 "name": "get compile targets for scripts", | 193 "name": "get compile targets for scripts", |
| 194 "~followup_annotations": [ | 194 "~followup_annotations": [ |
| 195 "@@@STEP_LOG_LINE@json.output@{}@@@", | 195 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 196 "@@@STEP_LOG_END@json.output@@@" | 196 "@@@STEP_LOG_END@json.output@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "cmd": [ | 200 "cmd": [ |
| 201 "python", | 201 "python", |
| 202 "-u", | 202 "-u", |
| 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.android.json", | 204 "[SLAVE_BUILD]/src/testing/buildbot/chromium.android.json", |
| 205 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
| 206 ], | 206 ], |
| 207 "name": "read test spec", | 207 "name": "read test spec", |
| 208 "~followup_annotations": [ | 208 "~followup_annotations": [ |
| 209 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.android.js
on@@@", | 209 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.android.js
on@@@", |
| 210 "@@@STEP_LOG_LINE@json.output@{}@@@", | 210 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"Lollipop Low-end Tester\": {@@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"instrumentation_tests\": [@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"test\": \"ChromePublicTest\", @@@"
, |
| 215 "@@@STEP_LOG_LINE@json.output@ \"timeout_scale\": 2@@@", |
| 216 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 219 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 211 "@@@STEP_LOG_END@json.output@@@" | 220 "@@@STEP_LOG_END@json.output@@@" |
| 212 ] | 221 ] |
| 213 }, | 222 }, |
| 214 { | 223 { |
| 215 "cmd": [ | 224 "cmd": [ |
| 216 "python", | 225 "python", |
| 217 "-u", | 226 "-u", |
| 218 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 219 "--show-path", | 228 "--show-path", |
| 220 "python", | 229 "python", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 { | 289 { |
| 281 "cmd": [ | 290 "cmd": [ |
| 282 "python", | 291 "python", |
| 283 "-u", | 292 "-u", |
| 284 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 293 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 285 "--show-path", | 294 "--show-path", |
| 286 "python", | 295 "python", |
| 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 296 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 288 "--target", | 297 "--target", |
| 289 "Debug", | 298 "Debug", |
| 290 "--build-archive-url", | 299 "--build-url", |
| 291 "gs://test-domain/test-archive.zip", | 300 "gs://chromium-android-archive/chromium.android/Android arm Builder (dbg)/
full-build-linux.zip", |
| 301 "--build_revision", |
| 302 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 292 "--master-name", | 303 "--master-name", |
| 293 "chromium.android", | 304 "chromium.android", |
| 294 "--build-number", | 305 "--build-number", |
| 295 "571" | 306 "571" |
| 296 ], | 307 ], |
| 297 "name": "extract build" | 308 "name": "extract build" |
| 298 }, | 309 }, |
| 299 { | 310 { |
| 300 "cmd": [ | 311 "cmd": [ |
| 301 "python", | 312 "python", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "python", | 468 "python", |
| 458 "-u", | 469 "-u", |
| 459 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 470 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 460 "--adb-path", | 471 "--adb-path", |
| 461 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 472 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 462 "--blacklist-file", | 473 "--blacklist-file", |
| 463 "[SLAVE_BUILD]/src/out/bad_devices.json", | 474 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 464 "--output-device-blacklist", | 475 "--output-device-blacklist", |
| 465 "/path/to/tmp/json", | 476 "/path/to/tmp/json", |
| 466 "-t", | 477 "-t", |
| 467 "Debug", | 478 "Debug" |
| 468 "--remove-system-webview" | |
| 469 ], | 479 ], |
| 470 "env": { | 480 "env": { |
| 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 473 }, | 483 }, |
| 474 "name": "provision_devices" | 484 "name": "provision_devices" |
| 475 }, | 485 }, |
| 476 { | 486 { |
| 477 "cmd": [ | 487 "cmd": [ |
| 478 "python", | 488 "python", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 492 "env": { | 502 "env": { |
| 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 503 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 495 }, | 505 }, |
| 496 "name": "spawn_device_monitor" | 506 "name": "spawn_device_monitor" |
| 497 }, | 507 }, |
| 498 { | 508 { |
| 499 "cmd": [ | 509 "cmd": [ |
| 500 "python", | 510 "python", |
| 501 "-u", | 511 "-u", |
| 502 "[SLAVE_BUILD]/src/out/Debug/bin/run_system_webview_shell_layout_test_apk"
, | 512 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", |
| 503 "--blacklist-file", | 513 "--blacklist-file", |
| 504 "[SLAVE_BUILD]/src/out/bad_devices.json", | 514 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 505 "--verbose", | 515 "--verbose", |
| 506 "--json-results-file", | 516 "--json-results-file", |
| 507 "/path/to/tmp/json", | 517 "/path/to/tmp/json", |
| 508 "--additional-apk", | 518 "--timeout-scale", |
| 509 "[SLAVE_BUILD]/src/out/Debug/apks/SystemWebView.apk", | 519 "2", |
| 510 "--adb-path", | 520 "--adb-path", |
| 511 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 521 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 512 ], | 522 ], |
| 513 "env": { | 523 "env": { |
| 514 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 515 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 525 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 516 }, | 526 }, |
| 517 "name": "Instrumentation test SystemWebViewShellLayoutTest", | 527 "name": "Instrumentation test ChromePublicTest", |
| 518 "~followup_annotations": [ | 528 "~followup_annotations": [ |
| 519 "step returned non-zero exit code: 1", | 529 "step returned non-zero exit code: 1", |
| 520 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 530 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 521 "@@@STEP_FAILURE@@@" | 531 "@@@STEP_FAILURE@@@" |
| 522 ] | 532 ] |
| 523 }, | 533 }, |
| 524 { | 534 { |
| 525 "cmd": [ | 535 "cmd": [ |
| 526 "python", | 536 "python", |
| 527 "-u", | 537 "-u", |
| 528 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", | 538 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 529 "--input-gtest-json", | 539 "--input-gtest-json", |
| 530 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", | 540 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"FAILURE\"}]}]}", |
| 531 "--master-name", | 541 "--master-name", |
| 532 "chromium.android", | 542 "chromium.android", |
| 533 "--builder-name", | 543 "--builder-name", |
| 534 "Android Webview M (dbg)", | 544 "Lollipop Low-end Tester", |
| 535 "--build-number", | 545 "--build-number", |
| 536 "571", | 546 "571", |
| 537 "--test-type", | 547 "--test-type", |
| 538 "SystemWebViewShellLayoutTest", | 548 "ChromePublicTest", |
| 539 "--test-results-server", | 549 "--test-results-server", |
| 540 "test-results.appspot.com", | 550 "test-results.appspot.com", |
| 541 "--chrome-revision", | 551 "--chrome-revision", |
| 542 "refs/heads/master@{#170242}" | 552 "refs/heads/master@{#170242}" |
| 543 ], | 553 ], |
| 544 "env": { | 554 "env": { |
| 545 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 555 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 546 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 556 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 547 }, | 557 }, |
| 548 "name": "Upload to test-results [SystemWebViewShellLayoutTest]" | 558 "name": "Upload to test-results [ChromePublicTest]" |
| 549 }, | 559 }, |
| 550 { | 560 { |
| 551 "cmd": [ | 561 "cmd": [ |
| 552 "python", | 562 "python", |
| 553 "-u", | 563 "-u", |
| 554 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 564 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 555 "--action", | 565 "--action", |
| 556 "stop", | 566 "stop", |
| 557 "--pid-file-path", | 567 "--pid-file-path", |
| 558 "/tmp/device_monitor.pid" | 568 "/tmp/device_monitor.pid" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 595 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 586 "--", | 596 "--", |
| 587 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 588 "--force-version", | 598 "--force-version", |
| 589 "4.7", | 599 "4.7", |
| 590 "-o", | 600 "-o", |
| 591 "GSUtil:parallel_composite_upload_threshold=50M", | 601 "GSUtil:parallel_composite_upload_threshold=50M", |
| 592 "----", | 602 "----", |
| 593 "cp", | 603 "cp", |
| 594 "[SLAVE_BUILD]/src/out/Debug/full_log", | 604 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 595 "gs://chromium-android/logcat_dumps/Android Webview M (dbg)/571" | 605 "gs://chromium-android/logcat_dumps/Lollipop Low-end Tester/571" |
| 596 ], | 606 ], |
| 597 "env": { | 607 "env": { |
| 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 608 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 599 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 609 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 600 }, | 610 }, |
| 601 "name": "gsutil upload", | 611 "name": "gsutil upload", |
| 602 "~followup_annotations": [ | 612 "~followup_annotations": [ |
| 603 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Webview M (dbg)/571@@@" | 613 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Lollipop Low-end Tester/571@@@" |
| 604 ] | 614 ] |
| 605 }, | 615 }, |
| 606 { | 616 { |
| 607 "cmd": [ | 617 "cmd": [ |
| 608 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 618 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
| 609 "--arch", | 619 "--arch", |
| 610 "arm", | 620 "arm", |
| 611 "--more-info", | 621 "--more-info", |
| 612 "[SLAVE_BUILD]/src/out/Debug/full_log" | 622 "[SLAVE_BUILD]/src/out/Debug/full_log" |
| 613 ], | 623 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 662 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 653 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 663 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 654 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 664 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 655 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 665 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 656 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 666 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 657 "@@@STEP_LOG_END@python.inline@@@" | 667 "@@@STEP_LOG_END@python.inline@@@" |
| 658 ] | 668 ] |
| 659 }, | 669 }, |
| 660 { | 670 { |
| 661 "name": "$result", | 671 "name": "$result", |
| 662 "reason": "1 tests failed: ['SystemWebViewShellLayoutTest']", | 672 "reason": "1 tests failed: ['ChromePublicTest']", |
| 663 "status_code": 1 | 673 "status_code": 1 |
| 664 } | 674 } |
| 665 ] | 675 ] |
| OLD | NEW |