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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 "-u", | 119 "-u", |
120 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 120 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
121 "--output", | 121 "--output", |
122 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
123 "--", | 123 "--", |
124 "--build-config-fs", | 124 "--build-config-fs", |
125 "Release", | 125 "Release", |
126 "--paths", | 126 "--paths", |
127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
128 "--properties", | 128 "--properties", |
129 "{\"buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"slav
ename\": \"TestSlavename\"}" | 129 "{\"buildername\": \"Win7 Tests (1)-Trybot\", \"buildnumber\": 571, \"mast
ername\": \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" |
130 ], | 130 ], |
131 "name": "get compile targets for scripts", | 131 "name": "get compile targets for scripts", |
132 "~followup_annotations": [ | 132 "~followup_annotations": [ |
133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
134 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
135 ] | 135 ] |
136 }, | 136 }, |
137 { | 137 { |
138 "cmd": [ | 138 "cmd": [ |
139 "python", | 139 "python", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 "cmd": [ | 326 "cmd": [ |
327 "python", | 327 "python", |
328 "-u", | 328 "-u", |
329 "[BUILD]\\scripts\\slave\\process_dumps.py", | 329 "[BUILD]\\scripts\\slave\\process_dumps.py", |
330 "--target", | 330 "--target", |
331 "Release" | 331 "Release" |
332 ], | 332 ], |
333 "name": "process_dumps" | 333 "name": "process_dumps" |
334 } | 334 } |
335 ] | 335 ] |
OLD | NEW |