| 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__GYP_/src", | 182 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/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=static_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=static_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_Release__GYP_/src/tools/mb/mb.py", | 194 "[BUILDER_CACHE]/Mac64_Release__GYP_/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 Release (GYP)", | 199 "Mac64 Release (GYP)", |
| 201 "--config-file", | 200 "--config-file", |
| 202 "[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/mb_config.pyl", | 201 "[BUILDER_CACHE]/Mac64_Release__GYP_/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_Release__GYP_/src/webrtc/build/gyp_web
rtc.py", | 204 "--gyp-script=[BUILDER_CACHE]/Mac64_Release__GYP_/src/webrtc/build/gyp_web
rtc.py", |
| 206 "//out/Release" | 205 "//out/Release" |
| 207 ], | 206 ], |
| 208 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/src", | 207 "cwd": "[BUILDER_CACHE]/Mac64_Release__GYP_/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 "name": "$result", | 214 "name": "$result", |
| 217 "recipe_result": null, | 215 "recipe_result": null, |
| 218 "status_code": 0 | 216 "status_code": 0 |
| 219 } | 217 } |
| 220 ] | 218 ] |
| OLD | NEW |