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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
80 "--version" 80 "--version"
81 ], 81 ],
82 "name": "swarming.py --version", 82 "name": "swarming.py --version",
83 "stdout": "/path/to/tmp/", 83 "stdout": "/path/to/tmp/",
84 "~followup_annotations": [ 84 "~followup_annotations": [
85 "@@@STEP_TEXT@0.8.6@@@" 85 "@@@STEP_TEXT@0.4.10@@@"
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [], 89 "cmd": [],
90 "name": "ensure_goma" 90 "name": "ensure_goma"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "--temp-root-dir", 539 "--temp-root-dir",
540 "[TMP_BASE]", 540 "[TMP_BASE]",
541 "--merged-test-output", 541 "--merged-test-output",
542 "/path/to/tmp/json", 542 "/path/to/tmp/json",
543 "--", 543 "--",
544 "collect", 544 "collect",
545 "--swarming", 545 "--swarming",
546 "https://chromium-swarm.appspot.com", 546 "https://chromium-swarm.appspot.com",
547 "--decorate", 547 "--decorate",
548 "--print-status-updates", 548 "--print-status-updates",
549 "--json", 549 "--shards",
550 "{\"base_task_name\": \"Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571\", \"tasks\": {\"Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10000\"}, \"Check/Windows-7-SP1/[dum my has/V8 Win32 - nosnap - shared/571:2:1\": {\"shard_index\": 1, \"task_id\": \ "10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10100\"}} }" 550 "2",
551 "Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571"
551 ], 552 ],
552 "name": "Check", 553 "name": "Check",
553 "~followup_annotations": [ 554 "~followup_annotations": [
554 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 555 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
555 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 556 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
556 "@@@STEP_LOG_LINE@durations@@@@", 557 "@@@STEP_LOG_LINE@durations@@@@",
557 "@@@STEP_LOG_LINE@durations@Details:@@@", 558 "@@@STEP_LOG_LINE@durations@Details:@@@",
558 "@@@STEP_LOG_LINE@durations@@@@", 559 "@@@STEP_LOG_LINE@durations@@@@",
559 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 560 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
560 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 561 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
(...skipping 17 matching lines...) Expand all
578 "--temp-root-dir", 579 "--temp-root-dir",
579 "[TMP_BASE]", 580 "[TMP_BASE]",
580 "--merged-test-output", 581 "--merged-test-output",
581 "/path/to/tmp/json", 582 "/path/to/tmp/json",
582 "--", 583 "--",
583 "collect", 584 "collect",
584 "--swarming", 585 "--swarming",
585 "https://chromium-swarm.appspot.com", 586 "https://chromium-swarm.appspot.com",
586 "--decorate", 587 "--decorate",
587 "--print-status-updates", 588 "--print-status-updates",
588 "--json", 589 "--shards",
589 "{\"base_task_name\": \"Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Wi n32 - nosnap - shared/571\", \"tasks\": {\"Ignition - turbofan/Windows-7-SP1/[du mmy has/V8 Win32 - nosnap - shared/571\": {\"shard_index\": 0, \"task_id\": \"10 000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 590 "1",
591 "Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/5 71"
590 ], 592 ],
591 "name": "Ignition - turbofan", 593 "name": "Ignition - turbofan",
592 "~followup_annotations": [ 594 "~followup_annotations": [
593 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 595 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
594 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 596 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
595 "@@@STEP_LOG_LINE@durations@@@@", 597 "@@@STEP_LOG_LINE@durations@@@@",
596 "@@@STEP_LOG_LINE@durations@Details:@@@", 598 "@@@STEP_LOG_LINE@durations@Details:@@@",
597 "@@@STEP_LOG_LINE@durations@@@@", 599 "@@@STEP_LOG_LINE@durations@@@@",
598 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 600 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
599 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 601 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
600 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 602 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
601 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 603 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
602 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 604 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
603 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 605 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
604 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 606 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
605 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 607 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
606 "@@@STEP_LOG_END@durations@@@" 608 "@@@STEP_LOG_END@durations@@@"
607 ] 609 ]
608 }, 610 },
609 { 611 {
610 "name": "$result", 612 "name": "$result",
611 "recipe_result": null, 613 "recipe_result": null,
612 "status_code": 0 614 "status_code": 0
613 } 615 }
614 ] 616 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698