| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 ], | 106 ], |
| 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_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' lsan=1 rtc_use_h264=1
target_arch=x64 use_goma=1", | 110 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' lsan=1 rtc_use_h264=1
target_arch=x64 use_goma=1", |
| 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 112 }, | 112 }, |
| 113 "name": "gclient runhooks" | 113 "name": "gclient runhooks" |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [], |
| 117 "name": "ensure_goma" |
| 118 }, |
| 119 { |
| 120 "cmd": [ |
| 121 "python", |
| 122 "-u", |
| 123 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 124 "--platform", |
| 125 "mac-amd64", |
| 126 "--dest-directory", |
| 127 "[SLAVE_BUILD]/cipd", |
| 128 "--json-output", |
| 129 "/path/to/tmp/json" |
| 130 ], |
| 131 "name": "ensure_goma.install cipd", |
| 132 "~followup_annotations": [ |
| 133 "@@@STEP_NEST_LEVEL@1@@@", |
| 134 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 135 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 136 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 137 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 139 "@@@STEP_LOG_END@json.output@@@" |
| 140 ] |
| 141 }, |
| 142 { |
| 143 "cmd": [ |
| 144 "[SLAVE_BUILD]/cipd/cipd", |
| 145 "ensure", |
| 146 "--root", |
| 147 "[CACHE]/cipd/goma", |
| 148 "--list", |
| 149 "infra_internal/goma/client/mac-amd64 release", |
| 150 "--json-output", |
| 151 "/path/to/tmp/json", |
| 152 "--service-account-json", |
| 153 "/creds/service_accounts/service-account-goma-client.json" |
| 154 ], |
| 155 "name": "ensure_goma.ensure_installed", |
| 156 "~followup_annotations": [ |
| 157 "@@@STEP_NEST_LEVEL@1@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] |
| 168 }, |
| 169 { |
| 116 "allow_subannotations": true, | 170 "allow_subannotations": true, |
| 117 "cmd": [ | 171 "cmd": [ |
| 118 "python", | 172 "python", |
| 119 "-u", | 173 "-u", |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 121 "--src-dir", | 175 "--src-dir", |
| 122 "[SLAVE_BUILD]/src", | 176 "[SLAVE_BUILD]/src", |
| 123 "--output-json", | 177 "--output-json", |
| 124 "/path/to/tmp/json" | 178 "/path/to/tmp/json" |
| 125 ], | 179 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 154 "[GOMA_CACHE]", | 208 "[GOMA_CACHE]", |
| 155 "--build-tool", | 209 "--build-tool", |
| 156 "ninja", | 210 "ninja", |
| 157 "--compiler", | 211 "--compiler", |
| 158 "goma-clang", | 212 "goma-clang", |
| 159 "--goma-jsonstatus", | 213 "--goma-jsonstatus", |
| 160 "/path/to/tmp/json", | 214 "/path/to/tmp/json", |
| 161 "--goma-service-account-json-file", | 215 "--goma-service-account-json-file", |
| 162 "/creds/service_accounts/service-account-goma-client.json", | 216 "/creds/service_accounts/service-account-goma-client.json", |
| 163 "--goma-dir", | 217 "--goma-dir", |
| 164 "[BUILD]/goma", | 218 "[CACHE]/cipd/goma", |
| 165 "--", | 219 "--", |
| 166 "All" | 220 "All" |
| 167 ], | 221 ], |
| 168 "env": { | 222 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 170 }, | 224 }, |
| 171 "name": "compile", | 225 "name": "compile", |
| 172 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 227 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 174 "@@@STEP_LOG_END@json.output (invalid)@@@" | 228 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "webrtc_nonparallel_tests" | 654 "webrtc_nonparallel_tests" |
| 601 ], | 655 ], |
| 602 "name": "webrtc_nonparallel_tests" | 656 "name": "webrtc_nonparallel_tests" |
| 603 }, | 657 }, |
| 604 { | 658 { |
| 605 "name": "$result", | 659 "name": "$result", |
| 606 "recipe_result": null, | 660 "recipe_result": null, |
| 607 "status_code": 0 | 661 "status_code": 0 |
| 608 } | 662 } |
| 609 ] | 663 ] |
| OLD | NEW |