| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_clang_dbg", | 10 "android_clang_dbg", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "cwd": "[SLAVE_BUILD]/src", | 107 "cwd": "[SLAVE_BUILD]/src", |
| 108 "env": { | 108 "env": { |
| 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 110 "GYP_CROSSCOMPILE": "1", | 110 "GYP_CROSSCOMPILE": "1", |
| 111 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 111 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| 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]" | 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]" |
| 113 }, | 113 }, |
| 114 "name": "gclient runhooks" | 114 "name": "gclient runhooks" |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [], |
| 118 "name": "ensure_goma" |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 122 "python", |
| 123 "-u", |
| 124 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 125 "--platform", |
| 126 "linux-386", |
| 127 "--dest-directory", |
| 128 "[SLAVE_BUILD]/cipd", |
| 129 "--json-output", |
| 130 "/path/to/tmp/json" |
| 131 ], |
| 132 "name": "ensure_goma.install cipd", |
| 133 "~followup_annotations": [ |
| 134 "@@@STEP_NEST_LEVEL@1@@@", |
| 135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 136 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] |
| 142 }, |
| 143 { |
| 144 "cmd": [ |
| 145 "[SLAVE_BUILD]/cipd/cipd", |
| 146 "ensure", |
| 147 "--root", |
| 148 "[CACHE]/cipd/goma", |
| 149 "--list", |
| 150 "infra_internal/goma/client/linux-386 release", |
| 151 "--json-output", |
| 152 "/path/to/tmp/json", |
| 153 "--service-account-json", |
| 154 "/creds/service_accounts/service-account-goma-client.json" |
| 155 ], |
| 156 "name": "ensure_goma.ensure_installed", |
| 157 "~followup_annotations": [ |
| 158 "@@@STEP_NEST_LEVEL@1@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 167 "@@@STEP_LOG_END@json.output@@@" |
| 168 ] |
| 169 }, |
| 170 { |
| 117 "allow_subannotations": true, | 171 "allow_subannotations": true, |
| 118 "cmd": [ | 172 "cmd": [ |
| 119 "python", | 173 "python", |
| 120 "-u", | 174 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 122 "--src-dir", | 176 "--src-dir", |
| 123 "[SLAVE_BUILD]/src", | 177 "[SLAVE_BUILD]/src", |
| 124 "--output-json", | 178 "--output-json", |
| 125 "/path/to/tmp/json" | 179 "/path/to/tmp/json" |
| 126 ], | 180 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 156 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
| 157 "--build-tool", | 211 "--build-tool", |
| 158 "ninja", | 212 "ninja", |
| 159 "--compiler", | 213 "--compiler", |
| 160 "goma-clang", | 214 "goma-clang", |
| 161 "--goma-jsonstatus", | 215 "--goma-jsonstatus", |
| 162 "/path/to/tmp/json", | 216 "/path/to/tmp/json", |
| 163 "--goma-service-account-json-file", | 217 "--goma-service-account-json-file", |
| 164 "/creds/service_accounts/service-account-goma-client.json", | 218 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 219 "--goma-dir", |
| 166 "[BUILD]/goma", | 220 "[CACHE]/cipd/goma", |
| 167 "--goma-fail-fast", | 221 "--goma-fail-fast", |
| 168 "--goma-disable-local-fallback", | 222 "--goma-disable-local-fallback", |
| 169 "--" | 223 "--" |
| 170 ], | 224 ], |
| 171 "env": { | 225 "env": { |
| 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 227 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 174 }, | 228 }, |
| 175 "name": "compile", | 229 "name": "compile", |
| 176 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 232 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 233 ] |
| 180 }, | 234 }, |
| 181 { | 235 { |
| 182 "name": "$result", | 236 "name": "$result", |
| 183 "recipe_result": null, | 237 "recipe_result": null, |
| 184 "status_code": 0 | 238 "status_code": 0 |
| 185 } | 239 } |
| 186 ] | 240 ] |
| OLD | NEW |