| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_variable", | 10 "linux_variable", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "@@@STEP_NEST_LEVEL@1@@@", | 363 "@@@STEP_NEST_LEVEL@1@@@", |
| 364 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | 364 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 365 "@@@STEP_LOG_LINE@json.output@{}@@@", | 365 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 366 "@@@STEP_LOG_END@json.output@@@" | 366 "@@@STEP_LOG_END@json.output@@@" |
| 367 ] | 367 ] |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "cmd": [ | 370 "cmd": [ |
| 371 "python", | 371 "python", |
| 372 "-u", | 372 "-u", |
| 373 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 374 "gen", |
| 375 "-m", |
| 376 "chromium.linux", |
| 377 "-b", |
| 378 "Linux Builder", |
| 379 "--config-file", |
| 380 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 381 "--goma-dir", |
| 382 "[BUILD]/goma", |
| 383 "//out/Release" |
| 384 ], |
| 385 "cwd": "[SLAVE_BUILD]", |
| 386 "name": "test r1.generate_build_files", |
| 387 "~followup_annotations": [ |
| 388 "@@@STEP_NEST_LEVEL@1@@@" |
| 389 ] |
| 390 }, |
| 391 { |
| 392 "cmd": [ |
| 393 "python", |
| 394 "-u", |
| 395 "[BUILD]/scripts/slave/check_target_existence.py", |
| 396 "--target-build-dir", |
| 397 "[SLAVE_BUILD]/src/out/Release", |
| 398 "--target", |
| 399 "target_name", |
| 400 "--json-output", |
| 401 "/path/to/tmp/json" |
| 402 ], |
| 403 "cwd": "[SLAVE_BUILD]", |
| 404 "name": "test r1.check_targets", |
| 405 "~followup_annotations": [ |
| 406 "@@@STEP_NEST_LEVEL@1@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@ \"found\": [@@@", |
| 409 "@@@STEP_LOG_LINE@json.output@ \"target_name\"@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"not_found\": []@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 413 "@@@STEP_LOG_END@json.output@@@" |
| 414 ] |
| 415 }, |
| 416 { |
| 417 "cmd": [ |
| 418 "python", |
| 419 "-u", |
| 373 "[BUILD]/scripts/slave/cleanup_temp.py" | 420 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 374 ], | 421 ], |
| 375 "cwd": "[SLAVE_BUILD]", | 422 "cwd": "[SLAVE_BUILD]", |
| 376 "name": "test r1.cleanup_temp", | 423 "name": "test r1.cleanup_temp", |
| 377 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 378 "@@@STEP_NEST_LEVEL@1@@@" | 425 "@@@STEP_NEST_LEVEL@1@@@" |
| 379 ] | 426 ] |
| 380 }, | 427 }, |
| 381 { | 428 { |
| 382 "cmd": [ | 429 "cmd": [ |
| 383 "python", | 430 "python", |
| 384 "-u", | 431 "-u", |
| 385 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 432 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 386 "gen", | 433 "gen", |
| 387 "-m", | 434 "-m", |
| 388 "chromium.linux", | 435 "chromium.linux", |
| 389 "-b", | 436 "-b", |
| 390 "Linux Builder", | 437 "Linux Builder", |
| 391 "--config-file", | 438 "--config-file", |
| 392 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 439 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 393 "--goma-dir", | 440 "--goma-dir", |
| 394 "[BUILD]/goma", | 441 "[BUILD]/goma", |
| 395 "//out/Release" | 442 "//out/Release" |
| 396 ], | 443 ], |
| 397 "cwd": "[SLAVE_BUILD]", | 444 "cwd": "[SLAVE_BUILD]", |
| 398 "name": "test r1.generate_build_files", | 445 "name": "test r1.generate_build_files (2)", |
| 399 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 400 "@@@STEP_NEST_LEVEL@1@@@" | 447 "@@@STEP_NEST_LEVEL@1@@@" |
| 401 ] | 448 ] |
| 402 }, | 449 }, |
| 403 { | 450 { |
| 404 "cmd": [ | 451 "cmd": [ |
| 405 "python", | 452 "python", |
| 406 "-u", | 453 "-u", |
| 407 "[BUILD]/scripts/slave/compile.py", | 454 "[BUILD]/scripts/slave/compile.py", |
| 408 "--target", | 455 "--target", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "@@@STEP_LOG_END@report@@@", | 496 "@@@STEP_LOG_END@report@@@", |
| 450 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": \"passed\"}}@@@" | 497 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": \"passed\"}}@@@" |
| 451 ] | 498 ] |
| 452 }, | 499 }, |
| 453 { | 500 { |
| 454 "name": "$result", | 501 "name": "$result", |
| 455 "recipe_result": null, | 502 "recipe_result": null, |
| 456 "status_code": 0 | 503 "status_code": 0 |
| 457 } | 504 } |
| 458 ] | 505 ] |
| OLD | NEW |