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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "--src-dir", | 269 "--src-dir", |
270 "[SLAVE_BUILD]/src", | 270 "[SLAVE_BUILD]/src", |
271 "--goma-cache-dir", | 271 "--goma-cache-dir", |
272 "[GOMA_CACHE]", | 272 "[GOMA_CACHE]", |
273 "--buildbot-buildername", | 273 "--buildbot-buildername", |
274 "gn_test", | 274 "gn_test", |
275 "--buildbot-mastername", | 275 "--buildbot-mastername", |
276 "chromium.testing.master", | 276 "chromium.testing.master", |
277 "--buildbot-slavename", | 277 "--buildbot-slavename", |
278 "TestSlavename", | 278 "TestSlavename", |
| 279 "--goma-deps-cache-file", |
| 280 "gn_test.gomadeps", |
279 "--compiler", | 281 "--compiler", |
280 "goma", | 282 "goma", |
281 "--goma-jsonstatus", | 283 "--goma-jsonstatus", |
282 "/path/to/tmp/json", | 284 "/path/to/tmp/json", |
283 "--goma-service-account-json-file", | 285 "--goma-service-account-json-file", |
284 "/creds/service_accounts/service-account-goma-client.json", | 286 "/creds/service_accounts/service-account-goma-client.json", |
285 "--goma-dir", | 287 "--goma-dir", |
286 "[CACHE]/cipd/goma", | 288 "[CACHE]/cipd/goma", |
287 "--", | 289 "--", |
288 "cronet_package", | 290 "cronet_package", |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 731 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
730 "@@@STEP_LOG_END@python.inline@@@" | 732 "@@@STEP_LOG_END@python.inline@@@" |
731 ] | 733 ] |
732 }, | 734 }, |
733 { | 735 { |
734 "name": "$result", | 736 "name": "$result", |
735 "recipe_result": null, | 737 "recipe_result": null, |
736 "status_code": 0 | 738 "status_code": 0 |
737 } | 739 } |
738 ] | 740 ] |
OLD | NEW |