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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "[SLAVE_BUILD]/swarming.client/swarming.py", 208 "[SLAVE_BUILD]/swarming.client/swarming.py",
209 "--version" 209 "--version"
210 ], 210 ],
211 "name": "swarming.py --version", 211 "name": "swarming.py --version",
212 "stdout": "/path/to/tmp/", 212 "stdout": "/path/to/tmp/",
213 "~followup_annotations": [ 213 "~followup_annotations": [
214 "@@@STEP_TEXT@0.8.6@@@" 214 "@@@STEP_TEXT@0.4.10@@@"
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "cmd": [ 218 "cmd": [
219 "download_from_google_storage", 219 "download_from_google_storage",
220 "--no_resume", 220 "--no_resume",
221 "--platform=linux*", 221 "--platform=linux*",
222 "--no_auth", 222 "--no_auth",
223 "--bucket", 223 "--bucket",
224 "chromium-luci", 224 "chromium-luci",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 { 567 {
568 "cmd": [ 568 "cmd": [
569 "python", 569 "python",
570 "-u", 570 "-u",
571 "[SLAVE_BUILD]/swarming.client/swarming.py", 571 "[SLAVE_BUILD]/swarming.client/swarming.py",
572 "collect", 572 "collect",
573 "--swarming", 573 "--swarming",
574 "https://chromium-swarm.appspot.com", 574 "https://chromium-swarm.appspot.com",
575 "--decorate", 575 "--decorate",
576 "--print-status-updates", 576 "--print-status-updates",
577 "--json", 577 "--shards",
578 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64 -Debug/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Deb ug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chr omium-swarm.appspot.com/user/task/10000\"}}}", 578 "1",
579 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug/5",
579 "--task-summary-json", 580 "--task-summary-json",
580 "/path/to/tmp/json" 581 "/path/to/tmp/json"
581 ], 582 ],
582 "name": "compile_skia on Ubuntu", 583 "name": "compile_skia on Ubuntu",
583 "~followup_annotations": [ 584 "~followup_annotations": [
584 "@@@STEP_TEXT@swarming pending 71s@@@", 585 "@@@STEP_TEXT@swarming pending 71s@@@",
585 "@@@STEP_LOG_LINE@json.output@{@@@", 586 "@@@STEP_LOG_LINE@json.output@{@@@",
586 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 587 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
587 "@@@STEP_LOG_LINE@json.output@ {@@@", 588 "@@@STEP_LOG_LINE@json.output@ {@@@",
588 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 589 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "@@@STEP_LOG_END@json.output@@@", 623 "@@@STEP_LOG_END@json.output@@@",
623 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 624 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
624 ] 625 ]
625 }, 626 },
626 { 627 {
627 "name": "$result", 628 "name": "$result",
628 "recipe_result": null, 629 "recipe_result": null,
629 "status_code": 0 630 "status_code": 0
630 } 631 }
631 ] 632 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698