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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json

Issue 2284813002: Add Mac NDK asset, and fetch NDK on Android compile bots. (Closed)
Patch Set: rebase Created 4 years, 3 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\ ", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"ski abot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\ ", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"ski abot-linux-swarm-000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION", 265 "[SLAVE_BUILD]/skia/infra/bots/assets/android_sdk/VERSION",
266 "/path/to/tmp/" 266 "/path/to/tmp/"
267 ], 267 ],
268 "name": "read android_sdk VERSION" 268 "name": "read android_sdk VERSION"
269 }, 269 },
270 { 270 {
271 "cmd": [ 271 "cmd": [
272 "python", 272 "python",
273 "-u", 273 "-u",
274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
275 "[SLAVE_BUILD]/skia/infra/bots/assets/android_ndk_linux/VERSION",
276 "/path/to/tmp/"
277 ],
278 "name": "read android_ndk_linux VERSION"
279 },
280 {
281 "cmd": [
282 "python",
283 "-u",
274 "\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", 284 "\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",
275 "[SLAVE_BUILD]/swarming_temp_dir", 285 "[SLAVE_BUILD]/swarming_temp_dir",
276 "511" 286 "511"
277 ], 287 ],
278 "name": "makedirs swarming tmp dir", 288 "name": "makedirs swarming tmp dir",
279 "~followup_annotations": [ 289 "~followup_annotations": [
280 "@@@STEP_LOG_LINE@python.inline@@@@", 290 "@@@STEP_LOG_LINE@python.inline@@@@",
281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 291 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 292 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 293 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "os:Ubuntu", 381 "os:Ubuntu",
372 "--tag", 382 "--tag",
373 "revision:abc123", 383 "revision:abc123",
374 "--tag", 384 "--tag",
375 "slavename:skiabot-linux-swarm-000", 385 "slavename:skiabot-linux-swarm-000",
376 "--tag", 386 "--tag",
377 "stepname:compile_skia on Ubuntu", 387 "stepname:compile_skia on Ubuntu",
378 "--idempotent", 388 "--idempotent",
379 "--cipd-package", 389 "--cipd-package",
380 "android_sdk:skia/bots/android_sdk:version:0", 390 "android_sdk:skia/bots/android_sdk:version:0",
391 "--cipd-package",
392 "android_ndk_linux:skia/bots/android_ndk_linux:version:0",
381 "[dummy hash for compile_skia]", 393 "[dummy hash for compile_skia]",
382 "--", 394 "--",
383 "--workdir", 395 "--workdir",
384 "../../..", 396 "../../..",
385 "swarm_compile", 397 "swarm_compile",
386 "buildername=Build-Ubuntu-GCC-Arm7-Release-Android", 398 "buildername=Build-Ubuntu-GCC-Arm7-Release-Android",
387 "mastername=client.skia.compile", 399 "mastername=client.skia.compile",
388 "buildnumber=1", 400 "buildnumber=1",
389 "slavename=skiabot-dummy-compile-slave", 401 "slavename=skiabot-dummy-compile-slave",
390 "reason=Triggered by Skia swarm_trigger Recipe", 402 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 826 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
815 }, 827 },
816 "name": "Upload DM Results" 828 "name": "Upload DM Results"
817 }, 829 },
818 { 830 {
819 "name": "$result", 831 "name": "$result",
820 "recipe_result": null, 832 "recipe_result": null,
821 "status_code": 0 833 "status_code": 0
822 } 834 }
823 ] 835 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.expected/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698