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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/legacy_android_sdk.json

Issue 2068123002: Add Swarming task for downloading Android SDK on Skia bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: undo recipes.isolate change Created 4 years, 6 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 385 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "@@@STEP_LOG_END@json.output@@@", 636 "@@@STEP_LOG_END@json.output@@@",
641 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 637 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
642 ] 638 ]
643 }, 639 },
644 { 640 {
645 "name": "$result", 641 "name": "$result",
646 "recipe_result": null, 642 "recipe_result": null,
647 "status_code": 0 643 "status_code": 0
648 } 644 }
649 ] 645 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698