OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Linux Builder", | 10 "Linux Builder", |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "-u", | 173 "-u", |
174 "[BUILD]/scripts/slave/cleanup_temp.py" | 174 "[BUILD]/scripts/slave/cleanup_temp.py" |
175 ], | 175 ], |
176 "cwd": "[SLAVE_BUILD]", | 176 "cwd": "[SLAVE_BUILD]", |
177 "name": "cleanup_temp" | 177 "name": "cleanup_temp" |
178 }, | 178 }, |
179 { | 179 { |
180 "cmd": [ | 180 "cmd": [ |
181 "python", | 181 "python", |
182 "-u", | 182 "-u", |
183 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 183 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
184 "--build-dir", | 184 "--build-dir", |
185 "[SLAVE_BUILD]/src/out/Release", | 185 "[SLAVE_BUILD]/src/out/Release", |
186 "--clean-isolated-files" | 186 "--clean-isolated-files" |
187 ], | 187 ], |
188 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
189 "name": "clean isolated files" | 189 "name": "clean isolated files" |
190 }, | 190 }, |
191 { | 191 { |
192 "cmd": [ | 192 "cmd": [ |
193 "python", | 193 "python", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 "name": "compile", | 235 "name": "compile", |
236 "~followup_annotations": [ | 236 "~followup_annotations": [ |
237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
238 "@@@STEP_LOG_END@json.output (invalid)@@@" | 238 "@@@STEP_LOG_END@json.output (invalid)@@@" |
239 ] | 239 ] |
240 }, | 240 }, |
241 { | 241 { |
242 "cmd": [ | 242 "cmd": [ |
243 "python", | 243 "python", |
244 "-u", | 244 "-u", |
245 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 245 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
246 "--build-dir", | 246 "--build-dir", |
247 "[SLAVE_BUILD]/src/out/Release", | 247 "[SLAVE_BUILD]/src/out/Release", |
248 "--src-dir", | 248 "--src-dir", |
249 "[SLAVE_BUILD]/src" | 249 "[SLAVE_BUILD]/src" |
250 ], | 250 ], |
251 "cwd": "[SLAVE_BUILD]", | 251 "cwd": "[SLAVE_BUILD]", |
252 "name": "remove_build_metadata" | 252 "name": "remove_build_metadata" |
253 }, | 253 }, |
254 { | 254 { |
255 "cmd": [ | 255 "cmd": [ |
256 "python", | 256 "python", |
257 "-u", | 257 "-u", |
258 "RECIPE_MODULE[isolate]/resources/isolate.py", | 258 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
259 "[SLAVE_BUILD]/src/tools/swarming_client", | 259 "[SLAVE_BUILD]/src/tools/swarming_client", |
260 "batcharchive", | 260 "batcharchive", |
261 "--dump-json", | 261 "--dump-json", |
262 "/path/to/tmp/json", | 262 "/path/to/tmp/json", |
263 "--isolate-server", | 263 "--isolate-server", |
264 "https://isolateserver.appspot.com", | 264 "https://isolateserver.appspot.com", |
265 "--verbose", | 265 "--verbose", |
266 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_unittests.isolated.gen.json" | 266 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_unittests.isolated.gen.json" |
267 ], | 267 ], |
268 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "~followup_annotations": [ | 339 "~followup_annotations": [ |
340 "@@@STEP_TEXT@Linux Tests@@@" | 340 "@@@STEP_TEXT@Linux Tests@@@" |
341 ] | 341 ] |
342 }, | 342 }, |
343 { | 343 { |
344 "name": "$result", | 344 "name": "$result", |
345 "recipe_result": null, | 345 "recipe_result": null, |
346 "status_code": 0 | 346 "status_code": 0 |
347 } | 347 } |
348 ] | 348 ] |
OLD | NEW |