| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" |
| 98 ] | 98 ] |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [], |
| 102 "name": "ensure_goma" |
| 103 }, |
| 104 { |
| 105 "cmd": [ |
| 106 "python", |
| 107 "-u", |
| 108 "RECIPE_MODULE[depot_tools::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 "name": "ensure_goma.install cipd", |
| 117 "~followup_annotations": [ |
| 118 "@@@STEP_NEST_LEVEL@1@@@", |
| 119 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 120 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 121 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 122 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 124 "@@@STEP_LOG_END@json.output@@@" |
| 125 ] |
| 126 }, |
| 127 { |
| 128 "cmd": [ |
| 129 "[SLAVE_BUILD]/cipd/cipd", |
| 130 "ensure", |
| 131 "--root", |
| 132 "[CACHE]/cipd/goma", |
| 133 "--list", |
| 134 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", |
| 135 "--json-output", |
| 136 "/path/to/tmp/json", |
| 137 "--service-account-json", |
| 138 "/creds/service_accounts/service-account-goma-client.json" |
| 139 ], |
| 140 "name": "ensure_goma.ensure_installed", |
| 141 "~followup_annotations": [ |
| 142 "@@@STEP_NEST_LEVEL@1@@@", |
| 143 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 144 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 155 "@@@STEP_LOG_END@json.output@@@" |
| 156 ] |
| 157 }, |
| 158 { |
| 101 "cmd": [ | 159 "cmd": [ |
| 102 "python", | 160 "python", |
| 103 "-u", | 161 "-u", |
| 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 105 "runhooks" | 163 "runhooks" |
| 106 ], | 164 ], |
| 107 "cwd": "[SLAVE_BUILD]/src", | 165 "cwd": "[SLAVE_BUILD]/src", |
| 108 "env": { | 166 "env": { |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 110 "GYP_CHROMIUM_NO_ACTION": "1", | 168 "GYP_CHROMIUM_NO_ACTION": "1", |
| 111 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", | 169 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
| 112 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 170 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 113 }, | 171 }, |
| 114 "name": "gclient runhooks" | 172 "name": "gclient runhooks" |
| 115 }, | 173 }, |
| 116 { | 174 { |
| 117 "cmd": [ | 175 "cmd": [ |
| 118 "python", | 176 "python", |
| 119 "-u", | 177 "-u", |
| 120 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 178 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 121 "gen", | 179 "gen", |
| 122 "-m", | 180 "-m", |
| 123 "chromium.testing.master", | 181 "chromium.testing.master", |
| 124 "-b", | 182 "-b", |
| 125 "TestBuilder", | 183 "TestBuilder", |
| 126 "--config-file", | 184 "--config-file", |
| 127 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 185 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 128 "--goma-dir", | 186 "--goma-dir", |
| 129 "[BUILD]/goma", | 187 "[CACHE]/cipd/goma", |
| 130 "//out/Release" | 188 "//out/Release" |
| 131 ], | 189 ], |
| 132 "cwd": "[SLAVE_BUILD]/src", | 190 "cwd": "[SLAVE_BUILD]/src", |
| 133 "env": { | 191 "env": { |
| 134 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 135 }, | 193 }, |
| 136 "name": "generate_build_files" | 194 "name": "generate_build_files" |
| 137 }, | 195 }, |
| 138 { | 196 { |
| 139 "cmd": [ | 197 "cmd": [ |
| (...skipping 14 matching lines...) Expand all Loading... |
| 154 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py" | 212 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py" |
| 155 ], | 213 ], |
| 156 "name": "annotated_steps" | 214 "name": "annotated_steps" |
| 157 }, | 215 }, |
| 158 { | 216 { |
| 159 "name": "$result", | 217 "name": "$result", |
| 160 "recipe_result": null, | 218 "recipe_result": null, |
| 161 "status_code": 0 | 219 "status_code": 0 |
| 162 } | 220 } |
| 163 ] | 221 ] |
| OLD | NEW |