| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "--gsutil-py-path", | 298 "--gsutil-py-path", |
| 299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 299 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 300 "--ninja-path", | 300 "--ninja-path", |
| 301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 302 "--target", | 302 "--target", |
| 303 "Release", | 303 "Release", |
| 304 "--src-dir", | 304 "--src-dir", |
| 305 "[SLAVE_BUILD]/src", | 305 "[SLAVE_BUILD]/src", |
| 306 "--goma-cache-dir", | 306 "--goma-cache-dir", |
| 307 "[GOMA_CACHE]", | 307 "[GOMA_CACHE]", |
| 308 "--buildbot-buildername", |
| 309 "Android deterministic", |
| 310 "--buildbot-mastername", |
| 311 "chromium.swarm", |
| 312 "--buildbot-slavename", |
| 313 "TestSlavename", |
| 308 "--compiler", | 314 "--compiler", |
| 309 "goma", | 315 "goma", |
| 310 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 311 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 312 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
| 313 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
| 314 "--goma-dir", | 320 "--goma-dir", |
| 315 "[CACHE]/cipd/goma", | 321 "[CACHE]/cipd/goma", |
| 316 "--", | 322 "--", |
| 317 "all" | 323 "all" |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "--gsutil-py-path", | 435 "--gsutil-py-path", |
| 430 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 436 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 431 "--ninja-path", | 437 "--ninja-path", |
| 432 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 438 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 433 "--target", | 439 "--target", |
| 434 "Release", | 440 "Release", |
| 435 "--src-dir", | 441 "--src-dir", |
| 436 "[SLAVE_BUILD]/src", | 442 "[SLAVE_BUILD]/src", |
| 437 "--goma-cache-dir", | 443 "--goma-cache-dir", |
| 438 "[GOMA_CACHE]", | 444 "[GOMA_CACHE]", |
| 445 "--buildbot-buildername", |
| 446 "Android deterministic", |
| 447 "--buildbot-mastername", |
| 448 "chromium.swarm", |
| 449 "--buildbot-slavename", |
| 450 "TestSlavename", |
| 439 "--compiler", | 451 "--compiler", |
| 440 "goma", | 452 "goma", |
| 441 "--goma-jsonstatus", | 453 "--goma-jsonstatus", |
| 442 "/path/to/tmp/json", | 454 "/path/to/tmp/json", |
| 443 "--goma-service-account-json-file", | 455 "--goma-service-account-json-file", |
| 444 "/creds/service_accounts/service-account-goma-client.json", | 456 "/creds/service_accounts/service-account-goma-client.json", |
| 445 "--goma-dir", | 457 "--goma-dir", |
| 446 "[CACHE]/cipd/goma", | 458 "[CACHE]/cipd/goma", |
| 447 "--", | 459 "--", |
| 448 "all" | 460 "all" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 ], | 514 ], |
| 503 "cwd": "[SLAVE_BUILD]", | 515 "cwd": "[SLAVE_BUILD]", |
| 504 "name": "compare_build_artifacts" | 516 "name": "compare_build_artifacts" |
| 505 }, | 517 }, |
| 506 { | 518 { |
| 507 "name": "$result", | 519 "name": "$result", |
| 508 "recipe_result": null, | 520 "recipe_result": null, |
| 509 "status_code": 0 | 521 "status_code": 0 |
| 510 } | 522 } |
| 511 ] | 523 ] |
| OLD | NEW |