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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 "--src-dir", | 199 "--src-dir", |
200 "[SLAVE_BUILD]/src", | 200 "[SLAVE_BUILD]/src", |
201 "--goma-cache-dir", | 201 "--goma-cache-dir", |
202 "[GOMA_CACHE]", | 202 "[GOMA_CACHE]", |
203 "--buildbot-buildername", | 203 "--buildbot-buildername", |
204 "local_test", | 204 "local_test", |
205 "--buildbot-mastername", | 205 "--buildbot-mastername", |
206 "chromium.testing.master", | 206 "chromium.testing.master", |
207 "--buildbot-slavename", | 207 "--buildbot-slavename", |
208 "TestSlavename", | 208 "TestSlavename", |
| 209 "--goma-deps-cache-file", |
| 210 "local_test.gomadeps", |
209 "--", | 211 "--", |
210 "cronet_package", | 212 "cronet_package", |
211 "cronet_perf_test_apk", | 213 "cronet_perf_test_apk", |
212 "cronet_sample_test_apk", | 214 "cronet_sample_test_apk", |
213 "cronet_test_instrumentation_apk", | 215 "cronet_test_instrumentation_apk", |
214 "cronet_unittests", | 216 "cronet_unittests", |
215 "cronet_unittests_apk", | 217 "cronet_unittests_apk", |
216 "net_unittests", | 218 "net_unittests", |
217 "net_unittests_apk" | 219 "net_unittests_apk" |
218 ], | 220 ], |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
647 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 649 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
648 "@@@STEP_LOG_END@python.inline@@@" | 650 "@@@STEP_LOG_END@python.inline@@@" |
649 ] | 651 ] |
650 }, | 652 }, |
651 { | 653 { |
652 "name": "$result", | 654 "name": "$result", |
653 "recipe_result": null, | 655 "recipe_result": null, |
654 "status_code": 0 | 656 "status_code": 0 |
655 } | 657 } |
656 ] | 658 ] |
OLD | NEW |