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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/legacy_android_sdk.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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "cmd": [ 399 "cmd": [
400 "python", 400 "python",
401 "-u", 401 "-u",
402 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 402 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
403 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash", 403 "[SLAVE_BUILD]/skia/infra/bots/android_sdk_hash",
404 "/path/to/tmp/" 404 "/path/to/tmp/"
405 ], 405 ],
406 "name": "Read android_sdk_hash", 406 "name": "Read android_sdk_hash"
407 "~followup_annotations": [
408 "step returned non-zero exit code: 1",
409 "@@@STEP_EXCEPTION@@@"
410 ]
411 }, 407 },
412 { 408 {
413 "cmd": [ 409 "cmd": [
414 "python", 410 "python",
415 "-u", 411 "-u",
416 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 412 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
417 "[SLAVE_BUILD]/swarming_temp_dir", 413 "[SLAVE_BUILD]/swarming_temp_dir",
418 "511" 414 "511"
419 ], 415 ],
420 "name": "makedirs swarming tmp dir (2)", 416 "name": "makedirs swarming tmp dir (2)",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 { 580 {
585 "cmd": [ 581 "cmd": [
586 "python", 582 "python",
587 "-u", 583 "-u",
588 "[SLAVE_BUILD]/swarming.client/swarming.py", 584 "[SLAVE_BUILD]/swarming.client/swarming.py",
589 "collect", 585 "collect",
590 "--swarming", 586 "--swarming",
591 "https://chromium-swarm.appspot.com", 587 "https://chromium-swarm.appspot.com",
592 "--decorate", 588 "--decorate",
593 "--print-status-updates", 589 "--print-status-updates",
594 "--shards", 590 "--json",
595 "1", 591 "{\"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", 592 "--task-summary-json",
598 "/path/to/tmp/json" 593 "/path/to/tmp/json"
599 ], 594 ],
600 "name": "compile_skia on Ubuntu", 595 "name": "compile_skia on Ubuntu",
601 "~followup_annotations": [ 596 "~followup_annotations": [
602 "@@@STEP_TEXT@swarming pending 71s@@@", 597 "@@@STEP_TEXT@swarming pending 71s@@@",
603 "@@@STEP_LOG_LINE@json.output@{@@@", 598 "@@@STEP_LOG_LINE@json.output@{@@@",
604 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 599 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
605 "@@@STEP_LOG_LINE@json.output@ {@@@", 600 "@@@STEP_LOG_LINE@json.output@ {@@@",
606 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 601 "@@@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@@@", 635 "@@@STEP_LOG_END@json.output@@@",
641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 636 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
642 ] 637 ]
643 }, 638 },
644 { 639 {
645 "name": "$result", 640 "name": "$result",
646 "recipe_result": null, 641 "recipe_result": null,
647 "status_code": 0 642 "status_code": 0
648 } 643 }
649 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698