| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" | 173 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [], | 176 "cmd": [], |
| 177 "name": "ensure_goma" | 177 "name": "ensure_goma" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "cmd": [ | 180 "cmd": [ |
| 181 "python", | 181 "python", |
| 182 "-u", | 182 "-u", |
| 183 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 183 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 184 "--platform", | 184 "--platform", |
| 185 "linux-386", | 185 "linux-386", |
| 186 "--dest-directory", | 186 "--dest-directory", |
| 187 "[SLAVE_BUILD]/cipd", | 187 "[SLAVE_BUILD]/cipd", |
| 188 "--json-output", | 188 "--json-output", |
| 189 "/path/to/tmp/json" | 189 "/path/to/tmp/json" |
| 190 ], | 190 ], |
| 191 "name": "ensure_goma.install cipd", | 191 "name": "ensure_goma.install cipd", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_NEST_LEVEL@1@@@", | 193 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 ], | 502 ], |
| 503 "cwd": "[SLAVE_BUILD]", | 503 "cwd": "[SLAVE_BUILD]", |
| 504 "name": "compare_build_artifacts" | 504 "name": "compare_build_artifacts" |
| 505 }, | 505 }, |
| 506 { | 506 { |
| 507 "name": "$result", | 507 "name": "$result", |
| 508 "recipe_result": null, | 508 "recipe_result": null, |
| 509 "status_code": 0 | 509 "status_code": 0 |
| 510 } | 510 } |
| 511 ] | 511 ] |
| OLD | NEW |