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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_arm64_rel.json

Issue 1913103002: Revert of 🐎 Remove --shard-timeout from webrtc recipes now that they are in wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-3
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
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_arm64_rel", 10 "android_arm64_rel",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
343 "name": "spawn_device_monitor" 343 "name": "spawn_device_monitor"
344 }, 344 },
345 { 345 {
346 "cmd": [ 346 "cmd": [
347 "python", 347 "python",
348 "-u", 348 "-u",
349 "[SLAVE_BUILD]/src/out/Release/bin/run_audio_decoder_unittests", 349 "[SLAVE_BUILD]/src/out/Release/bin/run_audio_decoder_unittests",
350 "--blacklist-file", 350 "--blacklist-file",
351 "[SLAVE_BUILD]/src/out/bad_devices.json", 351 "[SLAVE_BUILD]/src/out/bad_devices.json",
352 "--verbose" 352 "--verbose",
353 "-t",
354 "900"
353 ], 355 ],
354 "cwd": "[SLAVE_BUILD]", 356 "cwd": "[SLAVE_BUILD]",
355 "env": { 357 "env": {
356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
357 }, 359 },
358 "name": "audio_decoder_unittests" 360 "name": "audio_decoder_unittests"
359 }, 361 },
360 { 362 {
361 "cmd": [ 363 "cmd": [
362 "python", 364 "python",
363 "-u", 365 "-u",
364 "[SLAVE_BUILD]/src/out/Release/bin/run_common_audio_unittests", 366 "[SLAVE_BUILD]/src/out/Release/bin/run_common_audio_unittests",
365 "--blacklist-file", 367 "--blacklist-file",
366 "[SLAVE_BUILD]/src/out/bad_devices.json", 368 "[SLAVE_BUILD]/src/out/bad_devices.json",
367 "--verbose" 369 "--verbose",
370 "-t",
371 "900"
368 ], 372 ],
369 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
370 "env": { 374 "env": {
371 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 375 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
372 }, 376 },
373 "name": "common_audio_unittests" 377 "name": "common_audio_unittests"
374 }, 378 },
375 { 379 {
376 "cmd": [ 380 "cmd": [
377 "python", 381 "python",
378 "-u", 382 "-u",
379 "[SLAVE_BUILD]/src/out/Release/bin/run_common_video_unittests", 383 "[SLAVE_BUILD]/src/out/Release/bin/run_common_video_unittests",
380 "--blacklist-file", 384 "--blacklist-file",
381 "[SLAVE_BUILD]/src/out/bad_devices.json", 385 "[SLAVE_BUILD]/src/out/bad_devices.json",
382 "--verbose" 386 "--verbose",
387 "-t",
388 "900"
383 ], 389 ],
384 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
385 "env": { 391 "env": {
386 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 392 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
387 }, 393 },
388 "name": "common_video_unittests" 394 "name": "common_video_unittests"
389 }, 395 },
390 { 396 {
391 "cmd": [ 397 "cmd": [
392 "python", 398 "python",
393 "-u", 399 "-u",
394 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_tests", 400 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_tests",
395 "--blacklist-file", 401 "--blacklist-file",
396 "[SLAVE_BUILD]/src/out/bad_devices.json", 402 "[SLAVE_BUILD]/src/out/bad_devices.json",
397 "--verbose" 403 "--verbose",
404 "-t",
405 "900"
398 ], 406 ],
399 "cwd": "[SLAVE_BUILD]", 407 "cwd": "[SLAVE_BUILD]",
400 "env": { 408 "env": {
401 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 409 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
402 }, 410 },
403 "name": "modules_tests" 411 "name": "modules_tests"
404 }, 412 },
405 { 413 {
406 "cmd": [ 414 "cmd": [
407 "python", 415 "python",
408 "-u", 416 "-u",
409 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_unittests", 417 "[SLAVE_BUILD]/src/out/Release/bin/run_modules_unittests",
410 "--blacklist-file", 418 "--blacklist-file",
411 "[SLAVE_BUILD]/src/out/bad_devices.json", 419 "[SLAVE_BUILD]/src/out/bad_devices.json",
412 "--verbose" 420 "--verbose",
421 "-t",
422 "900"
413 ], 423 ],
414 "cwd": "[SLAVE_BUILD]", 424 "cwd": "[SLAVE_BUILD]",
415 "env": { 425 "env": {
416 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 426 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
417 }, 427 },
418 "name": "modules_unittests" 428 "name": "modules_unittests"
419 }, 429 },
420 { 430 {
421 "cmd": [ 431 "cmd": [
422 "python", 432 "python",
423 "-u", 433 "-u",
424 "[SLAVE_BUILD]/src/out/Release/bin/run_peerconnection_unittests", 434 "[SLAVE_BUILD]/src/out/Release/bin/run_peerconnection_unittests",
425 "--blacklist-file", 435 "--blacklist-file",
426 "[SLAVE_BUILD]/src/out/bad_devices.json", 436 "[SLAVE_BUILD]/src/out/bad_devices.json",
427 "--verbose" 437 "--verbose",
438 "-t",
439 "900"
428 ], 440 ],
429 "cwd": "[SLAVE_BUILD]", 441 "cwd": "[SLAVE_BUILD]",
430 "env": { 442 "env": {
431 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
432 }, 444 },
433 "name": "peerconnection_unittests" 445 "name": "peerconnection_unittests"
434 }, 446 },
435 { 447 {
436 "cmd": [ 448 "cmd": [
437 "python", 449 "python",
438 "-u", 450 "-u",
439 "[SLAVE_BUILD]/src/out/Release/bin/run_system_wrappers_unittests", 451 "[SLAVE_BUILD]/src/out/Release/bin/run_system_wrappers_unittests",
440 "--blacklist-file", 452 "--blacklist-file",
441 "[SLAVE_BUILD]/src/out/bad_devices.json", 453 "[SLAVE_BUILD]/src/out/bad_devices.json",
442 "--verbose" 454 "--verbose",
455 "-t",
456 "900"
443 ], 457 ],
444 "cwd": "[SLAVE_BUILD]", 458 "cwd": "[SLAVE_BUILD]",
445 "env": { 459 "env": {
446 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 460 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
447 }, 461 },
448 "name": "system_wrappers_unittests" 462 "name": "system_wrappers_unittests"
449 }, 463 },
450 { 464 {
451 "cmd": [ 465 "cmd": [
452 "python", 466 "python",
453 "-u", 467 "-u",
454 "[SLAVE_BUILD]/src/out/Release/bin/run_test_support_unittests", 468 "[SLAVE_BUILD]/src/out/Release/bin/run_test_support_unittests",
455 "--blacklist-file", 469 "--blacklist-file",
456 "[SLAVE_BUILD]/src/out/bad_devices.json", 470 "[SLAVE_BUILD]/src/out/bad_devices.json",
457 "--verbose" 471 "--verbose",
472 "-t",
473 "900"
458 ], 474 ],
459 "cwd": "[SLAVE_BUILD]", 475 "cwd": "[SLAVE_BUILD]",
460 "env": { 476 "env": {
461 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
462 }, 478 },
463 "name": "test_support_unittests" 479 "name": "test_support_unittests"
464 }, 480 },
465 { 481 {
466 "cmd": [ 482 "cmd": [
467 "python", 483 "python",
468 "-u", 484 "-u",
469 "[SLAVE_BUILD]/src/out/Release/bin/run_tools_unittests", 485 "[SLAVE_BUILD]/src/out/Release/bin/run_tools_unittests",
470 "--blacklist-file", 486 "--blacklist-file",
471 "[SLAVE_BUILD]/src/out/bad_devices.json", 487 "[SLAVE_BUILD]/src/out/bad_devices.json",
472 "--verbose" 488 "--verbose",
489 "-t",
490 "900"
473 ], 491 ],
474 "cwd": "[SLAVE_BUILD]", 492 "cwd": "[SLAVE_BUILD]",
475 "env": { 493 "env": {
476 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 494 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
477 }, 495 },
478 "name": "tools_unittests" 496 "name": "tools_unittests"
479 }, 497 },
480 { 498 {
481 "cmd": [ 499 "cmd": [
482 "python", 500 "python",
483 "-u", 501 "-u",
484 "[SLAVE_BUILD]/src/out/Release/bin/run_video_engine_tests", 502 "[SLAVE_BUILD]/src/out/Release/bin/run_video_engine_tests",
485 "--blacklist-file", 503 "--blacklist-file",
486 "[SLAVE_BUILD]/src/out/bad_devices.json", 504 "[SLAVE_BUILD]/src/out/bad_devices.json",
487 "--verbose" 505 "--verbose",
506 "-t",
507 "900"
488 ], 508 ],
489 "cwd": "[SLAVE_BUILD]", 509 "cwd": "[SLAVE_BUILD]",
490 "env": { 510 "env": {
491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 511 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
492 }, 512 },
493 "name": "video_engine_tests" 513 "name": "video_engine_tests"
494 }, 514 },
495 { 515 {
496 "cmd": [ 516 "cmd": [
497 "python", 517 "python",
498 "-u", 518 "-u",
499 "[SLAVE_BUILD]/src/out/Release/bin/run_voice_engine_unittests", 519 "[SLAVE_BUILD]/src/out/Release/bin/run_voice_engine_unittests",
500 "--blacklist-file", 520 "--blacklist-file",
501 "[SLAVE_BUILD]/src/out/bad_devices.json", 521 "[SLAVE_BUILD]/src/out/bad_devices.json",
502 "--verbose" 522 "--verbose",
523 "-t",
524 "900"
503 ], 525 ],
504 "cwd": "[SLAVE_BUILD]", 526 "cwd": "[SLAVE_BUILD]",
505 "env": { 527 "env": {
506 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
507 }, 529 },
508 "name": "voice_engine_unittests" 530 "name": "voice_engine_unittests"
509 }, 531 },
510 { 532 {
511 "cmd": [ 533 "cmd": [
512 "python", 534 "python",
513 "-u", 535 "-u",
514 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_nonparallel_tests", 536 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_nonparallel_tests",
515 "--blacklist-file", 537 "--blacklist-file",
516 "[SLAVE_BUILD]/src/out/bad_devices.json", 538 "[SLAVE_BUILD]/src/out/bad_devices.json",
517 "--verbose" 539 "--verbose",
540 "-t",
541 "900"
518 ], 542 ],
519 "cwd": "[SLAVE_BUILD]", 543 "cwd": "[SLAVE_BUILD]",
520 "env": { 544 "env": {
521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 545 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
522 }, 546 },
523 "name": "webrtc_nonparallel_tests" 547 "name": "webrtc_nonparallel_tests"
524 }, 548 },
525 { 549 {
526 "cmd": [ 550 "cmd": [
527 "python", 551 "python",
528 "-u", 552 "-u",
529 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_perf_tests", 553 "[SLAVE_BUILD]/src/out/Release/bin/run_webrtc_perf_tests",
530 "--blacklist-file", 554 "--blacklist-file",
531 "[SLAVE_BUILD]/src/out/bad_devices.json", 555 "[SLAVE_BUILD]/src/out/bad_devices.json",
532 "--verbose" 556 "--verbose",
557 "-t",
558 "2700"
533 ], 559 ],
534 "cwd": "[SLAVE_BUILD]", 560 "cwd": "[SLAVE_BUILD]",
535 "env": { 561 "env": {
536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 562 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
537 }, 563 },
538 "name": "webrtc_perf_tests" 564 "name": "webrtc_perf_tests"
539 }, 565 },
540 { 566 {
541 "cmd": [ 567 "cmd": [
542 "python", 568 "python",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 684 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
659 "@@@STEP_LOG_END@python.inline@@@" 685 "@@@STEP_LOG_END@python.inline@@@"
660 ] 686 ]
661 }, 687 },
662 { 688 {
663 "name": "$result", 689 "name": "$result",
664 "recipe_result": null, 690 "recipe_result": null,
665 "status_code": 0 691 "status_code": 0
666 } 692 }
667 ] 693 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698