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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (amp instrumentation test split)", 10 "Android Tests (amp instrumentation test split)",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "--build-number", 224 "--build-number",
225 "77457" 225 "77457"
226 ], 226 ],
227 "cwd": "[SLAVE_BUILD]", 227 "cwd": "[SLAVE_BUILD]",
228 "name": "extract build" 228 "name": "extract build"
229 }, 229 },
230 { 230 {
231 "cmd": [ 231 "cmd": [
232 "python", 232 "python",
233 "-u", 233 "-u",
234 "RECIPE_MODULE[adb]/resources/list_devices.py", 234 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
236 "/path/to/tmp/json" 236 "/path/to/tmp/json"
237 ], 237 ],
238 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
239 "name": "List adb devices", 239 "name": "List adb devices",
240 "~followup_annotations": [ 240 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@json.output@[@@@", 241 "@@@STEP_LOG_LINE@json.output@[@@@",
242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
243 "@@@STEP_LOG_LINE@json.output@]@@@", 243 "@@@STEP_LOG_LINE@json.output@]@@@",
244 "@@@STEP_LOG_END@json.output@@@" 244 "@@@STEP_LOG_END@json.output@@@"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 { 424 {
425 "cmd": [ 425 "cmd": [
426 "python", 426 "python",
427 "-u", 427 "-u",
428 "[BUILD]/scripts/slave/daemonizer.py", 428 "[BUILD]/scripts/slave/daemonizer.py",
429 "--action", 429 "--action",
430 "restart", 430 "restart",
431 "--pid-file-path", 431 "--pid-file-path",
432 "/tmp/device_monitor.pid", 432 "/tmp/device_monitor.pid",
433 "--", 433 "--",
434 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", 434 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py",
435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
436 "[\"07a00ca4\"]", 436 "[\"07a00ca4\"]",
437 "chromium.fyi", 437 "chromium.fyi",
438 "Android Tests (amp instrumentation test split)", 438 "Android Tests (amp instrumentation test split)",
439 "--blacklist-file", 439 "--blacklist-file",
440 "[SLAVE_BUILD]/src/out/bad_devices.json" 440 "[SLAVE_BUILD]/src/out/bad_devices.json"
441 ], 441 ],
442 "cwd": "[SLAVE_BUILD]", 442 "cwd": "[SLAVE_BUILD]",
443 "name": "spawn_device_monitor" 443 "name": "spawn_device_monitor"
444 }, 444 },
445 { 445 {
446 "cmd": [ 446 "cmd": [
447 "python", 447 "python",
448 "-u", 448 "-u",
449 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 449 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
450 "--", 450 "--",
451 "[DEPOT_TOOLS]/gsutil.py", 451 "[DEPOT_TOOLS]/gsutil.py",
452 "----", 452 "----",
453 "cp", 453 "cp",
454 "gs://chrome-amp-keys/main_pool/api_key", 454 "gs://chrome-amp-keys/main_pool/api_key",
455 "[BUILD]/site_config/.amp_main_pool_key" 455 "[BUILD]/site_config/.amp_main_pool_key"
456 ], 456 ],
457 "cwd": "[SLAVE_BUILD]", 457 "cwd": "[SLAVE_BUILD]",
458 "name": "gsutil download amp api key" 458 "name": "gsutil download amp api key"
459 }, 459 },
460 { 460 {
461 "cmd": [ 461 "cmd": [
462 "python", 462 "python",
463 "-u", 463 "-u",
464 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 464 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
465 "--", 465 "--",
466 "[DEPOT_TOOLS]/gsutil.py", 466 "[DEPOT_TOOLS]/gsutil.py",
467 "----", 467 "----",
468 "cp", 468 "cp",
469 "gs://chrome-amp-keys/main_pool/api_secret", 469 "gs://chrome-amp-keys/main_pool/api_secret",
470 "[BUILD]/site_config/.amp_main_pool_secret" 470 "[BUILD]/site_config/.amp_main_pool_secret"
471 ], 471 ],
472 "cwd": "[SLAVE_BUILD]", 472 "cwd": "[SLAVE_BUILD]",
473 "name": "gsutil download amp api secret" 473 "name": "gsutil download amp api secret"
474 }, 474 },
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 "[SLAVE_BUILD]/src/out/Release/full_log", 581 "[SLAVE_BUILD]/src/out/Release/full_log",
582 "[SLAVE_BUILD]/src/out/logcat" 582 "[SLAVE_BUILD]/src/out/logcat"
583 ], 583 ],
584 "cwd": "[SLAVE_BUILD]", 584 "cwd": "[SLAVE_BUILD]",
585 "name": "logcat_dump" 585 "name": "logcat_dump"
586 }, 586 },
587 { 587 {
588 "cmd": [ 588 "cmd": [
589 "python", 589 "python",
590 "-u", 590 "-u",
591 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 591 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
592 "--timeout", 592 "--timeout",
593 "300", 593 "300",
594 "--", 594 "--",
595 "[DEPOT_TOOLS]/gsutil.py", 595 "[DEPOT_TOOLS]/gsutil.py",
596 "--force-version", 596 "--force-version",
597 "4.7", 597 "4.7",
598 "-o", 598 "-o",
599 "GSUtil:parallel_composite_upload_threshold=50M", 599 "GSUtil:parallel_composite_upload_threshold=50M",
600 "----", 600 "----",
601 "cp", 601 "cp",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 654 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
655 "@@@STEP_LOG_END@python.inline@@@" 655 "@@@STEP_LOG_END@python.inline@@@"
656 ] 656 ]
657 }, 657 },
658 { 658 {
659 "name": "$result", 659 "name": "$result",
660 "recipe_result": null, 660 "recipe_result": null,
661 "status_code": 0 661 "status_code": 0
662 } 662 }
663 ] 663 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698