| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Cloud Tests", | 10 "Android Cloud Tests", |
| (...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_CHROMIUM_NO_ACTION": "1", | 109 "GYP_CHROMIUM_NO_ACTION": "1", |
| 167 "GYP_CROSSCOMPILE": "1", | 110 "GYP_CROSSCOMPILE": "1", |
| 168 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=ia32 use_goma=1", | 111 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=ia32 use_goma=1", |
| 169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 170 }, | 113 }, |
| 171 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 172 }, | 115 }, |
| 173 { | 116 { |
| 174 "cmd": [ | 117 "cmd": [ |
| 175 "python", | 118 "python", |
| 176 "-u", | 119 "-u", |
| 177 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 178 "--output", | 121 "--output", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "-u", | 218 "-u", |
| 276 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 219 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 277 "gen", | 220 "gen", |
| 278 "-m", | 221 "-m", |
| 279 "chromium.fyi", | 222 "chromium.fyi", |
| 280 "-b", | 223 "-b", |
| 281 "Android Cloud Tests", | 224 "Android Cloud Tests", |
| 282 "--config-file", | 225 "--config-file", |
| 283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 226 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 284 "--goma-dir", | 227 "--goma-dir", |
| 285 "[CACHE]/cipd/goma", | 228 "[BUILD]/goma", |
| 286 "//out/Release" | 229 "//out/Release" |
| 287 ], | 230 ], |
| 288 "cwd": "[SLAVE_BUILD]", | 231 "cwd": "[SLAVE_BUILD]", |
| 289 "name": "generate_build_files" | 232 "name": "generate_build_files" |
| 290 }, | 233 }, |
| 291 { | 234 { |
| 292 "cmd": [ | 235 "cmd": [ |
| 293 "python", | 236 "python", |
| 294 "-u", | 237 "-u", |
| 295 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 296 "--show-path", | 239 "--show-path", |
| 297 "python", | 240 "python", |
| 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 299 "--gsutil-py-path", | 242 "--gsutil-py-path", |
| 300 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 243 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 301 "--ninja-path", | 244 "--ninja-path", |
| 302 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 245 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 303 "--target", | 246 "--target", |
| 304 "Release", | 247 "Release", |
| 305 "--src-dir", | 248 "--src-dir", |
| 306 "[SLAVE_BUILD]/src", | 249 "[SLAVE_BUILD]/src", |
| 307 "--goma-cache-dir", | 250 "--goma-cache-dir", |
| 308 "[GOMA_CACHE]", | 251 "[GOMA_CACHE]", |
| 309 "--build-tool", | 252 "--build-tool", |
| 310 "ninja", | 253 "ninja", |
| 311 "--compiler", | 254 "--compiler", |
| 312 "goma", | 255 "goma", |
| 313 "--goma-jsonstatus", | 256 "--goma-jsonstatus", |
| 314 "/path/to/tmp/json", | 257 "/path/to/tmp/json", |
| 315 "--goma-service-account-json-file", | |
| 316 "/creds/service_accounts/service-account-goma-client.json", | |
| 317 "--goma-dir", | 258 "--goma-dir", |
| 318 "[CACHE]/cipd/goma", | 259 "[BUILD]/goma", |
| 319 "--", | 260 "--", |
| 320 "base_unittests_apk" | 261 "base_unittests_apk" |
| 321 ], | 262 ], |
| 322 "cwd": "[SLAVE_BUILD]", | 263 "cwd": "[SLAVE_BUILD]", |
| 323 "env": { | 264 "env": { |
| 324 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 265 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 325 }, | 266 }, |
| 326 "name": "compile", | 267 "name": "compile", |
| 327 "~followup_annotations": [ | 268 "~followup_annotations": [ |
| 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 445 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 505 "@@@STEP_LOG_END@python.inline@@@" | 446 "@@@STEP_LOG_END@python.inline@@@" |
| 506 ] | 447 ] |
| 507 }, | 448 }, |
| 508 { | 449 { |
| 509 "name": "$result", | 450 "name": "$result", |
| 510 "recipe_result": null, | 451 "recipe_result": null, |
| 511 "status_code": 0 | 452 "status_code": 0 |
| 512 } | 453 } |
| 513 ] | 454 ] |
| OLD | NEW |