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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Housekeeper-PerCommit.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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "[SLAVE_BUILD]/swarming.client/swarming.py", 205 "[SLAVE_BUILD]/swarming.client/swarming.py",
206 "--version" 206 "--version"
207 ], 207 ],
208 "name": "swarming.py --version", 208 "name": "swarming.py --version",
209 "stdout": "/path/to/tmp/", 209 "stdout": "/path/to/tmp/",
210 "~followup_annotations": [ 210 "~followup_annotations": [
211 "@@@STEP_TEXT@0.8.6@@@" 211 "@@@STEP_TEXT@0.4.10@@@"
212 ] 212 ]
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "download_from_google_storage", 216 "download_from_google_storage",
217 "--no_resume", 217 "--no_resume",
218 "--platform=linux*", 218 "--platform=linux*",
219 "--no_auth", 219 "--no_auth",
220 "--bucket", 220 "--bucket",
221 "chromium-luci", 221 "chromium-luci",
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 { 606 {
607 "cmd": [ 607 "cmd": [
608 "python", 608 "python",
609 "-u", 609 "-u",
610 "[SLAVE_BUILD]/swarming.client/swarming.py", 610 "[SLAVE_BUILD]/swarming.client/swarming.py",
611 "collect", 611 "collect",
612 "--swarming", 612 "--swarming",
613 "https://chromium-swarm.appspot.com", 613 "https://chromium-swarm.appspot.com",
614 "--decorate", 614 "--decorate",
615 "--print-status-updates", 615 "--print-status-updates",
616 "--json", 616 "--shards",
617 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5 \", \"tasks\": {\"compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5\": {\"shard _index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.apps pot.com/user/task/10000\"}}}", 617 "1",
618 "compile_skia/Ubuntu/def456/Housekeeper-PerCommit/5",
618 "--task-summary-json", 619 "--task-summary-json",
619 "/path/to/tmp/json" 620 "/path/to/tmp/json"
620 ], 621 ],
621 "name": "compile_skia on Ubuntu", 622 "name": "compile_skia on Ubuntu",
622 "~followup_annotations": [ 623 "~followup_annotations": [
623 "@@@STEP_TEXT@swarming pending 71s@@@", 624 "@@@STEP_TEXT@swarming pending 71s@@@",
624 "@@@STEP_LOG_LINE@json.output@{@@@", 625 "@@@STEP_LOG_LINE@json.output@{@@@",
625 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 626 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
626 "@@@STEP_LOG_LINE@json.output@ {@@@", 627 "@@@STEP_LOG_LINE@json.output@ {@@@",
627 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 628 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 { 836 {
836 "cmd": [ 837 "cmd": [
837 "python", 838 "python",
838 "-u", 839 "-u",
839 "[SLAVE_BUILD]/swarming.client/swarming.py", 840 "[SLAVE_BUILD]/swarming.client/swarming.py",
840 "collect", 841 "collect",
841 "--swarming", 842 "--swarming",
842 "https://chromium-swarm.appspot.com", 843 "https://chromium-swarm.appspot.com",
843 "--decorate", 844 "--decorate",
844 "--print-status-updates", 845 "--print-status-updates",
845 "--json", 846 "--shards",
846 "{\"base_task_name\": \"housekeeper_skia/Ubuntu/def456/Housekeeper-PerComm it/5\", \"tasks\": {\"housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-sw arm.appspot.com/user/task/10000\"}}}", 847 "1",
848 "housekeeper_skia/Ubuntu/def456/Housekeeper-PerCommit/5",
847 "--task-summary-json", 849 "--task-summary-json",
848 "/path/to/tmp/json" 850 "/path/to/tmp/json"
849 ], 851 ],
850 "name": "housekeeper_skia on Ubuntu", 852 "name": "housekeeper_skia on Ubuntu",
851 "~followup_annotations": [ 853 "~followup_annotations": [
852 "@@@STEP_TEXT@swarming pending 71s@@@", 854 "@@@STEP_TEXT@swarming pending 71s@@@",
853 "@@@STEP_LOG_LINE@json.output@{@@@", 855 "@@@STEP_LOG_LINE@json.output@{@@@",
854 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 856 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
855 "@@@STEP_LOG_LINE@json.output@ {@@@", 857 "@@@STEP_LOG_LINE@json.output@ {@@@",
856 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 858 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "@@@STEP_LOG_END@json.output@@@", 892 "@@@STEP_LOG_END@json.output@@@",
891 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 893 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
892 ] 894 ]
893 }, 895 },
894 { 896 {
895 "name": "$result", 897 "name": "$result",
896 "recipe_result": null, 898 "recipe_result": null,
897 "status_code": 0 899 "status_code": 0
898 } 900 }
899 ] 901 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698