| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | |
| 7 "--master", | |
| 8 "chromium.infra", | |
| 9 "--builder", | |
| 10 "infra-continuous", | |
| 11 "--slave", | |
| 12 "TestSlavename", | |
| 13 "--spec", | |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | |
| 15 "--root", | |
| 16 "infra", | |
| 17 "--revision_mapping_file", | |
| 18 "{\"infra\": \"got_revision\"}", | |
| 19 "--git-cache-dir", | |
| 20 "[GIT_CACHE]", | |
| 21 "--output_json", | |
| 22 "/path/to/tmp/json", | |
| 23 "--revision", | |
| 24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | |
| 25 "--force", | |
| 26 "--output_manifest" | |
| 27 ], | |
| 28 "env": { | |
| 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
| 30 }, | |
| 31 "name": "bot_update", | |
| 32 "~followup_annotations": [ | |
| 33 "@@@STEP_TEXT@Some step text@@@", | |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97
02df1d807b1ee\"@@@", | |
| 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 40 "@@@STEP_LOG_LINE@json.output@ \"infra\": {@@@", | |
| 41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/inf
ra.git\", @@@", | |
| 42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"5e03a58dc0850e5137a8eb
bce29610670c756aed\"@@@", | |
| 43 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 45 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 46 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@", | |
| 47 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 48 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8
ebbce29610670c756aed\", @@@", | |
| 49 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#197293}\"@@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 54 "@@@STEP_LOG_END@json.output@@@", | |
| 55 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75
6aed\"@@@", | |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" | |
| 57 ] | |
| 58 }, | |
| 59 { | |
| 60 "cmd": [ | |
| 61 "python", | |
| 62 "-u", | |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
| 64 "runhooks" | |
| 65 ], | |
| 66 "cwd": "[SLAVE_BUILD]\\infra", | |
| 67 "env": { | |
| 68 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
| 69 }, | |
| 70 "name": "gclient runhooks" | |
| 71 }, | |
| 72 { | |
| 73 "cmd": [ | |
| 74 "python", | |
| 75 "-u", | |
| 76 "test.py", | |
| 77 "test" | |
| 78 ], | |
| 79 "cwd": "[SLAVE_BUILD]\\infra", | |
| 80 "name": "infra python tests" | |
| 81 }, | |
| 82 { | |
| 83 "cmd": [ | |
| 84 "python", | |
| 85 "-u", | |
| 86 "[SLAVE_BUILD]\\infra\\go\\env.py", | |
| 87 "go", | |
| 88 "version" | |
| 89 ], | |
| 90 "name": "go third parties" | |
| 91 }, | |
| 92 { | |
| 93 "cmd": [ | |
| 94 "python", | |
| 95 "-u", | |
| 96 "[SLAVE_BUILD]\\infra\\go\\env.py", | |
| 97 "python", | |
| 98 "[SLAVE_BUILD]\\infra\\go\\test.py" | |
| 99 ], | |
| 100 "name": "infra go tests" | |
| 101 }, | |
| 102 { | |
| 103 "cmd": [ | |
| 104 "python", | |
| 105 "-u", | |
| 106 "[SLAVE_BUILD]\\infra\\build\\build.py", | |
| 107 "--builder", | |
| 108 "infra-continuous" | |
| 109 ], | |
| 110 "name": "cipd - build packages" | |
| 111 }, | |
| 112 { | |
| 113 "cmd": [ | |
| 114 "python", | |
| 115 "-u", | |
| 116 "[SLAVE_BUILD]\\infra\\build\\test_packages.py" | |
| 117 ], | |
| 118 "name": "cipd - test packages integrity" | |
| 119 }, | |
| 120 { | |
| 121 "cmd": [ | |
| 122 "python", | |
| 123 "-u", | |
| 124 "[SLAVE_BUILD]\\infra\\build\\build.py", | |
| 125 "--no-rebuild", | |
| 126 "--upload", | |
| 127 "--service-account-json", | |
| 128 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | |
| 129 "--json-output", | |
| 130 "/path/to/tmp/json", | |
| 131 "--builder", | |
| 132 "infra-continuous", | |
| 133 "--tags", | |
| 134 "buildbot_build:chromium.infra/infra-continuous/123", | |
| 135 "git_repository:https://chromium.googlesource.com/infra/infra", | |
| 136 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" | |
| 137 ], | |
| 138 "name": "cipd - upload packages", | |
| 139 "~followup_annotations": [ | |
| 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 141 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 142 ] | |
| 143 }, | |
| 144 { | |
| 145 "name": "$result", | |
| 146 "recipe_result": null, | |
| 147 "status_code": 0 | |
| 148 } | |
| 149 ] | |
| OLD | NEW |