| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "name": "compile", | 181 "name": "compile", |
| 182 "~followup_annotations": [ | 182 "~followup_annotations": [ |
| 183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 184 "@@@STEP_LOG_END@json.output (invalid)@@@" | 184 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 185 ] | 185 ] |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "python", | 189 "python", |
| 190 "-u", | 190 "-u", |
| 191 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 191 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py", |
| 192 "--build-dir", | 192 "--build-dir", |
| 193 "[SLAVE_BUILD]/src/out/Release", | 193 "[SLAVE_BUILD]/src/out/Release" |
| 194 "--src-dir", | |
| 195 "[SLAVE_BUILD]/src" | |
| 196 ], | 194 ], |
| 197 "cwd": "[SLAVE_BUILD]", | 195 "cwd": "[SLAVE_BUILD]", |
| 198 "name": "remove_build_metadata" | 196 "name": "remove_build_metadata" |
| 199 }, | 197 }, |
| 200 { | 198 { |
| 201 "cmd": [ | 199 "cmd": [ |
| 202 "python", | 200 "python", |
| 203 "-u", | 201 "-u", |
| 204 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 202 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 205 "/path/to/tmp/", | 203 "/path/to/tmp/", |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 "@@@STEP_LOG_END@json.output@@@", | 626 "@@@STEP_LOG_END@json.output@@@", |
| 629 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 627 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 630 ] | 628 ] |
| 631 }, | 629 }, |
| 632 { | 630 { |
| 633 "name": "$result", | 631 "name": "$result", |
| 634 "recipe_result": null, | 632 "recipe_result": null, |
| 635 "status_code": 0 | 633 "status_code": 0 |
| 636 } | 634 } |
| 637 ] | 635 ] |
| OLD | NEW |