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

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

Issue 2411243003: Revert of 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }, 191 },
192 { 192 {
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
197 "runhooks" 197 "runhooks"
198 ], 198 ],
199 "cwd": "[BUILDER_CACHE]/mac_swarming/src", 199 "cwd": "[BUILDER_CACHE]/mac_swarming/src",
200 "env": { 200 "env": {
201 "FORCE_MAC_TOOLCHAIN": "1",
202 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
203 "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 test_isolation_mode=prepare use_goma=1", 202 "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 test_isolation_mode=prepare use_goma=1",
204 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 203 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
205 }, 204 },
206 "name": "gclient runhooks" 205 "name": "gclient runhooks"
207 }, 206 },
208 { 207 {
209 "cmd": [ 208 "cmd": [
210 "python", 209 "python",
211 "-u", 210 "-u",
(...skipping 20 matching lines...) Expand all
232 "[BUILDER_CACHE]/mac_swarming/src/webrtc/build/mb_config.pyl", 231 "[BUILDER_CACHE]/mac_swarming/src/webrtc/build/mb_config.pyl",
233 "--goma-dir", 232 "--goma-dir",
234 "[CACHE]/cipd/goma", 233 "[CACHE]/cipd/goma",
235 "--swarming-targets-file", 234 "--swarming-targets-file",
236 "audio_decoder_unittests\ncommon_audio_unittests\ncommon_video_unittests\n modules_tests\nmodules_unittests\npeerconnection_unittests\nrtc_media_unittests\ nrtc_pc_unittests\nrtc_stats_unittests\nrtc_unittests\nsystem_wrappers_unittests \ntest_support_unittests\ntools_unittests\nvideo_engine_tests\nvoice_engine_unit tests\nwebrtc_nonparallel_tests\nxmllite_xmpp_unittests\n", 235 "audio_decoder_unittests\ncommon_audio_unittests\ncommon_video_unittests\n modules_tests\nmodules_unittests\npeerconnection_unittests\nrtc_media_unittests\ nrtc_pc_unittests\nrtc_stats_unittests\nrtc_unittests\nsystem_wrappers_unittests \ntest_support_unittests\ntools_unittests\nvideo_engine_tests\nvoice_engine_unit tests\nwebrtc_nonparallel_tests\nxmllite_xmpp_unittests\n",
237 "--gyp-script=[BUILDER_CACHE]/mac_swarming/src/webrtc/build/gyp_webrtc.py" , 236 "--gyp-script=[BUILDER_CACHE]/mac_swarming/src/webrtc/build/gyp_webrtc.py" ,
238 "//out/Debug" 237 "//out/Debug"
239 ], 238 ],
240 "cwd": "[BUILDER_CACHE]/mac_swarming/src", 239 "cwd": "[BUILDER_CACHE]/mac_swarming/src",
241 "env": { 240 "env": {
242 "FORCE_MAC_TOOLCHAIN": "1",
243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 241 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
244 }, 242 },
245 "name": "generate_build_files", 243 "name": "generate_build_files",
246 "~followup_annotations": [ 244 "~followup_annotations": [
247 "@@@STEP_LOG_LINE@swarming-targets-file.txt@audio_decoder_unittests@@@", 245 "@@@STEP_LOG_LINE@swarming-targets-file.txt@audio_decoder_unittests@@@",
248 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_audio_unittests@@@", 246 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_audio_unittests@@@",
249 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_video_unittests@@@", 247 "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_video_unittests@@@",
250 "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_tests@@@", 248 "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_tests@@@",
251 "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_unittests@@@", 249 "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_unittests@@@",
252 "@@@STEP_LOG_LINE@swarming-targets-file.txt@peerconnection_unittests@@@", 250 "@@@STEP_LOG_LINE@swarming-targets-file.txt@peerconnection_unittests@@@",
(...skipping 16 matching lines...) Expand all
269 "cmd": [ 267 "cmd": [
270 "python", 268 "python",
271 "-u", 269 "-u",
272 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
273 "--src-dir", 271 "--src-dir",
274 "[BUILDER_CACHE]/mac_swarming/src", 272 "[BUILDER_CACHE]/mac_swarming/src",
275 "--output-json", 273 "--output-json",
276 "/path/to/tmp/json" 274 "/path/to/tmp/json"
277 ], 275 ],
278 "env": { 276 "env": {
279 "FORCE_MAC_TOOLCHAIN": "1",
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
281 }, 278 },
282 "name": "clang_revision", 279 "name": "clang_revision",
283 "~followup_annotations": [ 280 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@json.output@{@@@", 281 "@@@STEP_LOG_LINE@json.output@{@@@",
285 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
286 "@@@STEP_LOG_LINE@json.output@}@@@", 283 "@@@STEP_LOG_LINE@json.output@}@@@",
287 "@@@STEP_LOG_END@json.output@@@" 284 "@@@STEP_LOG_END@json.output@@@"
288 ] 285 ]
289 }, 286 },
(...skipping 29 matching lines...) Expand all
319 "/path/to/tmp/json", 316 "/path/to/tmp/json",
320 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
321 "/creds/service_accounts/service-account-goma-client.json", 318 "/creds/service_accounts/service-account-goma-client.json",
322 "--goma-dir", 319 "--goma-dir",
323 "[CACHE]/cipd/goma", 320 "[CACHE]/cipd/goma",
324 "--goma-fail-fast", 321 "--goma-fail-fast",
325 "--goma-disable-local-fallback", 322 "--goma-disable-local-fallback",
326 "--" 323 "--"
327 ], 324 ],
328 "env": { 325 "env": {
329 "FORCE_MAC_TOOLCHAIN": "1",
330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
331 }, 327 },
332 "name": "compile", 328 "name": "compile",
333 "~followup_annotations": [ 329 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
335 "@@@STEP_LOG_END@json.output (invalid)@@@" 331 "@@@STEP_LOG_END@json.output (invalid)@@@"
336 ] 332 ]
337 }, 333 },
338 { 334 {
339 "cmd": [ 335 "cmd": [
(...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3459 "@@@STEP_LOG_END@json.output@@@", 3455 "@@@STEP_LOG_END@json.output@@@",
3460 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 3456 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
3461 ] 3457 ]
3462 }, 3458 },
3463 { 3459 {
3464 "name": "$result", 3460 "name": "$result",
3465 "recipe_result": null, 3461 "recipe_result": null,
3466 "status_code": 0 3462 "status_code": 0
3467 } 3463 }
3468 ] 3464 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698