| 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 "chromium", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android", | 10 "Android", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 98 ] | 98 ] |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "cmd": [], | |
| 102 "cwd": "[SLAVE_BUILD]", | |
| 103 "name": "ensure_goma" | |
| 104 }, | |
| 105 { | |
| 106 "cmd": [ | |
| 107 "python", | |
| 108 "-u", | |
| 109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 110 "--platform", | |
| 111 "linux-amd64", | |
| 112 "--dest-directory", | |
| 113 "[SLAVE_BUILD]/cipd", | |
| 114 "--json-output", | |
| 115 "/path/to/tmp/json" | |
| 116 ], | |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "name": "ensure_goma.install cipd", | |
| 119 "~followup_annotations": [ | |
| 120 "@@@STEP_NEST_LEVEL@1@@@", | |
| 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 125 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 126 "@@@STEP_LOG_END@json.output@@@" | |
| 127 ] | |
| 128 }, | |
| 129 { | |
| 130 "cmd": [ | |
| 131 "[SLAVE_BUILD]/cipd/cipd", | |
| 132 "ensure", | |
| 133 "--root", | |
| 134 "[CACHE]/cipd/goma", | |
| 135 "--list", | |
| 136 "infra_internal/goma/client/linux-amd64 release", | |
| 137 "--json-output", | |
| 138 "/path/to/tmp/json", | |
| 139 "--service-account-json", | |
| 140 "/creds/service_accounts/service-account-goma-client.json" | |
| 141 ], | |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "name": "ensure_goma.ensure_installed", | |
| 144 "~followup_annotations": [ | |
| 145 "@@@STEP_NEST_LEVEL@1@@@", | |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 153 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 154 "@@@STEP_LOG_END@json.output@@@" | |
| 155 ] | |
| 156 }, | |
| 157 { | |
| 158 "cmd": [ | 101 "cmd": [ |
| 159 "python", | 102 "python", |
| 160 "-u", | 103 "-u", |
| 161 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 162 "runhooks" | 105 "runhooks" |
| 163 ], | 106 ], |
| 164 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 165 "env": { | 108 "env": { |
| 166 "GYP_CROSSCOMPILE": "1", | 109 "GYP_CROSSCOMPILE": "1", |
| 167 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' linux_dump_symbols=0 target_arch=arm test_isolation_mode=noop
use_goma=1", | 110 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' linux_dump_symbols=0 target_arch=arm test_isolation_mode=noop use_g
oma=1", |
| 168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 169 }, | 112 }, |
| 170 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 171 }, | 114 }, |
| 172 { | 115 { |
| 173 "cmd": [ | 116 "cmd": [ |
| 174 "python", | 117 "python", |
| 175 "-u", | 118 "-u", |
| 176 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 177 "--output", | 120 "--output", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "--goma-cache-dir", | 219 "--goma-cache-dir", |
| 277 "[GOMA_CACHE]", | 220 "[GOMA_CACHE]", |
| 278 "--build-tool", | 221 "--build-tool", |
| 279 "ninja", | 222 "ninja", |
| 280 "--build-data-dir", | 223 "--build-data-dir", |
| 281 "[ROOT]/build_data_dir", | 224 "[ROOT]/build_data_dir", |
| 282 "--compiler", | 225 "--compiler", |
| 283 "goma", | 226 "goma", |
| 284 "--goma-jsonstatus", | 227 "--goma-jsonstatus", |
| 285 "/path/to/tmp/json", | 228 "/path/to/tmp/json", |
| 286 "--goma-service-account-json-file", | |
| 287 "/creds/service_accounts/service-account-goma-client.json", | |
| 288 "--goma-dir", | 229 "--goma-dir", |
| 289 "[CACHE]/cipd/goma", | 230 "[BUILD]/goma", |
| 290 "--clobber", | 231 "--clobber", |
| 291 "--", | 232 "--", |
| 292 "all" | 233 "all" |
| 293 ], | 234 ], |
| 294 "cwd": "[SLAVE_BUILD]", | 235 "cwd": "[SLAVE_BUILD]", |
| 295 "env": { | 236 "env": { |
| 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 297 }, | 238 }, |
| 298 "name": "compile", | 239 "name": "compile", |
| 299 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 301 "@@@STEP_LOG_END@json.output (invalid)@@@" | 242 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 302 ] | 243 ] |
| 303 }, | 244 }, |
| 304 { | 245 { |
| 305 "cmd": [ | 246 "cmd": [ |
| 306 "python", | 247 "python", |
| 307 "-u", | 248 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", | 249 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_build.py", |
| 309 "--target", | 250 "--target", |
| 310 "Release", | 251 "Release", |
| 311 "--factory-properties", | 252 "--factory-properties", |
| 312 "{\"gclient_env\": {\"GYP_CROSSCOMPILE\": \"1\", \"GYP_DEFINES\": \"OS=and
roid component=static_library fastbuild=1 gomadir='[CACHE]/cipd/goma' linux_dump
_symbols=0 target_arch=arm test_isolation_mode=noop use_goma=1\"}, \"gs_acl\": \
"public-read\", \"gs_bucket\": \"gs://chromium-browser-snapshots\", \"target_os\
": \"android\"}", | 253 "{\"gclient_env\": {\"GYP_CROSSCOMPILE\": \"1\", \"GYP_DEFINES\": \"OS=and
roid component=static_library fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symb
ols=0 target_arch=arm test_isolation_mode=noop use_goma=1\"}, \"gs_acl\": \"publ
ic-read\", \"gs_bucket\": \"gs://chromium-browser-snapshots\", \"target_os\": \"
android\"}", |
| 313 "--build-properties", | 254 "--build-properties", |
| 314 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", | 255 "{\"got_angle_revision\": \"fac9503c46405f77757b9a728eb85b8d7bc6080c\", \"
got_angle_revision_cp\": \"refs/heads/master@{#297276}\", \"got_nacl_revision\":
\"d998e125e8253980d76e269b7982aeeefc1b9b50\", \"got_nacl_revision_cp\": \"refs/
heads/master@{#274981}\", \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0f
e58cb9\", \"got_revision_cp\": \"refs/heads/master@{#170242}\", \"got_swarming_c
lient_revision\": \"a0ee5d99f1d4b38ddaa4c759c837980b63b99566\", \"got_swarming_c
lient_revision_cp\": \"refs/heads/master@{#276089}\", \"got_v8_revision\": \"801
ada225ddc271c132c3a35f03975671d43e399\", \"got_v8_revision_cp\": \"refs/heads/ma
ster@{#43426}\", \"got_webrtc_revision\": \"0f90628433546e61d9268596da93418c6231
37f4\", \"got_webrtc_revision_cp\": \"refs/heads/master@{#120644}\"}", |
| 315 "--mode", | 256 "--mode", |
| 316 "dev" | 257 "dev" |
| 317 ], | 258 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 259 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "archive_build" | 260 "name": "archive_build" |
| 320 }, | 261 }, |
| 321 { | 262 { |
| 322 "name": "$result", | 263 "name": "$result", |
| 323 "recipe_result": null, | 264 "recipe_result": null, |
| 324 "status_code": 0 | 265 "status_code": 0 |
| 325 } | 266 } |
| 326 ] | 267 ] |
| OLD | NEW |