OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" | 8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 412 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
413 "SKIA_OUT": "[SLAVE_BUILD]/out" | 413 "SKIA_OUT": "[SLAVE_BUILD]/out" |
414 }, | 414 }, |
415 "name": "nanobench" | 415 "name": "nanobench" |
416 }, | 416 }, |
417 { | 417 { |
418 "cmd": [ | 418 "cmd": [ |
419 "python", | 419 "python", |
420 "-u", | 420 "-u", |
421 "\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", | 421 "\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", |
422 "[SWARM_OUT_DIR]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release/
data", | 422 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7
-Release/data", |
423 "511" | 423 "511" |
424 ], | 424 ], |
425 "name": "makedirs perf_dir", | 425 "name": "makedirs perf_dir", |
426 "~followup_annotations": [ | 426 "~followup_annotations": [ |
427 "@@@STEP_LOG_LINE@python.inline@@@@", | 427 "@@@STEP_LOG_LINE@python.inline@@@@", |
428 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 428 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
429 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 429 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
430 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 430 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
431 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 431 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
432 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 432 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
433 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 433 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
434 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 434 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
435 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 435 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
436 "@@@STEP_LOG_END@python.inline@@@" | 436 "@@@STEP_LOG_END@python.inline@@@" |
437 ] | 437 ] |
438 }, | 438 }, |
439 { | 439 { |
440 "cmd": [ | 440 "cmd": [ |
441 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed", | 441 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed", |
442 "--verbose", | 442 "--verbose", |
443 "/storage/emulated/legacy/skiabot/skia_perf", | 443 "/storage/emulated/legacy/skiabot/skia_perf", |
444 "[SWARM_OUT_DIR]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release/
data" | 444 "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7
-Release/data" |
445 ], | 445 ], |
446 "env": { | 446 "env": { |
447 "ANDROID_HOME": "/b/android-sdk-linux", | 447 "ANDROID_HOME": "/b/android-sdk-linux", |
448 "ANDROID_SDK_ROOT": "/b/android-sdk-linux", | 448 "ANDROID_SDK_ROOT": "/b/android-sdk-linux", |
449 "BUILDTYPE": "Release", | 449 "BUILDTYPE": "Release", |
450 "CHROME_HEADLESS": "1", | 450 "CHROME_HEADLESS": "1", |
451 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro
rs=0", | 451 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro
rs=0", |
452 "PATH": "[DEPOT_TOOLS]:%(PATH)s", | 452 "PATH": "[DEPOT_TOOLS]:%(PATH)s", |
453 "PYTHONPATH": "[BUILD]/scripts", | 453 "PYTHONPATH": "[BUILD]/scripts", |
454 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 454 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 "SKIA_OUT": "[SLAVE_BUILD]/out" | 551 "SKIA_OUT": "[SLAVE_BUILD]/out" |
552 }, | 552 }, |
553 "name": "kill-server" | 553 "name": "kill-server" |
554 }, | 554 }, |
555 { | 555 { |
556 "name": "$result", | 556 "name": "$result", |
557 "recipe_result": null, | 557 "recipe_result": null, |
558 "status_code": 0 | 558 "status_code": 0 |
559 } | 559 } |
560 ] | 560 ] |
OLD | NEW |