| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 136 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 137 "--version" | 137 "--version" |
| 138 ], | 138 ], |
| 139 "name": "swarming.py --version", | 139 "name": "swarming.py --version", |
| 140 "stdout": "/path/to/tmp/", | 140 "stdout": "/path/to/tmp/", |
| 141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 142 "@@@STEP_TEXT@0.4.10@@@" | 142 "@@@STEP_TEXT@0.4.10@@@" |
| 143 ] | 143 ] |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [], |
| 147 "name": "ensure_goma" |
| 148 }, |
| 149 { |
| 150 "cmd": [ |
| 151 "python", |
| 152 "-u", |
| 153 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 154 "--platform", |
| 155 "mac-amd64", |
| 156 "--dest-directory", |
| 157 "[SLAVE_BUILD]/cipd", |
| 158 "--json-output", |
| 159 "/path/to/tmp/json" |
| 160 ], |
| 161 "name": "ensure_goma.install cipd", |
| 162 "~followup_annotations": [ |
| 163 "@@@STEP_NEST_LEVEL@1@@@", |
| 164 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 165 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 169 "@@@STEP_LOG_END@json.output@@@" |
| 170 ] |
| 171 }, |
| 172 { |
| 173 "cmd": [ |
| 174 "[SLAVE_BUILD]/cipd/cipd", |
| 175 "ensure", |
| 176 "--root", |
| 177 "[CACHE]/cipd/goma", |
| 178 "--list", |
| 179 "infra_internal/goma/client/mac-amd64 release", |
| 180 "--json-output", |
| 181 "/path/to/tmp/json", |
| 182 "--service-account-json", |
| 183 "/creds/service_accounts/service-account-goma-client.json" |
| 184 ], |
| 185 "name": "ensure_goma.ensure_installed", |
| 186 "~followup_annotations": [ |
| 187 "@@@STEP_NEST_LEVEL@1@@@", |
| 188 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 195 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 196 "@@@STEP_LOG_END@json.output@@@" |
| 197 ] |
| 198 }, |
| 199 { |
| 146 "allow_subannotations": true, | 200 "allow_subannotations": true, |
| 147 "cmd": [ | 201 "cmd": [ |
| 148 "python", | 202 "python", |
| 149 "-u", | 203 "-u", |
| 150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 151 "--src-dir", | 205 "--src-dir", |
| 152 "[SLAVE_BUILD]/src", | 206 "[SLAVE_BUILD]/src", |
| 153 "--output-json", | 207 "--output-json", |
| 154 "/path/to/tmp/json" | 208 "/path/to/tmp/json" |
| 155 ], | 209 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 184 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 185 "--build-tool", | 239 "--build-tool", |
| 186 "ninja", | 240 "ninja", |
| 187 "--compiler", | 241 "--compiler", |
| 188 "goma-clang", | 242 "goma-clang", |
| 189 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 190 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 191 "--goma-service-account-json-file", | 245 "--goma-service-account-json-file", |
| 192 "/creds/service_accounts/service-account-goma-client.json", | 246 "/creds/service_accounts/service-account-goma-client.json", |
| 193 "--goma-dir", | 247 "--goma-dir", |
| 194 "[BUILD]/goma", | 248 "[CACHE]/cipd/goma", |
| 195 "--goma-fail-fast", | 249 "--goma-fail-fast", |
| 196 "--goma-disable-local-fallback", | 250 "--goma-disable-local-fallback", |
| 197 "--", | 251 "--", |
| 198 "All" | 252 "All" |
| 199 ], | 253 ], |
| 200 "env": { | 254 "env": { |
| 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 202 }, | 256 }, |
| 203 "name": "compile", | 257 "name": "compile", |
| 204 "~followup_annotations": [ | 258 "~followup_annotations": [ |
| (...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2400 "@@@STEP_LOG_END@json.output@@@", | 2454 "@@@STEP_LOG_END@json.output@@@", |
| 2401 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2455 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2402 ] | 2456 ] |
| 2403 }, | 2457 }, |
| 2404 { | 2458 { |
| 2405 "name": "$result", | 2459 "name": "$result", |
| 2406 "recipe_result": null, | 2460 "recipe_result": null, |
| 2407 "status_code": 0 | 2461 "status_code": 0 |
| 2408 } | 2462 } |
| 2409 ] | 2463 ] |
| OLD | NEW |