| 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_gn_rel", | 10 "android_gn_rel", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "-u", | 120 "-u", |
| 121 "[DEPOT_TOOLS]/gn.py", | 121 "[DEPOT_TOOLS]/gn.py", |
| 122 "--root=[SLAVE_BUILD]/src", | 122 "--root=[SLAVE_BUILD]/src", |
| 123 "gen", | 123 "gen", |
| 124 "//out/Release", | 124 "//out/Release", |
| 125 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[BUILD]/goma\"" | 125 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[BUILD]/goma\"" |
| 126 ], | 126 ], |
| 127 "name": "gn" | 127 "name": "gn" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [], |
| 131 "name": "ensure_goma" |
| 132 }, |
| 133 { |
| 130 "cmd": [ | 134 "cmd": [ |
| 131 "python", | 135 "python", |
| 132 "-u", | 136 "-u", |
| 137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 138 "--platform", |
| 139 "linux-386", |
| 140 "--dest-directory", |
| 141 "[SLAVE_BUILD]/cipd", |
| 142 "--json-output", |
| 143 "/path/to/tmp/json" |
| 144 ], |
| 145 "name": "ensure_goma.install cipd", |
| 146 "~followup_annotations": [ |
| 147 "@@@STEP_NEST_LEVEL@1@@@", |
| 148 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] |
| 155 }, |
| 156 { |
| 157 "cmd": [ |
| 158 "[SLAVE_BUILD]/cipd/cipd", |
| 159 "ensure", |
| 160 "--root", |
| 161 "[CACHE]/cipd/goma", |
| 162 "--list", |
| 163 "infra_internal/goma/client/linux-386 release", |
| 164 "--json-output", |
| 165 "/path/to/tmp/json", |
| 166 "--service-account-json", |
| 167 "/creds/service_accounts/service-account-goma-client.json" |
| 168 ], |
| 169 "name": "ensure_goma.ensure_installed", |
| 170 "~followup_annotations": [ |
| 171 "@@@STEP_NEST_LEVEL@1@@@", |
| 172 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 180 "@@@STEP_LOG_END@json.output@@@" |
| 181 ] |
| 182 }, |
| 183 { |
| 184 "cmd": [ |
| 185 "python", |
| 186 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 187 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 134 "--show-path", | 188 "--show-path", |
| 135 "python", | 189 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 190 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 137 "--gsutil-py-path", | 191 "--gsutil-py-path", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 192 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 139 "--ninja-path", | 193 "--ninja-path", |
| 140 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 194 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 141 "--target", | 195 "--target", |
| 142 "Release", | 196 "Release", |
| 143 "--src-dir", | 197 "--src-dir", |
| 144 "[SLAVE_BUILD]/src", | 198 "[SLAVE_BUILD]/src", |
| 145 "--goma-cache-dir", | 199 "--goma-cache-dir", |
| 146 "[GOMA_CACHE]", | 200 "[GOMA_CACHE]", |
| 147 "--build-tool", | 201 "--build-tool", |
| 148 "ninja", | 202 "ninja", |
| 149 "--compiler", | 203 "--compiler", |
| 150 "goma", | 204 "goma", |
| 151 "--goma-jsonstatus", | 205 "--goma-jsonstatus", |
| 152 "/path/to/tmp/json", | 206 "/path/to/tmp/json", |
| 153 "--goma-service-account-json-file", | 207 "--goma-service-account-json-file", |
| 154 "/creds/service_accounts/service-account-goma-client.json", | 208 "/creds/service_accounts/service-account-goma-client.json", |
| 155 "--goma-dir", | 209 "--goma-dir", |
| 156 "[BUILD]/goma", | 210 "[CACHE]/cipd/goma", |
| 157 "--goma-fail-fast", | 211 "--goma-fail-fast", |
| 158 "--goma-disable-local-fallback", | 212 "--goma-disable-local-fallback", |
| 159 "--", | 213 "--", |
| 160 "all" | 214 "all" |
| 161 ], | 215 ], |
| 162 "env": { | 216 "env": { |
| 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 164 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 165 }, | 219 }, |
| 166 "name": "compile", | 220 "name": "compile", |
| 167 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 168 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 169 "@@@STEP_LOG_END@json.output (invalid)@@@" | 223 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 170 ] | 224 ] |
| 171 }, | 225 }, |
| 172 { | 226 { |
| 173 "name": "$result", | 227 "name": "$result", |
| 174 "recipe_result": null, | 228 "recipe_result": null, |
| 175 "status_code": 0 | 229 "status_code": 0 |
| 176 } | 230 } |
| 177 ] | 231 ] |
| OLD | NEW |