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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "-u", | 120 "-u", |
121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 121 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
122 "--output", | 122 "--output", |
123 "/path/to/tmp/json", | 123 "/path/to/tmp/json", |
124 "--", | 124 "--", |
125 "--build-config-fs", | 125 "--build-config-fs", |
126 "Release", | 126 "Release", |
127 "--paths", | 127 "--paths", |
128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", | 128 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", |
129 "--properties", | 129 "--properties", |
130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"slaven
ame\": \"TestSlavename\"}" | 130 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}" |
131 ], | 131 ], |
132 "name": "get compile targets for scripts", | 132 "name": "get compile targets for scripts", |
133 "~followup_annotations": [ | 133 "~followup_annotations": [ |
134 "@@@STEP_LOG_LINE@json.output@{}@@@", | 134 "@@@STEP_LOG_LINE@json.output@{}@@@", |
135 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
136 ] | 136 ] |
137 }, | 137 }, |
138 { | 138 { |
139 "cmd": [ | 139 "cmd": [ |
140 "python", | 140 "python", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 "--goma-dir", | 255 "--goma-dir", |
256 "[BUILD]\\goma", | 256 "[BUILD]\\goma", |
257 "--goma-hermetic", | 257 "--goma-hermetic", |
258 "error", | 258 "error", |
259 "--", | 259 "--", |
260 "gpu_unittests_run" | 260 "gpu_unittests_run" |
261 ], | 261 ], |
262 "name": "compile (with patch)" | 262 "name": "compile (with patch)" |
263 } | 263 } |
264 ] | 264 ] |
OLD | NEW |