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