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