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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.json

Issue 2099713002: Download the Android SDK as a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@cipd_swarm
Patch Set: Rebase 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.4.10@@@" 214 "@@@STEP_TEXT@0.8.6@@@"
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 "--shards", 577 "--json",
578 "1", 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\"}}}",
579 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-x86_64-Debug/5",
580 "--task-summary-json", 579 "--task-summary-json",
581 "/path/to/tmp/json" 580 "/path/to/tmp/json"
582 ], 581 ],
583 "name": "compile_skia on Ubuntu", 582 "name": "compile_skia on Ubuntu",
584 "~followup_annotations": [ 583 "~followup_annotations": [
585 "@@@STEP_TEXT@swarming pending 71s@@@", 584 "@@@STEP_TEXT@swarming pending 71s@@@",
586 "@@@STEP_LOG_LINE@json.output@{@@@", 585 "@@@STEP_LOG_LINE@json.output@{@@@",
587 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 586 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
588 "@@@STEP_LOG_LINE@json.output@ {@@@", 587 "@@@STEP_LOG_LINE@json.output@ {@@@",
589 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 588 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_END@json.output@@@", 622 "@@@STEP_LOG_END@json.output@@@",
624 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 623 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
625 ] 624 ]
626 }, 625 },
627 { 626 {
628 "name": "$result", 627 "name": "$result",
629 "recipe_result": null, 628 "recipe_result": null,
630 "status_code": 0 629 "status_code": 0
631 } 630 }
632 ] 631 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698