| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 { | 159 { |
| 160 "cmd": [ | 160 "cmd": [ |
| 161 "python", | 161 "python", |
| 162 "-u", | 162 "-u", |
| 163 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 163 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", |
| 164 "[SLAVE_BUILD]/src/out/Release.2" | 164 "[SLAVE_BUILD]/src/out/Release.2" |
| 165 ], | 165 ], |
| 166 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" | 166 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" |
| 167 }, | 167 }, |
| 168 { | 168 { |
| 169 "cmd": [], | |
| 170 "name": "ensure_goma" | 169 "name": "ensure_goma" |
| 171 }, | 170 }, |
| 172 { | 171 { |
| 173 "cmd": [ | 172 "cmd": [ |
| 174 "python", | 173 "python", |
| 175 "-u", | 174 "-u", |
| 176 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 175 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 177 "--platform", | 176 "--platform", |
| 178 "linux-386", | 177 "linux-386", |
| 179 "--dest-directory", | 178 "--dest-directory", |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 ], | 506 ], |
| 508 "cwd": "[SLAVE_BUILD]", | 507 "cwd": "[SLAVE_BUILD]", |
| 509 "name": "compare_build_artifacts" | 508 "name": "compare_build_artifacts" |
| 510 }, | 509 }, |
| 511 { | 510 { |
| 512 "name": "$result", | 511 "name": "$result", |
| 513 "recipe_result": null, | 512 "recipe_result": null, |
| 514 "status_code": 0 | 513 "status_code": 0 |
| 515 } | 514 } |
| 516 ] | 515 ] |
| OLD | NEW |