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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
202 "runhooks" 202 "runhooks"
203 ], 203 ],
204 "cwd": "[BUILDER_CACHE]/mac/src", 204 "cwd": "[BUILDER_CACHE]/mac/src",
205 "env": { 205 "env": {
206 "FORCE_MAC_TOOLCHAIN": "1",
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
207 "GYP_CHROMIUM_NO_ACTION": "1", 208 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe g_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=1 pro prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", 209 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library ffmpe g_branding=Chrome gomadir='[CACHE]/cipd/goma' internal_gles2_conform_tests=1 pro prietary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1",
209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
210 }, 211 },
211 "name": "gclient runhooks" 212 "name": "gclient runhooks"
212 }, 213 },
213 { 214 {
214 "cmd": [ 215 "cmd": [
215 "python", 216 "python",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "--config-file", 364 "--config-file",
364 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", 365 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
365 "--goma-dir", 366 "--goma-dir",
366 "[CACHE]/cipd/goma", 367 "[CACHE]/cipd/goma",
367 "--swarming-targets-file", 368 "--swarming-targets-file",
368 "browser_tests\n", 369 "browser_tests\n",
369 "//out/Release" 370 "//out/Release"
370 ], 371 ],
371 "cwd": "[BUILDER_CACHE]/mac/src", 372 "cwd": "[BUILDER_CACHE]/mac/src",
372 "env": { 373 "env": {
374 "FORCE_MAC_TOOLCHAIN": "1",
373 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
374 }, 376 },
375 "name": "generate_build_files", 377 "name": "generate_build_files",
376 "~followup_annotations": [ 378 "~followup_annotations": [
377 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 379 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
378 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 380 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
379 ] 381 ]
380 }, 382 },
381 { 383 {
382 "allow_subannotations": true, 384 "allow_subannotations": true,
383 "cmd": [ 385 "cmd": [
384 "python", 386 "python",
385 "-u", 387 "-u",
386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
387 "--src-dir", 389 "--src-dir",
388 "[BUILDER_CACHE]/mac/src", 390 "[BUILDER_CACHE]/mac/src",
389 "--output-json", 391 "--output-json",
390 "/path/to/tmp/json" 392 "/path/to/tmp/json"
391 ], 393 ],
392 "env": { 394 "env": {
395 "FORCE_MAC_TOOLCHAIN": "1",
393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
394 }, 397 },
395 "name": "clang_revision", 398 "name": "clang_revision",
396 "~followup_annotations": [ 399 "~followup_annotations": [
397 "@@@STEP_LOG_LINE@json.output@{@@@", 400 "@@@STEP_LOG_LINE@json.output@{@@@",
398 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 401 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
399 "@@@STEP_LOG_LINE@json.output@}@@@", 402 "@@@STEP_LOG_LINE@json.output@}@@@",
400 "@@@STEP_LOG_END@json.output@@@" 403 "@@@STEP_LOG_END@json.output@@@"
401 ] 404 ]
402 }, 405 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "--goma-service-account-json-file", 438 "--goma-service-account-json-file",
436 "/creds/service_accounts/service-account-goma-client.json", 439 "/creds/service_accounts/service-account-goma-client.json",
437 "--goma-dir", 440 "--goma-dir",
438 "[CACHE]/cipd/goma", 441 "[CACHE]/cipd/goma",
439 "--ninja-ensure-up-to-date", 442 "--ninja-ensure-up-to-date",
440 "--", 443 "--",
441 "browser_tests", 444 "browser_tests",
442 "browser_tests_run" 445 "browser_tests_run"
443 ], 446 ],
444 "env": { 447 "env": {
448 "FORCE_MAC_TOOLCHAIN": "1",
445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
446 }, 450 },
447 "name": "compile", 451 "name": "compile",
448 "~followup_annotations": [ 452 "~followup_annotations": [
449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 453 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
450 "@@@STEP_LOG_END@json.output (invalid)@@@" 454 "@@@STEP_LOG_END@json.output (invalid)@@@"
451 ] 455 ]
452 }, 456 },
453 { 457 {
454 "cmd": [ 458 "cmd": [
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "~followup_annotations": [ 675 "~followup_annotations": [
672 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@" 676 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@"
673 ] 677 ]
674 }, 678 },
675 { 679 {
676 "name": "$result", 680 "name": "$result",
677 "recipe_result": null, 681 "recipe_result": null,
678 "status_code": 0 682 "status_code": 0
679 } 683 }
680 ] 684 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698