| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 "--build-properties", | 326 "--build-properties", |
| 327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"Android Cronet Marshmallow 64bit Perf\"
, \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"project\"
: \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesour
ce.com/chromium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\
", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavena
me\"}", | 327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"Android Cronet Marshmallow 64bit Perf\"
, \"buildnumber\": 571, \"mastername\": \"chromium.testing.master\", \"project\"
: \"src\", \"recipe\": \"cronet\", \"repository\": \"https://chromium.googlesour
ce.com/chromium/src\", \"revision\": \"4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00\
", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavena
me\"}", |
| 328 "--test-type=sizes", | 328 "--test-type=sizes", |
| 329 "--builder-name=Android Cronet Marshmallow 64bit Perf", | 329 "--builder-name=Android Cronet Marshmallow 64bit Perf", |
| 330 "--slave-name=TestSlavename", | 330 "--slave-name=TestSlavename", |
| 331 "--build-number=571", | 331 "--build-number=571", |
| 332 "--run-python-script", | 332 "--run-python-script", |
| 333 "--annotate=graphing", | 333 "--annotate=graphing", |
| 334 "--results-url=https://chromeperf.appspot.com", | 334 "--results-url=https://chromeperf.appspot.com", |
| 335 "--perf-dashboard-id=sizes", | 335 "--perf-dashboard-id=sizes", |
| 336 "--perf-id=android_cronet_builder", | 336 "--perf-id=android_cronet_m64_perf", |
| 337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", | 337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 338 "--target", | 338 "--target", |
| 339 "Release", | 339 "Release", |
| 340 "--platform", | 340 "--platform", |
| 341 "android-cronet" | 341 "android-cronet" |
| 342 ], | 342 ], |
| 343 "name": "sizes" | 343 "name": "sizes" |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 "cmd": [ | 346 "cmd": [ |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 722 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 723 "@@@STEP_LOG_END@python.inline@@@" | 723 "@@@STEP_LOG_END@python.inline@@@" |
| 724 ] | 724 ] |
| 725 }, | 725 }, |
| 726 { | 726 { |
| 727 "name": "$result", | 727 "name": "$result", |
| 728 "recipe_result": null, | 728 "recipe_result": null, |
| 729 "status_code": 0 | 729 "status_code": 0 |
| 730 } | 730 } |
| 731 ] | 731 ] |
| OLD | NEW |