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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Missing_android_sdk_hash.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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 { 206 {
207 "cmd": [ 207 "cmd": [
208 "python", 208 "python",
209 "-u", 209 "-u",
210 "[SLAVE_BUILD]/swarming.client/swarming.py", 210 "[SLAVE_BUILD]/swarming.client/swarming.py",
211 "--version" 211 "--version"
212 ], 212 ],
213 "name": "swarming.py --version", 213 "name": "swarming.py --version",
214 "stdout": "/path/to/tmp/", 214 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 215 "~followup_annotations": [
216 "@@@STEP_TEXT@0.4.10@@@" 216 "@@@STEP_TEXT@0.8.6@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "download_from_google_storage", 221 "download_from_google_storage",
222 "--no_resume", 222 "--no_resume",
223 "--platform=linux*", 223 "--platform=linux*",
224 "--no_auth", 224 "--no_auth",
225 "--bucket", 225 "--bucket",
226 "chromium-luci", 226 "chromium-luci",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 { 584 {
585 "cmd": [ 585 "cmd": [
586 "python", 586 "python",
587 "-u", 587 "-u",
588 "[SLAVE_BUILD]/swarming.client/swarming.py", 588 "[SLAVE_BUILD]/swarming.client/swarming.py",
589 "collect", 589 "collect",
590 "--swarming", 590 "--swarming",
591 "https://chromium-swarm.appspot.com", 591 "https://chromium-swarm.appspot.com",
592 "--decorate", 592 "--decorate",
593 "--print-status-updates", 593 "--print-status-updates",
594 "--shards", 594 "--json",
595 "1", 595 "{\"base_task_name\": \"compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-Arm7-R elease-Android_Vulkan/5\", \"tasks\": {\"compile_skia/Ubuntu/def456/Build-Ubuntu -GCC-Arm7-Release-Android_Vulkan/5\": {\"shard_index\": 0, \"task_id\": \"10000\ ", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
596 "compile_skia/Ubuntu/def456/Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan/5 ",
597 "--task-summary-json", 596 "--task-summary-json",
598 "/path/to/tmp/json" 597 "/path/to/tmp/json"
599 ], 598 ],
600 "name": "compile_skia on Ubuntu", 599 "name": "compile_skia on Ubuntu",
601 "~followup_annotations": [ 600 "~followup_annotations": [
602 "@@@STEP_TEXT@swarming pending 71s@@@", 601 "@@@STEP_TEXT@swarming pending 71s@@@",
603 "@@@STEP_LOG_LINE@json.output@{@@@", 602 "@@@STEP_LOG_LINE@json.output@{@@@",
604 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 603 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
605 "@@@STEP_LOG_LINE@json.output@ {@@@", 604 "@@@STEP_LOG_LINE@json.output@ {@@@",
606 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 605 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "@@@STEP_LOG_END@json.output@@@", 639 "@@@STEP_LOG_END@json.output@@@",
641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 640 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
642 ] 641 ]
643 }, 642 },
644 { 643 {
645 "name": "$result", 644 "name": "$result",
646 "recipe_result": null, 645 "recipe_result": null,
647 "status_code": 0 646 "status_code": 0
648 } 647 }
649 ] 648 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698