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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "--src-dir", | 280 "--src-dir", |
281 "[SLAVE_BUILD]/src", | 281 "[SLAVE_BUILD]/src", |
282 "--goma-cache-dir", | 282 "--goma-cache-dir", |
283 "[GOMA_CACHE]", | 283 "[GOMA_CACHE]", |
284 "--buildbot-buildername", | 284 "--buildbot-buildername", |
285 "android_cronet_tester", | 285 "android_cronet_tester", |
286 "--buildbot-mastername", | 286 "--buildbot-mastername", |
287 "chromium.testing.master", | 287 "chromium.testing.master", |
288 "--buildbot-slavename", | 288 "--buildbot-slavename", |
289 "TestSlavename", | 289 "TestSlavename", |
| 290 "--goma-deps-cache-file", |
| 291 "android_cronet_tester.gomadeps", |
290 "--compiler", | 292 "--compiler", |
291 "goma", | 293 "goma", |
292 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
293 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
294 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
295 "/creds/service_accounts/service-account-goma-client.json", | 297 "/creds/service_accounts/service-account-goma-client.json", |
296 "--goma-dir", | 298 "--goma-dir", |
297 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
298 "--", | 300 "--", |
299 "cronet_package", | 301 "cronet_package", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 697 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
696 "@@@STEP_LOG_END@python.inline@@@" | 698 "@@@STEP_LOG_END@python.inline@@@" |
697 ] | 699 ] |
698 }, | 700 }, |
699 { | 701 { |
700 "name": "$result", | 702 "name": "$result", |
701 "recipe_result": null, | 703 "recipe_result": null, |
702 "status_code": 0 | 704 "status_code": 0 |
703 } | 705 } |
704 ] | 706 ] |
OLD | NEW |