| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 90 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 97 ] |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "cmd": [], | |
| 101 "cwd": "[SLAVE_BUILD]", | |
| 102 "name": "ensure_goma" | |
| 103 }, | |
| 104 { | |
| 105 "cmd": [ | |
| 106 "python", | |
| 107 "-u", | |
| 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 109 "--platform", | |
| 110 "linux-amd64", | |
| 111 "--dest-directory", | |
| 112 "[SLAVE_BUILD]/cipd", | |
| 113 "--json-output", | |
| 114 "/path/to/tmp/json" | |
| 115 ], | |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "ensure_goma.install cipd", | |
| 118 "~followup_annotations": [ | |
| 119 "@@@STEP_NEST_LEVEL@1@@@", | |
| 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 121 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 125 "@@@STEP_LOG_END@json.output@@@" | |
| 126 ] | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [ | |
| 130 "[SLAVE_BUILD]/cipd/cipd", | |
| 131 "ensure", | |
| 132 "--root", | |
| 133 "[CACHE]/cipd/goma", | |
| 134 "--list", | |
| 135 "infra_internal/goma/client/linux-amd64 release", | |
| 136 "--json-output", | |
| 137 "/path/to/tmp/json", | |
| 138 "--service-account-json", | |
| 139 "/creds/service_accounts/service-account-goma-client.json" | |
| 140 ], | |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "name": "ensure_goma.ensure_installed", | |
| 143 "~followup_annotations": [ | |
| 144 "@@@STEP_NEST_LEVEL@1@@@", | |
| 145 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 153 "@@@STEP_LOG_END@json.output@@@" | |
| 154 ] | |
| 155 }, | |
| 156 { | |
| 157 "cmd": [ | 100 "cmd": [ |
| 158 "python", | 101 "python", |
| 159 "-u", | 102 "-u", |
| 160 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 103 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 161 "--version" | 104 "--version" |
| 162 ], | 105 ], |
| 163 "cwd": "[SLAVE_BUILD]", | 106 "cwd": "[SLAVE_BUILD]", |
| 164 "name": "swarming.py --version", | 107 "name": "swarming.py --version", |
| 165 "stdout": "/path/to/tmp/", | 108 "stdout": "/path/to/tmp/", |
| 166 "~followup_annotations": [ | 109 "~followup_annotations": [ |
| 167 "@@@STEP_TEXT@0.4.10@@@" | 110 "@@@STEP_TEXT@0.4.10@@@" |
| 168 ] | 111 ] |
| 169 }, | 112 }, |
| 170 { | 113 { |
| 171 "cmd": [ | 114 "cmd": [ |
| 172 "python", | 115 "python", |
| 173 "-u", | 116 "-u", |
| 174 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 117 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 175 "runhooks" | 118 "runhooks" |
| 176 ], | 119 ], |
| 177 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
| 178 "env": { | 121 "env": { |
| 179 "GYP_CHROMIUM_NO_ACTION": "1", | 122 "GYP_CHROMIUM_NO_ACTION": "1", |
| 180 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", | 123 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isola
tion_mode=prepare use_goma=1", |
| 181 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 124 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 182 }, | 125 }, |
| 183 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
| 184 }, | 127 }, |
| 185 { | 128 { |
| 186 "cmd": [ | 129 "cmd": [ |
| 187 "python", | 130 "python", |
| 188 "-u", | 131 "-u", |
| 189 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 132 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 190 "--output", | 133 "--output", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 276 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 334 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 277 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 335 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 278 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 336 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 279 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 337 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 280 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 338 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 281 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 339 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 282 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 340 ] | 283 ] |
| 341 }, | 284 }, |
| 342 { | 285 { |
| 343 "cmd": [], | |
| 344 "cwd": "[SLAVE_BUILD]", | |
| 345 "name": "test r1.ensure_goma", | |
| 346 "~followup_annotations": [ | |
| 347 "@@@STEP_NEST_LEVEL@1@@@" | |
| 348 ] | |
| 349 }, | |
| 350 { | |
| 351 "cmd": [ | 286 "cmd": [ |
| 352 "python", | 287 "python", |
| 353 "-u", | 288 "-u", |
| 354 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 355 "--platform", | |
| 356 "linux-amd64", | |
| 357 "--dest-directory", | |
| 358 "[SLAVE_BUILD]/cipd", | |
| 359 "--json-output", | |
| 360 "/path/to/tmp/json" | |
| 361 ], | |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "name": "test r1.ensure_goma.install cipd", | |
| 364 "~followup_annotations": [ | |
| 365 "@@@STEP_NEST_LEVEL@2@@@", | |
| 366 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 367 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 368 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 369 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 370 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 371 "@@@STEP_LOG_END@json.output@@@" | |
| 372 ] | |
| 373 }, | |
| 374 { | |
| 375 "cmd": [ | |
| 376 "[SLAVE_BUILD]/cipd/cipd", | |
| 377 "ensure", | |
| 378 "--root", | |
| 379 "[CACHE]/cipd/goma", | |
| 380 "--list", | |
| 381 "infra_internal/goma/client/linux-amd64 release", | |
| 382 "--json-output", | |
| 383 "/path/to/tmp/json", | |
| 384 "--service-account-json", | |
| 385 "/creds/service_accounts/service-account-goma-client.json" | |
| 386 ], | |
| 387 "cwd": "[SLAVE_BUILD]", | |
| 388 "name": "test r1.ensure_goma.ensure_installed", | |
| 389 "~followup_annotations": [ | |
| 390 "@@@STEP_NEST_LEVEL@2@@@", | |
| 391 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 392 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 393 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 394 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 395 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 396 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 397 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 398 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 399 "@@@STEP_LOG_END@json.output@@@" | |
| 400 ] | |
| 401 }, | |
| 402 { | |
| 403 "cmd": [ | |
| 404 "python", | |
| 405 "-u", | |
| 406 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 289 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 407 "runhooks" | 290 "runhooks" |
| 408 ], | 291 ], |
| 409 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 410 "env": { | 293 "env": { |
| 411 "GYP_CHROMIUM_NO_ACTION": "1", | 294 "GYP_CHROMIUM_NO_ACTION": "1", |
| 412 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=x64 test_
isolation_mode=prepare use_goma=1", | 295 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library ffmpeg_brandi
ng=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isola
tion_mode=prepare use_goma=1", |
| 413 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 296 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 414 }, | 297 }, |
| 415 "name": "test r1.gclient runhooks", | 298 "name": "test r1.gclient runhooks", |
| 416 "~followup_annotations": [ | 299 "~followup_annotations": [ |
| 417 "@@@STEP_NEST_LEVEL@1@@@" | 300 "@@@STEP_NEST_LEVEL@1@@@" |
| 418 ] | 301 ] |
| 419 }, | 302 }, |
| 420 { | 303 { |
| 421 "cmd": [ | 304 "cmd": [ |
| 422 "python", | 305 "python", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 "-u", | 347 "-u", |
| 465 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 348 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 466 "gen", | 349 "gen", |
| 467 "-m", | 350 "-m", |
| 468 "chromium.linux", | 351 "chromium.linux", |
| 469 "-b", | 352 "-b", |
| 470 "Linux Builder", | 353 "Linux Builder", |
| 471 "--config-file", | 354 "--config-file", |
| 472 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 355 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 473 "--goma-dir", | 356 "--goma-dir", |
| 474 "[CACHE]/cipd/goma", | 357 "[BUILD]/goma", |
| 475 "//out/Release" | 358 "//out/Release" |
| 476 ], | 359 ], |
| 477 "cwd": "[SLAVE_BUILD]", | 360 "cwd": "[SLAVE_BUILD]", |
| 478 "name": "test r1.generate_build_files", | 361 "name": "test r1.generate_build_files", |
| 479 "~followup_annotations": [ | 362 "~followup_annotations": [ |
| 480 "@@@STEP_NEST_LEVEL@1@@@" | 363 "@@@STEP_NEST_LEVEL@1@@@" |
| 481 ] | 364 ] |
| 482 }, | 365 }, |
| 483 { | 366 { |
| 484 "cmd": [ | 367 "cmd": [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "-u", | 409 "-u", |
| 527 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 410 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 528 "gen", | 411 "gen", |
| 529 "-m", | 412 "-m", |
| 530 "chromium.linux", | 413 "chromium.linux", |
| 531 "-b", | 414 "-b", |
| 532 "Linux Builder", | 415 "Linux Builder", |
| 533 "--config-file", | 416 "--config-file", |
| 534 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 417 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 535 "--goma-dir", | 418 "--goma-dir", |
| 536 "[CACHE]/cipd/goma", | 419 "[BUILD]/goma", |
| 537 "//out/Release" | 420 "//out/Release" |
| 538 ], | 421 ], |
| 539 "cwd": "[SLAVE_BUILD]", | 422 "cwd": "[SLAVE_BUILD]", |
| 540 "name": "test r1.generate_build_files (2)", | 423 "name": "test r1.generate_build_files (2)", |
| 541 "~followup_annotations": [ | 424 "~followup_annotations": [ |
| 542 "@@@STEP_NEST_LEVEL@1@@@" | 425 "@@@STEP_NEST_LEVEL@1@@@" |
| 543 ] | 426 ] |
| 544 }, | 427 }, |
| 545 { | 428 { |
| 546 "cmd": [ | 429 "cmd": [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 559 "--src-dir", | 442 "--src-dir", |
| 560 "[SLAVE_BUILD]/src", | 443 "[SLAVE_BUILD]/src", |
| 561 "--goma-cache-dir", | 444 "--goma-cache-dir", |
| 562 "[GOMA_CACHE]", | 445 "[GOMA_CACHE]", |
| 563 "--build-tool", | 446 "--build-tool", |
| 564 "ninja", | 447 "ninja", |
| 565 "--compiler", | 448 "--compiler", |
| 566 "goma", | 449 "goma", |
| 567 "--goma-jsonstatus", | 450 "--goma-jsonstatus", |
| 568 "/path/to/tmp/json", | 451 "/path/to/tmp/json", |
| 569 "--goma-service-account-json-file", | |
| 570 "/creds/service_accounts/service-account-goma-client.json", | |
| 571 "--goma-dir", | 452 "--goma-dir", |
| 572 "[CACHE]/cipd/goma", | 453 "[BUILD]/goma", |
| 573 "--ninja-ensure-up-to-date", | 454 "--ninja-ensure-up-to-date", |
| 574 "--", | 455 "--", |
| 575 "target_name" | 456 "target_name" |
| 576 ], | 457 ], |
| 577 "cwd": "[SLAVE_BUILD]", | 458 "cwd": "[SLAVE_BUILD]", |
| 578 "name": "test r1.compile", | 459 "name": "test r1.compile", |
| 579 "~followup_annotations": [ | 460 "~followup_annotations": [ |
| 580 "@@@STEP_NEST_LEVEL@1@@@", | 461 "@@@STEP_NEST_LEVEL@1@@@", |
| 581 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 462 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 582 "@@@STEP_LOG_END@json.output (invalid)@@@" | 463 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 608 "@@@STEP_LOG_END@report@@@", | 489 "@@@STEP_LOG_END@report@@@", |
| 609 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" | 490 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" |
| 610 ] | 491 ] |
| 611 }, | 492 }, |
| 612 { | 493 { |
| 613 "name": "$result", | 494 "name": "$result", |
| 614 "recipe_result": null, | 495 "recipe_result": null, |
| 615 "status_code": 0 | 496 "status_code": 0 |
| 616 } | 497 } |
| 617 ] | 498 ] |
| OLD | NEW |