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