| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "-u", | 362 "-u", |
| 480 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 363 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 481 "gen", | 364 "gen", |
| 482 "-m", | 365 "-m", |
| 483 "chromium.linux", | 366 "chromium.linux", |
| 484 "-b", | 367 "-b", |
| 485 "Linux Builder", | 368 "Linux Builder", |
| 486 "--config-file", | 369 "--config-file", |
| 487 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 370 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 488 "--goma-dir", | 371 "--goma-dir", |
| 489 "[CACHE]/cipd/goma", | 372 "[BUILD]/goma", |
| 490 "//out/Release" | 373 "//out/Release" |
| 491 ], | 374 ], |
| 492 "cwd": "[SLAVE_BUILD]", | 375 "cwd": "[SLAVE_BUILD]", |
| 493 "name": "test r1.generate_build_files", | 376 "name": "test r1.generate_build_files", |
| 494 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| 495 "@@@STEP_NEST_LEVEL@1@@@" | 378 "@@@STEP_NEST_LEVEL@1@@@" |
| 496 ] | 379 ] |
| 497 }, | 380 }, |
| 498 { | 381 { |
| 499 "cmd": [ | 382 "cmd": [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 512 "--src-dir", | 395 "--src-dir", |
| 513 "[SLAVE_BUILD]/src", | 396 "[SLAVE_BUILD]/src", |
| 514 "--goma-cache-dir", | 397 "--goma-cache-dir", |
| 515 "[GOMA_CACHE]", | 398 "[GOMA_CACHE]", |
| 516 "--build-tool", | 399 "--build-tool", |
| 517 "ninja", | 400 "ninja", |
| 518 "--compiler", | 401 "--compiler", |
| 519 "goma", | 402 "goma", |
| 520 "--goma-jsonstatus", | 403 "--goma-jsonstatus", |
| 521 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
| 522 "--goma-service-account-json-file", | |
| 523 "/creds/service_accounts/service-account-goma-client.json", | |
| 524 "--goma-dir", | 405 "--goma-dir", |
| 525 "[CACHE]/cipd/goma", | 406 "[BUILD]/goma", |
| 526 "--ninja-ensure-up-to-date", | 407 "--ninja-ensure-up-to-date", |
| 527 "--", | 408 "--", |
| 528 "chromium_swarm_tests" | 409 "chromium_swarm_tests" |
| 529 ], | 410 ], |
| 530 "cwd": "[SLAVE_BUILD]", | 411 "cwd": "[SLAVE_BUILD]", |
| 531 "name": "test r1.compile", | 412 "name": "test r1.compile", |
| 532 "~followup_annotations": [ | 413 "~followup_annotations": [ |
| 533 "@@@STEP_NEST_LEVEL@1@@@", | 414 "@@@STEP_NEST_LEVEL@1@@@", |
| 534 "step returned non-zero exit code: 1", | 415 "step returned non-zero exit code: 1", |
| 535 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 416 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "@@@STEP_LOG_END@report@@@", | 448 "@@@STEP_LOG_END@report@@@", |
| 568 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" | 449 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" |
| 569 ] | 450 ] |
| 570 }, | 451 }, |
| 571 { | 452 { |
| 572 "name": "$result", | 453 "name": "$result", |
| 573 "recipe_result": null, | 454 "recipe_result": null, |
| 574 "status_code": 0 | 455 "status_code": 0 |
| 575 } | 456 } |
| 576 ] | 457 ] |
| OLD | NEW |