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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 "--src-dir", | 297 "--src-dir", |
298 "[SLAVE_BUILD]/src", | 298 "[SLAVE_BUILD]/src", |
299 "--goma-cache-dir", | 299 "--goma-cache-dir", |
300 "[GOMA_CACHE]", | 300 "[GOMA_CACHE]", |
301 "--buildbot-buildername", | 301 "--buildbot-buildername", |
302 "Android deterministic", | 302 "Android deterministic", |
303 "--buildbot-mastername", | 303 "--buildbot-mastername", |
304 "chromium.swarm", | 304 "chromium.swarm", |
305 "--buildbot-slavename", | 305 "--buildbot-slavename", |
306 "TestSlavename", | 306 "TestSlavename", |
| 307 "--goma-deps-cache-file", |
| 308 "Android_deterministic.gomadeps", |
307 "--compiler", | 309 "--compiler", |
308 "goma", | 310 "goma", |
309 "--goma-jsonstatus", | 311 "--goma-jsonstatus", |
310 "/path/to/tmp/json", | 312 "/path/to/tmp/json", |
311 "--goma-service-account-json-file", | 313 "--goma-service-account-json-file", |
312 "/creds/service_accounts/service-account-goma-client.json", | 314 "/creds/service_accounts/service-account-goma-client.json", |
313 "--goma-dir", | 315 "--goma-dir", |
314 "[CACHE]/cipd/goma", | 316 "[CACHE]/cipd/goma", |
315 "--", | 317 "--", |
316 "all" | 318 "all" |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 "--src-dir", | 436 "--src-dir", |
435 "[SLAVE_BUILD]/src", | 437 "[SLAVE_BUILD]/src", |
436 "--goma-cache-dir", | 438 "--goma-cache-dir", |
437 "[GOMA_CACHE]", | 439 "[GOMA_CACHE]", |
438 "--buildbot-buildername", | 440 "--buildbot-buildername", |
439 "Android deterministic", | 441 "Android deterministic", |
440 "--buildbot-mastername", | 442 "--buildbot-mastername", |
441 "chromium.swarm", | 443 "chromium.swarm", |
442 "--buildbot-slavename", | 444 "--buildbot-slavename", |
443 "TestSlavename", | 445 "TestSlavename", |
| 446 "--goma-deps-cache-file", |
| 447 "Android_deterministic.gomadeps", |
444 "--compiler", | 448 "--compiler", |
445 "goma", | 449 "goma", |
446 "--goma-jsonstatus", | 450 "--goma-jsonstatus", |
447 "/path/to/tmp/json", | 451 "/path/to/tmp/json", |
448 "--goma-service-account-json-file", | 452 "--goma-service-account-json-file", |
449 "/creds/service_accounts/service-account-goma-client.json", | 453 "/creds/service_accounts/service-account-goma-client.json", |
450 "--goma-dir", | 454 "--goma-dir", |
451 "[CACHE]/cipd/goma", | 455 "[CACHE]/cipd/goma", |
452 "--", | 456 "--", |
453 "all" | 457 "all" |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 ], | 511 ], |
508 "cwd": "[SLAVE_BUILD]", | 512 "cwd": "[SLAVE_BUILD]", |
509 "name": "compare_build_artifacts" | 513 "name": "compare_build_artifacts" |
510 }, | 514 }, |
511 { | 515 { |
512 "name": "$result", | 516 "name": "$result", |
513 "recipe_result": null, | 517 "recipe_result": null, |
514 "status_code": 0 | 518 "status_code": 0 |
515 } | 519 } |
516 ] | 520 ] |
OLD | NEW |