| 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.android", | 8 "chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Swarm Builder", | 10 "Android Swarm Builder", |
| (...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-386", | |
| 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-386 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-386\"@@@", | |
| 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 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 104 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 162 "--version" | 105 "--version" |
| 163 ], | 106 ], |
| 164 "cwd": "[SLAVE_BUILD]", | 107 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "swarming.py --version", | 108 "name": "swarming.py --version", |
| 166 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
| 167 "~followup_annotations": [ | 110 "~followup_annotations": [ |
| 168 "@@@STEP_TEXT@0.4.10@@@" | 111 "@@@STEP_TEXT@0.4.10@@@" |
| 169 ] | 112 ] |
| 170 }, | 113 }, |
| 171 { | 114 { |
| 172 "cmd": [ | 115 "cmd": [ |
| 173 "python", | 116 "python", |
| 174 "-u", | 117 "-u", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 176 "runhooks" | 119 "runhooks" |
| 177 ], | 120 ], |
| 178 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
| 179 "env": { | 122 "env": { |
| 180 "GYP_CHROMIUM_NO_ACTION": "1", | 123 "GYP_CHROMIUM_NO_ACTION": "1", |
| 181 "GYP_CROSSCOMPILE": "1", | 124 "GYP_CROSSCOMPILE": "1", |
| 182 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra
nding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codecs=1 target_arch=arm te
st_isolation_mode=prepare use_goma=1", | 125 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra
nding=Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=arm test_is
olation_mode=prepare use_goma=1", |
| 183 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 184 }, | 127 }, |
| 185 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
| 186 }, | 129 }, |
| 187 { | 130 { |
| 188 "cmd": [ | 131 "cmd": [ |
| 189 "python", | 132 "python", |
| 190 "-u", | 133 "-u", |
| 191 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 134 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 192 "--output", | 135 "--output", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "-u", | 244 "-u", |
| 302 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 245 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 303 "gen", | 246 "gen", |
| 304 "-m", | 247 "-m", |
| 305 "chromium.android", | 248 "chromium.android", |
| 306 "-b", | 249 "-b", |
| 307 "Android Swarm Builder", | 250 "Android Swarm Builder", |
| 308 "--config-file", | 251 "--config-file", |
| 309 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 252 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 310 "--goma-dir", | 253 "--goma-dir", |
| 311 "[CACHE]/cipd/goma", | 254 "[BUILD]/goma", |
| 312 "--swarming-targets-file", | 255 "--swarming-targets-file", |
| 313 "browser_tests_apk\n", | 256 "browser_tests_apk\n", |
| 314 "//out/Release" | 257 "//out/Release" |
| 315 ], | 258 ], |
| 316 "cwd": "[SLAVE_BUILD]", | 259 "cwd": "[SLAVE_BUILD]", |
| 317 "name": "generate_build_files", | 260 "name": "generate_build_files", |
| 318 "~followup_annotations": [ | 261 "~followup_annotations": [ |
| 319 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", | 262 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", |
| 320 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 263 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 321 ] | 264 ] |
| (...skipping 17 matching lines...) Expand all Loading... |
| 339 "--goma-cache-dir", | 282 "--goma-cache-dir", |
| 340 "[GOMA_CACHE]", | 283 "[GOMA_CACHE]", |
| 341 "--build-tool", | 284 "--build-tool", |
| 342 "ninja", | 285 "ninja", |
| 343 "--build-data-dir", | 286 "--build-data-dir", |
| 344 "[ROOT]/build_data_dir", | 287 "[ROOT]/build_data_dir", |
| 345 "--compiler", | 288 "--compiler", |
| 346 "goma", | 289 "goma", |
| 347 "--goma-jsonstatus", | 290 "--goma-jsonstatus", |
| 348 "/path/to/tmp/json", | 291 "/path/to/tmp/json", |
| 349 "--goma-service-account-json-file", | |
| 350 "/creds/service_accounts/service-account-goma-client.json", | |
| 351 "--goma-dir", | 292 "--goma-dir", |
| 352 "[CACHE]/cipd/goma", | 293 "[BUILD]/goma", |
| 353 "--", | 294 "--", |
| 354 "browser_tests_apk_run" | 295 "browser_tests_apk_run" |
| 355 ], | 296 ], |
| 356 "cwd": "[SLAVE_BUILD]", | 297 "cwd": "[SLAVE_BUILD]", |
| 357 "env": { | 298 "env": { |
| 358 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 299 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 359 }, | 300 }, |
| 360 "name": "compile", | 301 "name": "compile", |
| 361 "~followup_annotations": [ | 302 "~followup_annotations": [ |
| 362 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 303 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 414 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 474 "@@@STEP_LOG_END@python.inline@@@" | 415 "@@@STEP_LOG_END@python.inline@@@" |
| 475 ] | 416 ] |
| 476 }, | 417 }, |
| 477 { | 418 { |
| 478 "name": "$result", | 419 "name": "$result", |
| 479 "recipe_result": null, | 420 "recipe_result": null, |
| 480 "status_code": 0 | 421 "status_code": 0 |
| 481 } | 422 } |
| 482 ] | 423 ] |
| OLD | NEW |