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