Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_dbg.json

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 186 "runhooks"
187 ], 187 ],
188 "cwd": "[BUILDER_CACHE]/mac_dbg/src", 188 "cwd": "[BUILDER_CACHE]/mac_dbg/src",
189 "env": { 189 "env": {
190 "FORCE_MAC_TOOLCHAIN": "1",
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
191 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1", 192 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1",
192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 194 },
194 "name": "gclient runhooks" 195 "name": "gclient runhooks"
195 }, 196 },
196 { 197 {
197 "cmd": [ 198 "cmd": [
198 "python", 199 "python",
199 "-u", 200 "-u",
200 "[BUILDER_CACHE]/mac_dbg/src/tools/mb/mb.py", 201 "[BUILDER_CACHE]/mac_dbg/src/tools/mb/mb.py",
201 "gen", 202 "gen",
202 "-m", 203 "-m",
203 "tryserver.webrtc", 204 "tryserver.webrtc",
204 "-b", 205 "-b",
205 "mac_dbg", 206 "mac_dbg",
206 "--config-file", 207 "--config-file",
207 "[BUILDER_CACHE]/mac_dbg/src/webrtc/build/mb_config.pyl", 208 "[BUILDER_CACHE]/mac_dbg/src/webrtc/build/mb_config.pyl",
208 "--goma-dir", 209 "--goma-dir",
209 "[CACHE]/cipd/goma", 210 "[CACHE]/cipd/goma",
210 "--gyp-script=[BUILDER_CACHE]/mac_dbg/src/webrtc/build/gyp_webrtc.py", 211 "--gyp-script=[BUILDER_CACHE]/mac_dbg/src/webrtc/build/gyp_webrtc.py",
211 "//out/Debug" 212 "//out/Debug"
212 ], 213 ],
213 "cwd": "[BUILDER_CACHE]/mac_dbg/src", 214 "cwd": "[BUILDER_CACHE]/mac_dbg/src",
214 "env": { 215 "env": {
216 "FORCE_MAC_TOOLCHAIN": "1",
215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
216 }, 218 },
217 "name": "generate_build_files" 219 "name": "generate_build_files"
218 }, 220 },
219 { 221 {
220 "allow_subannotations": true, 222 "allow_subannotations": true,
221 "cmd": [ 223 "cmd": [
222 "python", 224 "python",
223 "-u", 225 "-u",
224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
225 "--src-dir", 227 "--src-dir",
226 "[BUILDER_CACHE]/mac_dbg/src", 228 "[BUILDER_CACHE]/mac_dbg/src",
227 "--output-json", 229 "--output-json",
228 "/path/to/tmp/json" 230 "/path/to/tmp/json"
229 ], 231 ],
230 "env": { 232 "env": {
233 "FORCE_MAC_TOOLCHAIN": "1",
231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
232 }, 235 },
233 "name": "clang_revision", 236 "name": "clang_revision",
234 "~followup_annotations": [ 237 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output@{@@@", 238 "@@@STEP_LOG_LINE@json.output@{@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 239 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
237 "@@@STEP_LOG_LINE@json.output@}@@@", 240 "@@@STEP_LOG_LINE@json.output@}@@@",
238 "@@@STEP_LOG_END@json.output@@@" 241 "@@@STEP_LOG_END@json.output@@@"
239 ] 242 ]
240 }, 243 },
(...skipping 29 matching lines...) Expand all
270 "/path/to/tmp/json", 273 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 274 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 275 "/creds/service_accounts/service-account-goma-client.json",
273 "--goma-dir", 276 "--goma-dir",
274 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
275 "--goma-fail-fast", 278 "--goma-fail-fast",
276 "--goma-disable-local-fallback", 279 "--goma-disable-local-fallback",
277 "--" 280 "--"
278 ], 281 ],
279 "env": { 282 "env": {
283 "FORCE_MAC_TOOLCHAIN": "1",
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 285 },
282 "name": "compile", 286 "name": "compile",
283 "~followup_annotations": [ 287 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
285 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
286 ] 290 ]
287 }, 291 },
288 { 292 {
289 "cmd": [ 293 "cmd": [
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 ], 712 ],
709 "cwd": "[BUILDER_CACHE]/mac_dbg", 713 "cwd": "[BUILDER_CACHE]/mac_dbg",
710 "name": "xmllite_xmpp_unittests" 714 "name": "xmllite_xmpp_unittests"
711 }, 715 },
712 { 716 {
713 "name": "$result", 717 "name": "$result",
714 "recipe_result": null, 718 "recipe_result": null,
715 "status_code": 0 719 "status_code": 0
716 } 720 }
717 ] 721 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698