| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n
ame': 'infra', 'url': 'https://skia.googlesource.com/buildbot.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': Fals
e, 'name': 'infra', 'url': 'https://skia.googlesource.com/buildbot.git'}]" |
| 10 ], | 10 ], |
| 11 "env": { | 11 "env": { |
| 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 13 }, | 13 }, |
| 14 "name": "gclient setup" | 14 "name": "gclient setup" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| 19 "-u", | 19 "-u", |
| 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 21 "sync", | 21 "sync", |
| 22 "--verbose", |
| 23 "--with_branch_heads", |
| 22 "--nohooks", | 24 "--nohooks", |
| 25 "-j8", |
| 26 "--reset", |
| 23 "--force", | 27 "--force", |
| 24 "--verbose", | 28 "--upstream", |
| 29 "--no-nag-max", |
| 25 "--delete_unversioned_trees", | 30 "--delete_unversioned_trees", |
| 26 "--revision", | 31 "--revision", |
| 27 "infra@abc123", | 32 "infra@abc123", |
| 28 "--output-json", | 33 "--output-json", |
| 29 "/path/to/tmp/json" | 34 "/path/to/tmp/json" |
| 30 ], | 35 ], |
| 31 "env": { | 36 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 38 }, |
| 34 "name": "gclient sync", | 39 "name": "gclient sync", |
| 35 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"infra/\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 197293@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ }@@@", | 45 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ }@@@", | 46 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@}@@@", | 47 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 43 "@@@STEP_LOG_END@json.output@@@", | 48 "@@@STEP_LOG_END@json.output@@@", |
| 44 "@@@SET_BUILD_PROPERTY@got_revision@197293@@@" | 49 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75
6aed\"@@@" |
| 45 ] | 50 ] |
| 46 }, | 51 }, |
| 47 { | 52 { |
| 48 "cmd": [ | 53 "cmd": [ |
| 49 "python", | 54 "python", |
| 50 "-u", | 55 "-u", |
| 56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 57 "recurse", |
| 58 "git", |
| 59 "config", |
| 60 "user.name", |
| 61 "local_bot" |
| 62 ], |
| 63 "env": { |
| 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 65 }, |
| 66 "name": "gclient recurse (git config user.name)" |
| 67 }, |
| 68 { |
| 69 "cmd": [ |
| 70 "python", |
| 71 "-u", |
| 72 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 73 "recurse", |
| 74 "git", |
| 75 "config", |
| 76 "user.email", |
| 77 "local_bot@example.com" |
| 78 ], |
| 79 "env": { |
| 80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 81 }, |
| 82 "name": "gclient recurse (git config user.email)" |
| 83 }, |
| 84 { |
| 85 "cmd": [ |
| 86 "python", |
| 87 "-u", |
| 51 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 88 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 52 "--path", | 89 "--path", |
| 53 "[SLAVE_BUILD]/swarming.client", | 90 "[SLAVE_BUILD]/swarming.client", |
| 54 "--url", | 91 "--url", |
| 55 "https://chromium.googlesource.com/external/swarming.client.git" | 92 "https://chromium.googlesource.com/external/swarming.client.git" |
| 56 ], | 93 ], |
| 57 "name": "git setup (swarming_client)" | 94 "name": "git setup (swarming_client)" |
| 58 }, | 95 }, |
| 59 { | 96 { |
| 60 "cmd": [ | 97 "cmd": [ |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 "--", | 500 "--", |
| 464 "--workdir", | 501 "--workdir", |
| 465 "../../..", | 502 "../../..", |
| 466 "skia/swarm_infra", | 503 "skia/swarm_infra", |
| 467 "buildername=Infra-PerCommit", | 504 "buildername=Infra-PerCommit", |
| 468 "mastername=client.skia", | 505 "mastername=client.skia", |
| 469 "buildnumber=5", | 506 "buildnumber=5", |
| 470 "slavename=skiabot-linux-swarm-000", | 507 "slavename=skiabot-linux-swarm-000", |
| 471 "reason=Triggered by Skia swarm_trigger Recipe", | 508 "reason=Triggered by Skia swarm_trigger Recipe", |
| 472 "swarm_out_dir=${ISOLATED_OUTDIR}", | 509 "swarm_out_dir=${ISOLATED_OUTDIR}", |
| 473 "revision=197293" | 510 "revision=5e03a58dc0850e5137a8ebbce29610670c756aed" |
| 474 ], | 511 ], |
| 475 "name": "[trigger] infra_skia on Ubuntu", | 512 "name": "[trigger] infra_skia on Ubuntu", |
| 476 "~followup_annotations": [ | 513 "~followup_annotations": [ |
| 477 "@@@STEP_LOG_LINE@json.output@{@@@", | 514 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"infra_skia/Ubuntu/de
f456/Infra-PerCommit/5\", @@@", | 515 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"infra_skia/Ubuntu/de
f456/Infra-PerCommit/5\", @@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 516 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"infra_skia/Ubuntu/def456/Infra-PerComm
it/5\": {@@@", | 517 "@@@STEP_LOG_LINE@json.output@ \"infra_skia/Ubuntu/def456/Infra-PerComm
it/5\": {@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 518 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 519 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 520 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 585 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 549 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 586 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 550 ] | 587 ] |
| 551 }, | 588 }, |
| 552 { | 589 { |
| 553 "name": "$result", | 590 "name": "$result", |
| 554 "recipe_result": null, | 591 "recipe_result": null, |
| 555 "status_code": 0 | 592 "status_code": 0 |
| 556 } | 593 } |
| 557 ] | 594 ] |
| OLD | NEW |