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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Mac_Builder.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
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",
207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
208 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "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", 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",
210 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
211 }, 210 },
212 "name": "gclient runhooks" 211 "name": "gclient runhooks"
213 }, 212 },
214 { 213 {
215 "cmd": [ 214 "cmd": [
216 "python", 215 "python",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "--config-file", 363 "--config-file",
365 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", 364 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
366 "--goma-dir", 365 "--goma-dir",
367 "[CACHE]/cipd/goma", 366 "[CACHE]/cipd/goma",
368 "--swarming-targets-file", 367 "--swarming-targets-file",
369 "browser_tests\n", 368 "browser_tests\n",
370 "//out/Release" 369 "//out/Release"
371 ], 370 ],
372 "cwd": "[BUILDER_CACHE]/mac/src", 371 "cwd": "[BUILDER_CACHE]/mac/src",
373 "env": { 372 "env": {
374 "FORCE_MAC_TOOLCHAIN": "1",
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 373 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
376 }, 374 },
377 "name": "generate_build_files", 375 "name": "generate_build_files",
378 "~followup_annotations": [ 376 "~followup_annotations": [
379 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 377 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
380 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 378 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
381 ] 379 ]
382 }, 380 },
383 { 381 {
384 "allow_subannotations": true, 382 "allow_subannotations": true,
385 "cmd": [ 383 "cmd": [
386 "python", 384 "python",
387 "-u", 385 "-u",
388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 386 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
389 "--src-dir", 387 "--src-dir",
390 "[BUILDER_CACHE]/mac/src", 388 "[BUILDER_CACHE]/mac/src",
391 "--output-json", 389 "--output-json",
392 "/path/to/tmp/json" 390 "/path/to/tmp/json"
393 ], 391 ],
394 "env": { 392 "env": {
395 "FORCE_MAC_TOOLCHAIN": "1",
396 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
397 }, 394 },
398 "name": "clang_revision", 395 "name": "clang_revision",
399 "~followup_annotations": [ 396 "~followup_annotations": [
400 "@@@STEP_LOG_LINE@json.output@{@@@", 397 "@@@STEP_LOG_LINE@json.output@{@@@",
401 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 398 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
402 "@@@STEP_LOG_LINE@json.output@}@@@", 399 "@@@STEP_LOG_LINE@json.output@}@@@",
403 "@@@STEP_LOG_END@json.output@@@" 400 "@@@STEP_LOG_END@json.output@@@"
404 ] 401 ]
405 }, 402 },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "--goma-service-account-json-file", 435 "--goma-service-account-json-file",
439 "/creds/service_accounts/service-account-goma-client.json", 436 "/creds/service_accounts/service-account-goma-client.json",
440 "--goma-dir", 437 "--goma-dir",
441 "[CACHE]/cipd/goma", 438 "[CACHE]/cipd/goma",
442 "--ninja-ensure-up-to-date", 439 "--ninja-ensure-up-to-date",
443 "--", 440 "--",
444 "browser_tests", 441 "browser_tests",
445 "browser_tests_run" 442 "browser_tests_run"
446 ], 443 ],
447 "env": { 444 "env": {
448 "FORCE_MAC_TOOLCHAIN": "1",
449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
450 }, 446 },
451 "name": "compile", 447 "name": "compile",
452 "~followup_annotations": [ 448 "~followup_annotations": [
453 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 449 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
454 "@@@STEP_LOG_END@json.output (invalid)@@@" 450 "@@@STEP_LOG_END@json.output (invalid)@@@"
455 ] 451 ]
456 }, 452 },
457 { 453 {
458 "cmd": [ 454 "cmd": [
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 "~followup_annotations": [ 671 "~followup_annotations": [
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@@@" 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@@@"
677 ] 673 ]
678 }, 674 },
679 { 675 {
680 "name": "$result", 676 "name": "$result",
681 "recipe_result": null, 677 "recipe_result": null,
682 "status_code": 0 678 "status_code": 0
683 } 679 }
684 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698