| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "-u", | 125 "-u", |
| 126 "[DEPOT_TOOLS]/gn.py", | 126 "[DEPOT_TOOLS]/gn.py", |
| 127 "--root=[SLAVE_BUILD]/src", | 127 "--root=[SLAVE_BUILD]/src", |
| 128 "gen", | 128 "gen", |
| 129 "//out/Debug", | 129 "//out/Debug", |
| 130 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 130 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 131 ], | 131 ], |
| 132 "name": "gn" | 132 "name": "gn" |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "cmd": [], |
| 136 "name": "ensure_goma" |
| 137 }, |
| 138 { |
| 139 "cmd": [ |
| 140 "python", |
| 141 "-u", |
| 142 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 143 "--platform", |
| 144 "mac-amd64", |
| 145 "--dest-directory", |
| 146 "[SLAVE_BUILD]/cipd", |
| 147 "--json-output", |
| 148 "/path/to/tmp/json" |
| 149 ], |
| 150 "name": "ensure_goma.install cipd", |
| 151 "~followup_annotations": [ |
| 152 "@@@STEP_NEST_LEVEL@1@@@", |
| 153 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 154 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] |
| 160 }, |
| 161 { |
| 162 "cmd": [ |
| 163 "[SLAVE_BUILD]/cipd/cipd", |
| 164 "ensure", |
| 165 "--root", |
| 166 "[CACHE]/cipd/goma", |
| 167 "--list", |
| 168 "infra_internal/goma/client/mac-amd64 release", |
| 169 "--json-output", |
| 170 "/path/to/tmp/json", |
| 171 "--service-account-json", |
| 172 "/creds/service_accounts/service-account-goma-client.json" |
| 173 ], |
| 174 "name": "ensure_goma.ensure_installed", |
| 175 "~followup_annotations": [ |
| 176 "@@@STEP_NEST_LEVEL@1@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 185 "@@@STEP_LOG_END@json.output@@@" |
| 186 ] |
| 187 }, |
| 188 { |
| 135 "allow_subannotations": true, | 189 "allow_subannotations": true, |
| 136 "cmd": [ | 190 "cmd": [ |
| 137 "python", | 191 "python", |
| 138 "-u", | 192 "-u", |
| 139 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 140 "--src-dir", | 194 "--src-dir", |
| 141 "[SLAVE_BUILD]/src", | 195 "[SLAVE_BUILD]/src", |
| 142 "--output-json", | 196 "--output-json", |
| 143 "/path/to/tmp/json" | 197 "/path/to/tmp/json" |
| 144 ], | 198 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 173 "[GOMA_CACHE]", | 227 "[GOMA_CACHE]", |
| 174 "--build-tool", | 228 "--build-tool", |
| 175 "ninja", | 229 "ninja", |
| 176 "--compiler", | 230 "--compiler", |
| 177 "goma-clang", | 231 "goma-clang", |
| 178 "--goma-jsonstatus", | 232 "--goma-jsonstatus", |
| 179 "/path/to/tmp/json", | 233 "/path/to/tmp/json", |
| 180 "--goma-service-account-json-file", | 234 "--goma-service-account-json-file", |
| 181 "/creds/service_accounts/service-account-goma-client.json", | 235 "/creds/service_accounts/service-account-goma-client.json", |
| 182 "--goma-dir", | 236 "--goma-dir", |
| 183 "[BUILD]/goma", | 237 "[CACHE]/cipd/goma", |
| 184 "--goma-fail-fast", | 238 "--goma-fail-fast", |
| 185 "--goma-disable-local-fallback", | 239 "--goma-disable-local-fallback", |
| 186 "--", | 240 "--", |
| 187 "all" | 241 "all" |
| 188 ], | 242 ], |
| 189 "env": { | 243 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 191 }, | 245 }, |
| 192 "name": "compile", | 246 "name": "compile", |
| 193 "~followup_annotations": [ | 247 "~followup_annotations": [ |
| 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 195 "@@@STEP_LOG_END@json.output (invalid)@@@" | 249 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 196 ] | 250 ] |
| 197 }, | 251 }, |
| 198 { | 252 { |
| 199 "name": "$result", | 253 "name": "$result", |
| 200 "recipe_result": null, | 254 "recipe_result": null, |
| 201 "status_code": 0 | 255 "status_code": 0 |
| 202 } | 256 } |
| 203 ] | 257 ] |
| OLD | NEW |