| 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 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "name": "First build", | 136 "name": "First build", |
| 137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
| 138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 139 "@@@STEP_LOG_END@json.output (invalid)@@@" | 139 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 140 ] | 140 ] |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 146 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 147 "--build-dir", | 147 "--build-dir", |
| 148 "[SLAVE_BUILD]/src/out/Release", | 148 "[SLAVE_BUILD]/src/out/Release", |
| 149 "--src-dir", | 149 "--src-dir", |
| 150 "[SLAVE_BUILD]/src" | 150 "[SLAVE_BUILD]/src" |
| 151 ], | 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", | 152 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "remove_build_metadata", | 153 "name": "remove_build_metadata", |
| 154 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 155 "step returned non-zero exit code: 1", | 155 "step returned non-zero exit code: 1", |
| 156 "@@@STEP_WARNINGS@@@" | 156 "@@@STEP_WARNINGS@@@" |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "name": "Second build", | 220 "name": "Second build", |
| 221 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 223 "@@@STEP_LOG_END@json.output (invalid)@@@" | 223 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 224 ] | 224 ] |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "cmd": [ | 227 "cmd": [ |
| 228 "python", | 228 "python", |
| 229 "-u", | 229 "-u", |
| 230 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 230 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 231 "--build-dir", | 231 "--build-dir", |
| 232 "[SLAVE_BUILD]/src/out/Release", | 232 "[SLAVE_BUILD]/src/out/Release", |
| 233 "--src-dir", | 233 "--src-dir", |
| 234 "[SLAVE_BUILD]/src" | 234 "[SLAVE_BUILD]/src" |
| 235 ], | 235 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "remove_build_metadata (2)" | 237 "name": "remove_build_metadata (2)" |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 254 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", | 254 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", |
| 255 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", | 255 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", |
| 256 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", | 256 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", |
| 257 "@@@STEP_LOG_END@python.inline@@@" | 257 "@@@STEP_LOG_END@python.inline@@@" |
| 258 ] | 258 ] |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "RECIPE_MODULE[isolate]/resources/compare_build_artifacts.py", | 264 "RECIPE_MODULE[build.isolate]/resources/compare_build_artifacts.py", |
| 265 "--first-build-dir", | 265 "--first-build-dir", |
| 266 "[SLAVE_BUILD]/src/out/Release.1", | 266 "[SLAVE_BUILD]/src/out/Release.1", |
| 267 "--second-build-dir", | 267 "--second-build-dir", |
| 268 "[SLAVE_BUILD]/src/out/Release.2", | 268 "[SLAVE_BUILD]/src/out/Release.2", |
| 269 "--target-platform", | 269 "--target-platform", |
| 270 "android" | 270 "android" |
| 271 ], | 271 ], |
| 272 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
| 273 "name": "compare_build_artifacts" | 273 "name": "compare_build_artifacts" |
| 274 }, | 274 }, |
| 275 { | 275 { |
| 276 "name": "$result", | 276 "name": "$result", |
| 277 "recipe_result": null, | 277 "recipe_result": null, |
| 278 "status_code": 0 | 278 "status_code": 0 |
| 279 } | 279 } |
| 280 ] | 280 ] |
| OLD | NEW |