| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 "-u", | 249 "-u", |
| 250 "import sys; sys.exit(0)" | 250 "import sys; sys.exit(0)" |
| 251 ], | 251 ], |
| 252 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 253 "name": "analyze", | 253 "name": "analyze", |
| 254 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| 255 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 255 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 256 "@@@STEP_LOG_END@excluded_files@@@", | 256 "@@@STEP_LOG_END@excluded_files@@@", |
| 257 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 257 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 258 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 258 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 259 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 259 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 260 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", |
| 260 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 261 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 261 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 262 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 262 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 263 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 264 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@", |
| 263 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", | 265 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", |
| 264 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 266 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 265 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 267 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 266 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", | 268 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\", @@@", |
| 269 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\", @@@", |
| 267 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", | 270 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", |
| 268 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 271 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 269 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", | 272 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", |
| 270 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", | 273 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", |
| 271 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 274 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 272 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 275 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 273 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", |
| 274 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
| 275 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 278 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 276 "@@@STEP_LOG_END@analyze_details@@@" | 279 "@@@STEP_LOG_END@analyze_details@@@" |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "goma", | 332 "goma", |
| 330 "--goma-jsonstatus", | 333 "--goma-jsonstatus", |
| 331 "/path/to/tmp/json", | 334 "/path/to/tmp/json", |
| 332 "--goma-dir", | 335 "--goma-dir", |
| 333 "[BUILD]\\goma", | 336 "[BUILD]\\goma", |
| 334 "--goma-fail-fast", | 337 "--goma-fail-fast", |
| 335 "--goma-disable-local-fallback", | 338 "--goma-disable-local-fallback", |
| 336 "--ninja-ensure-up-to-date", | 339 "--ninja-ensure-up-to-date", |
| 337 "--", | 340 "--", |
| 338 "chromium_builder_tests", | 341 "chromium_builder_tests", |
| 342 "crash_service", |
| 339 "mini_installer" | 343 "mini_installer" |
| 340 ], | 344 ], |
| 341 "cwd": "[SLAVE_BUILD]", | 345 "cwd": "[SLAVE_BUILD]", |
| 342 "name": "compile (with patch)", | 346 "name": "compile (with patch)", |
| 343 "~followup_annotations": [ | 347 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 345 "@@@STEP_LOG_END@json.output (invalid)@@@" | 349 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 346 ] | 350 ] |
| 347 }, | 351 }, |
| 348 { | 352 { |
| 349 "cmd": [ | 353 "cmd": [ |
| 350 "python", | 354 "python", |
| 351 "-u", | 355 "-u", |
| 352 "import sys; sys.exit(0)" | 356 "import sys; sys.exit(0)" |
| 353 ], | 357 ], |
| 354 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "mark: before_tests" | 359 "name": "mark: before_tests" |
| 356 }, | 360 }, |
| 357 { | 361 { |
| 358 "cmd": [ | 362 "cmd": [ |
| 359 "python", | 363 "python", |
| 360 "-u", | 364 "-u", |
| 365 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", |
| 366 "--target", |
| 367 "Release" |
| 368 ], |
| 369 "cwd": "[SLAVE_BUILD]", |
| 370 "name": "start_crash_service" |
| 371 }, |
| 372 { |
| 373 "cmd": [ |
| 374 "python", |
| 375 "-u", |
| 361 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", | 376 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\test_installer.py", |
| 362 "--build-dir", | 377 "--build-dir", |
| 363 "[SLAVE_BUILD]\\src\\out", | 378 "[SLAVE_BUILD]\\src\\out", |
| 364 "--target", | 379 "--target", |
| 365 "Release", | 380 "Release", |
| 366 "--force-clean", | 381 "--force-clean", |
| 367 "--config", | 382 "--config", |
| 368 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 383 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 369 "--write-full-results-to", | 384 "--write-full-results-to", |
| 370 "/path/to/tmp/json" | 385 "/path/to/tmp/json" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 386 "step returned non-zero exit code: 1", | 401 "step returned non-zero exit code: 1", |
| 387 "@@@STEP_EXCEPTION@@@" | 402 "@@@STEP_EXCEPTION@@@" |
| 388 ] | 403 ] |
| 389 }, | 404 }, |
| 390 { | 405 { |
| 391 "name": "$result", | 406 "name": "$result", |
| 392 "recipe_result": null, | 407 "recipe_result": null, |
| 393 "status_code": 0 | 408 "status_code": 0 |
| 394 } | 409 } |
| 395 ] | 410 ] |
| OLD | NEW |