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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "--src-dir", | 220 "--src-dir", |
221 "[SLAVE_BUILD]/src", | 221 "[SLAVE_BUILD]/src", |
222 "--goma-cache-dir", | 222 "--goma-cache-dir", |
223 "[GOMA_CACHE]", | 223 "[GOMA_CACHE]", |
224 "--buildbot-buildername", | 224 "--buildbot-buildername", |
225 "local_test", | 225 "local_test", |
226 "--buildbot-mastername", | 226 "--buildbot-mastername", |
227 "chromium.testing.master", | 227 "chromium.testing.master", |
228 "--buildbot-slavename", | 228 "--buildbot-slavename", |
229 "TestSlavename", | 229 "TestSlavename", |
| 230 "--goma-deps-cache-file", |
| 231 "local_test.gomadeps", |
230 "--", | 232 "--", |
231 "cronet_package", | 233 "cronet_package", |
232 "cronet_perf_test_apk", | 234 "cronet_perf_test_apk", |
233 "cronet_sample_test_apk", | 235 "cronet_sample_test_apk", |
234 "cronet_test_instrumentation_apk", | 236 "cronet_test_instrumentation_apk", |
235 "cronet_unittests", | 237 "cronet_unittests", |
236 "cronet_unittests_apk", | 238 "cronet_unittests_apk", |
237 "net_unittests", | 239 "net_unittests", |
238 "net_unittests_apk" | 240 "net_unittests_apk" |
239 ], | 241 ], |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 655 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
654 "@@@STEP_LOG_END@python.inline@@@" | 656 "@@@STEP_LOG_END@python.inline@@@" |
655 ] | 657 ] |
656 }, | 658 }, |
657 { | 659 { |
658 "name": "$result", | 660 "name": "$result", |
659 "recipe_result": null, | 661 "recipe_result": null, |
660 "status_code": 0 | 662 "status_code": 0 |
661 } | 663 } |
662 ] | 664 ] |
OLD | NEW |