| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "name": "compile", | 155 "name": "compile", |
| 156 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 158 "@@@STEP_LOG_END@json.output (invalid)@@@" | 158 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 159 ] | 159 ] |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 165 "[SLAVE_BUILD]/src/tools/determinism/remove_build_metadata.py", |
| 166 "--build-dir", | 166 "--build-dir", |
| 167 "[SLAVE_BUILD]/src/out/Debug", | 167 "[SLAVE_BUILD]/src/out/Debug" |
| 168 "--src-dir", | |
| 169 "[SLAVE_BUILD]/src" | |
| 170 ], | 168 ], |
| 171 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
| 172 "name": "remove_build_metadata" | 170 "name": "remove_build_metadata" |
| 173 }, | 171 }, |
| 174 { | 172 { |
| 175 "cmd": [ | 173 "cmd": [ |
| 176 "python", | 174 "python", |
| 177 "-u", | 175 "-u", |
| 178 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", | 176 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('
\\n'.join(glob.glob(sys.argv[2])))\n", |
| 179 "/path/to/tmp/", | 177 "/path/to/tmp/", |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "0" | 476 "0" |
| 479 ], | 477 ], |
| 480 "name": "Upload to test-results [dummy_target_2]" | 478 "name": "Upload to test-results [dummy_target_2]" |
| 481 }, | 479 }, |
| 482 { | 480 { |
| 483 "name": "$result", | 481 "name": "$result", |
| 484 "recipe_result": null, | 482 "recipe_result": null, |
| 485 "status_code": 0 | 483 "status_code": 0 |
| 486 } | 484 } |
| 487 ] | 485 ] |
| OLD | NEW |