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.chromiumos", | 8 "chromium.chromiumos", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS GN", | 10 "Linux ChromiumOS GN", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 "-u", | 176 "-u", |
177 "[BUILD]/scripts/slave/cleanup_temp.py" | 177 "[BUILD]/scripts/slave/cleanup_temp.py" |
178 ], | 178 ], |
179 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
180 "name": "cleanup_temp" | 180 "name": "cleanup_temp" |
181 }, | 181 }, |
182 { | 182 { |
183 "cmd": [ | 183 "cmd": [ |
184 "python", | 184 "python", |
185 "-u", | 185 "-u", |
186 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 186 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
187 "--build-dir", | 187 "--build-dir", |
188 "[SLAVE_BUILD]/src/out/Release", | 188 "[SLAVE_BUILD]/src/out/Release", |
189 "--clean-isolated-files" | 189 "--clean-isolated-files" |
190 ], | 190 ], |
191 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
192 "name": "clean isolated files" | 192 "name": "clean isolated files" |
193 }, | 193 }, |
194 { | 194 { |
195 "cmd": [ | 195 "cmd": [ |
196 "python", | 196 "python", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 "name": "compile", | 237 "name": "compile", |
238 "~followup_annotations": [ | 238 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
240 "@@@STEP_LOG_END@json.output (invalid)@@@" | 240 "@@@STEP_LOG_END@json.output (invalid)@@@" |
241 ] | 241 ] |
242 }, | 242 }, |
243 { | 243 { |
244 "cmd": [ | 244 "cmd": [ |
245 "python", | 245 "python", |
246 "-u", | 246 "-u", |
247 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 247 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
248 "--build-dir", | 248 "--build-dir", |
249 "[SLAVE_BUILD]/src/out/Release", | 249 "[SLAVE_BUILD]/src/out/Release", |
250 "--src-dir", | 250 "--src-dir", |
251 "[SLAVE_BUILD]/src" | 251 "[SLAVE_BUILD]/src" |
252 ], | 252 ], |
253 "cwd": "[SLAVE_BUILD]", | 253 "cwd": "[SLAVE_BUILD]", |
254 "name": "remove_build_metadata" | 254 "name": "remove_build_metadata" |
255 }, | 255 }, |
256 { | 256 { |
257 "cmd": [ | 257 "cmd": [ |
258 "python", | 258 "python", |
259 "-u", | 259 "-u", |
260 "RECIPE_MODULE[isolate]/resources/isolate.py", | 260 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
261 "[SLAVE_BUILD]/src/tools/swarming_client", | 261 "[SLAVE_BUILD]/src/tools/swarming_client", |
262 "batcharchive", | 262 "batcharchive", |
263 "--dump-json", | 263 "--dump-json", |
264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
265 "--isolate-server", | 265 "--isolate-server", |
266 "https://isolateserver.appspot.com", | 266 "https://isolateserver.appspot.com", |
267 "--verbose", | 267 "--verbose", |
268 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 268 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
269 ], | 269 ], |
270 "cwd": "[SLAVE_BUILD]", | 270 "cwd": "[SLAVE_BUILD]", |
271 "name": "isolate tests", | 271 "name": "isolate tests", |
272 "~followup_annotations": [ | 272 "~followup_annotations": [ |
273 "@@@STEP_LOG_LINE@json.output@{@@@", | 273 "@@@STEP_LOG_LINE@json.output@{@@@", |
274 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
275 "@@@STEP_LOG_LINE@json.output@}@@@", | 275 "@@@STEP_LOG_LINE@json.output@}@@@", |
276 "@@@STEP_LOG_END@json.output@@@" | 276 "@@@STEP_LOG_END@json.output@@@" |
277 ] | 277 ] |
278 }, | 278 }, |
279 { | 279 { |
280 "cmd": [ | 280 "cmd": [ |
281 "python", | 281 "python", |
282 "-u", | 282 "-u", |
283 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 283 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
284 "--build-dir", | 284 "--build-dir", |
285 "[SLAVE_BUILD]/src/out/Release", | 285 "[SLAVE_BUILD]/src/out/Release", |
286 "--output-json", | 286 "--output-json", |
287 "/path/to/tmp/json" | 287 "/path/to/tmp/json" |
288 ], | 288 ], |
289 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
290 "name": "find isolated tests", | 290 "name": "find isolated tests", |
291 "~followup_annotations": [ | 291 "~followup_annotations": [ |
292 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
293 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 330 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
331 "@@@STEP_LOG_END@python.inline@@@" | 331 "@@@STEP_LOG_END@python.inline@@@" |
332 ] | 332 ] |
333 }, | 333 }, |
334 { | 334 { |
335 "name": "$result", | 335 "name": "$result", |
336 "recipe_result": null, | 336 "recipe_result": null, |
337 "status_code": 0 | 337 "status_code": 0 |
338 } | 338 } |
339 ] | 339 ] |
OLD | NEW |