| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 { | 69 { |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "-u", | 72 "-u", |
| 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 73 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 74 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.json", | 74 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.json", |
| 75 "/path/to/tmp/json" | 75 "/path/to/tmp/json" |
| 76 ], | 76 ], |
| 77 "name": "read test spec", | 77 "name": "read test spec", |
| 78 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 79 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.git.js
on@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@{}@@@", | 80 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 80 "@@@STEP_LOG_END@json.output@@@" | 81 "@@@STEP_LOG_END@json.output@@@" |
| 81 ] | 82 ] |
| 82 }, | 83 }, |
| 83 { | 84 { |
| 84 "cmd": [ | 85 "cmd": [ |
| 85 "python", | 86 "python", |
| 86 "-u", | 87 "-u", |
| 87 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 88 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 88 ], | 89 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "--json", | 123 "--json", |
| 123 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 124 ], | 125 ], |
| 125 "name": "checkdeps", | 126 "name": "checkdeps", |
| 126 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 127 "@@@STEP_LOG_LINE@json.output@[]@@@", | 128 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 128 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
| 129 ] | 130 ] |
| 130 } | 131 } |
| 131 ] | 132 ] |
| OLD | NEW |