| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [ | 176 "cmd": [ |
| 177 "python", | 177 "python", |
| 178 "-u", | 178 "-u", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 180 "runhooks" | 180 "runhooks" |
| 181 ], | 181 ], |
| 182 "cwd": "[BUILDER_CACHE]/Mac64_Debug/src", | 182 "cwd": "[BUILDER_CACHE]/Mac64_Debug/src", |
| 183 "env": { | 183 "env": { |
| 184 "FORCE_MAC_TOOLCHAIN": "1", | |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 186 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", | 185 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_
goma=1", |
| 187 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 188 }, | 187 }, |
| 189 "name": "gclient runhooks" | 188 "name": "gclient runhooks" |
| 190 }, | 189 }, |
| 191 { | 190 { |
| 192 "cmd": [ | 191 "cmd": [ |
| 193 "python", | 192 "python", |
| 194 "-u", | 193 "-u", |
| 195 "[BUILDER_CACHE]/Mac64_Debug/src/tools/mb/mb.py", | 194 "[BUILDER_CACHE]/Mac64_Debug/src/tools/mb/mb.py", |
| 196 "gen", | 195 "gen", |
| 197 "-m", | 196 "-m", |
| 198 "client.webrtc", | 197 "client.webrtc", |
| 199 "-b", | 198 "-b", |
| 200 "Mac64 Debug", | 199 "Mac64 Debug", |
| 201 "--config-file", | 200 "--config-file", |
| 202 "[BUILDER_CACHE]/Mac64_Debug/src/webrtc/build/mb_config.pyl", | 201 "[BUILDER_CACHE]/Mac64_Debug/src/webrtc/build/mb_config.pyl", |
| 203 "--goma-dir", | 202 "--goma-dir", |
| 204 "[CACHE]/cipd/goma", | 203 "[CACHE]/cipd/goma", |
| 205 "--gyp-script=[BUILDER_CACHE]/Mac64_Debug/src/webrtc/build/gyp_webrtc.py", | 204 "--gyp-script=[BUILDER_CACHE]/Mac64_Debug/src/webrtc/build/gyp_webrtc.py", |
| 206 "//out/Debug" | 205 "//out/Debug" |
| 207 ], | 206 ], |
| 208 "cwd": "[BUILDER_CACHE]/Mac64_Debug/src", | 207 "cwd": "[BUILDER_CACHE]/Mac64_Debug/src", |
| 209 "env": { | 208 "env": { |
| 210 "FORCE_MAC_TOOLCHAIN": "1", | |
| 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 212 }, | 210 }, |
| 213 "name": "generate_build_files" | 211 "name": "generate_build_files" |
| 214 }, | 212 }, |
| 215 { | 213 { |
| 216 "allow_subannotations": true, | 214 "allow_subannotations": true, |
| 217 "cmd": [ | 215 "cmd": [ |
| 218 "python", | 216 "python", |
| 219 "-u", | 217 "-u", |
| 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 221 "--src-dir", | 219 "--src-dir", |
| 222 "[BUILDER_CACHE]/Mac64_Debug/src", | 220 "[BUILDER_CACHE]/Mac64_Debug/src", |
| 223 "--output-json", | 221 "--output-json", |
| 224 "/path/to/tmp/json" | 222 "/path/to/tmp/json" |
| 225 ], | 223 ], |
| 226 "env": { | 224 "env": { |
| 227 "FORCE_MAC_TOOLCHAIN": "1", | |
| 228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 225 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 229 }, | 226 }, |
| 230 "name": "clang_revision", | 227 "name": "clang_revision", |
| 231 "~followup_annotations": [ | 228 "~followup_annotations": [ |
| 232 "@@@STEP_LOG_LINE@json.output@{@@@", | 229 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@}@@@", | 231 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 235 "@@@STEP_LOG_END@json.output@@@" | 232 "@@@STEP_LOG_END@json.output@@@" |
| 236 ] | 233 ] |
| 237 }, | 234 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 265 "goma-clang", | 262 "goma-clang", |
| 266 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", | 265 "--goma-service-account-json-file", |
| 269 "/creds/service_accounts/service-account-goma-client.json", | 266 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--goma-dir", | 267 "--goma-dir", |
| 271 "[CACHE]/cipd/goma", | 268 "[CACHE]/cipd/goma", |
| 272 "--" | 269 "--" |
| 273 ], | 270 ], |
| 274 "env": { | 271 "env": { |
| 275 "FORCE_MAC_TOOLCHAIN": "1", | |
| 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 277 }, | 273 }, |
| 278 "name": "compile", | 274 "name": "compile", |
| 279 "~followup_annotations": [ | 275 "~followup_annotations": [ |
| 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 276 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 281 "@@@STEP_LOG_END@json.output (invalid)@@@" | 277 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 282 ] | 278 ] |
| 283 }, | 279 }, |
| 284 { | 280 { |
| 285 "cmd": [ | 281 "cmd": [ |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 ], | 703 ], |
| 708 "cwd": "[BUILDER_CACHE]/Mac64_Debug", | 704 "cwd": "[BUILDER_CACHE]/Mac64_Debug", |
| 709 "name": "xmllite_xmpp_unittests" | 705 "name": "xmllite_xmpp_unittests" |
| 710 }, | 706 }, |
| 711 { | 707 { |
| 712 "name": "$result", | 708 "name": "$result", |
| 713 "recipe_result": null, | 709 "recipe_result": null, |
| 714 "status_code": 0 | 710 "status_code": 0 |
| 715 } | 711 } |
| 716 ] | 712 ] |
| OLD | NEW |