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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Mac___WPTServe.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]/WebKit_Mac___WPTServe", 7 "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
197 "-u", 197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks" 199 "runhooks"
200 ], 200 ],
201 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", 201 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src",
202 "env": { 202 "env": {
203 "FORCE_MAC_TOOLCHAIN": "1",
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "GYP_CHROMIUM_NO_ACTION": "1", 205 "GYP_CHROMIUM_NO_ACTION": "1",
205 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1", 206 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1",
206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
207 }, 208 },
208 "name": "gclient runhooks" 209 "name": "gclient runhooks"
209 }, 210 },
210 { 211 {
211 "cmd": [ 212 "cmd": [
212 "python", 213 "python",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "--config-file", 290 "--config-file",
290 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/tools/mb/mb_config.pyl", 291 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/tools/mb/mb_config.pyl",
291 "--goma-dir", 292 "--goma-dir",
292 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
293 "--swarming-targets-file", 294 "--swarming-targets-file",
294 "browser_tests\n", 295 "browser_tests\n",
295 "//out/Release" 296 "//out/Release"
296 ], 297 ],
297 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", 298 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src",
298 "env": { 299 "env": {
300 "FORCE_MAC_TOOLCHAIN": "1",
299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
300 }, 302 },
301 "name": "generate_build_files", 303 "name": "generate_build_files",
302 "~followup_annotations": [ 304 "~followup_annotations": [
303 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 305 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
304 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 306 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
305 ] 307 ]
306 }, 308 },
307 { 309 {
308 "allow_subannotations": true, 310 "allow_subannotations": true,
309 "cmd": [ 311 "cmd": [
310 "python", 312 "python",
311 "-u", 313 "-u",
312 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
313 "--src-dir", 315 "--src-dir",
314 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", 316 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src",
315 "--output-json", 317 "--output-json",
316 "/path/to/tmp/json" 318 "/path/to/tmp/json"
317 ], 319 ],
318 "env": { 320 "env": {
321 "FORCE_MAC_TOOLCHAIN": "1",
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
320 }, 323 },
321 "name": "clang_revision", 324 "name": "clang_revision",
322 "~followup_annotations": [ 325 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@json.output@{@@@", 326 "@@@STEP_LOG_LINE@json.output@{@@@",
324 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 327 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
325 "@@@STEP_LOG_LINE@json.output@}@@@", 328 "@@@STEP_LOG_LINE@json.output@}@@@",
326 "@@@STEP_LOG_END@json.output@@@" 329 "@@@STEP_LOG_END@json.output@@@"
327 ] 330 ]
328 }, 331 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "/creds/service_accounts/service-account-goma-client.json", 365 "/creds/service_accounts/service-account-goma-client.json",
363 "--goma-dir", 366 "--goma-dir",
364 "[CACHE]/cipd/goma", 367 "[CACHE]/cipd/goma",
365 "--ninja-ensure-up-to-date", 368 "--ninja-ensure-up-to-date",
366 "--", 369 "--",
367 "blink_tests", 370 "blink_tests",
368 "browser_tests", 371 "browser_tests",
369 "browser_tests_run" 372 "browser_tests_run"
370 ], 373 ],
371 "env": { 374 "env": {
375 "FORCE_MAC_TOOLCHAIN": "1",
372 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
373 }, 377 },
374 "name": "compile", 378 "name": "compile",
375 "~followup_annotations": [ 379 "~followup_annotations": [
376 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 380 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
377 "@@@STEP_LOG_END@json.output (invalid)@@@" 381 "@@@STEP_LOG_END@json.output (invalid)@@@"
378 ] 382 ]
379 }, 383 },
380 { 384 {
381 "cmd": [ 385 "cmd": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "python", 419 "python",
416 "-u", 420 "-u",
417 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", 421 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
418 "--build-dir", 422 "--build-dir",
419 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/out/Release", 423 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/out/Release",
420 "--output-json", 424 "--output-json",
421 "/path/to/tmp/json" 425 "/path/to/tmp/json"
422 ], 426 ],
423 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe", 427 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
424 "env": { 428 "env": {
429 "FORCE_MAC_TOOLCHAIN": "1",
425 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
426 }, 431 },
427 "name": "find isolated tests", 432 "name": "find isolated tests",
428 "~followup_annotations": [ 433 "~followup_annotations": [
429 "@@@STEP_LOG_LINE@json.output@{@@@", 434 "@@@STEP_LOG_LINE@json.output@{@@@",
430 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 435 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
431 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 436 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
432 "@@@STEP_LOG_LINE@json.output@}@@@", 437 "@@@STEP_LOG_LINE@json.output@}@@@",
433 "@@@STEP_LOG_END@json.output@@@", 438 "@@@STEP_LOG_END@json.output@@@",
434 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 439 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
435 ] 440 ]
436 }, 441 },
437 { 442 {
438 "cmd": [ 443 "cmd": [
439 "python", 444 "python",
440 "-u", 445 "-u",
441 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n", 446 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv [1]\nsys.exit(1)\n",
442 "browser_tests" 447 "browser_tests"
443 ], 448 ],
444 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe", 449 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
445 "env": { 450 "env": {
451 "FORCE_MAC_TOOLCHAIN": "1",
446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
447 }, 453 },
448 "name": "[error] browser_tests", 454 "name": "[error] browser_tests",
449 "~followup_annotations": [ 455 "~followup_annotations": [
450 "@@@STEP_LOG_LINE@python.inline@@@@", 456 "@@@STEP_LOG_LINE@python.inline@@@@",
451 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 457 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
452 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@", 458 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi ssing' % sys.argv[1]@@@",
453 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 459 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
454 "@@@STEP_LOG_END@python.inline@@@" 460 "@@@STEP_LOG_END@python.inline@@@"
455 ] 461 ]
(...skipping 28 matching lines...) Expand all
484 "--build-number", 490 "--build-number",
485 "571", 491 "571",
486 "--builder-name", 492 "--builder-name",
487 "WebKit Mac - WPTServe", 493 "WebKit Mac - WPTServe",
488 "--step-name", 494 "--step-name",
489 "webkit_tests", 495 "webkit_tests",
490 "--enable-wptserve" 496 "--enable-wptserve"
491 ], 497 ],
492 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe", 498 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
493 "env": { 499 "env": {
500 "FORCE_MAC_TOOLCHAIN": "1",
494 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
495 }, 502 },
496 "name": "webkit_tests", 503 "name": "webkit_tests",
497 "~followup_annotations": [ 504 "~followup_annotations": [
498 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 505 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
499 ] 506 ]
500 }, 507 },
501 { 508 {
502 "cmd": [ 509 "cmd": [
503 "python", 510 "python",
504 "-u", 511 "-u",
505 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py", 512 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
506 "--results-dir", 513 "--results-dir",
507 "[SLAVE_BUILD]/layout-test-results", 514 "[SLAVE_BUILD]/layout-test-results",
508 "--build-dir", 515 "--build-dir",
509 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/out", 516 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src/out",
510 "--build-number", 517 "--build-number",
511 "571", 518 "571",
512 "--builder-name", 519 "--builder-name",
513 "WebKit Mac - WPTServe", 520 "WebKit Mac - WPTServe",
514 "--gs-bucket", 521 "--gs-bucket",
515 "gs://chromium-layout-test-archives", 522 "gs://chromium-layout-test-archives",
516 "--staging-dir", 523 "--staging-dir",
517 "[CACHE]/chrome_staging" 524 "[CACHE]/chrome_staging"
518 ], 525 ],
519 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe", 526 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
520 "env": { 527 "env": {
528 "FORCE_MAC_TOOLCHAIN": "1",
521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
522 }, 530 },
523 "name": "archive_webkit_tests_results", 531 "name": "archive_webkit_tests_results",
524 "~followup_annotations": [ 532 "~followup_annotations": [
525 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac_-_WPTServe/571/layout-test-results/results.html@ @@", 533 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac_-_WPTServe/571/layout-test-results/results.html@ @@",
526 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac_-_WPTServe/571/layout-test-results.zip@@@" 534 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac_-_WPTServe/571/layout-test-results.zip@@@"
527 ] 535 ]
528 }, 536 },
529 { 537 {
530 "cmd": [ 538 "cmd": [
531 "python", 539 "python",
532 "-u", 540 "-u",
533 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" , 541 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n" ,
534 "browser_tests" 542 "browser_tests"
535 ], 543 ],
536 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe", 544 "cwd": "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
537 "env": { 545 "env": {
546 "FORCE_MAC_TOOLCHAIN": "1",
538 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 547 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
539 }, 548 },
540 "name": "[collect error] browser_tests", 549 "name": "[collect error] browser_tests",
541 "~followup_annotations": [ 550 "~followup_annotations": [
542 "@@@STEP_LOG_LINE@python.inline@@@@", 551 "@@@STEP_LOG_LINE@python.inline@@@@",
543 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 552 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
544 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 553 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
545 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 554 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
546 "@@@STEP_LOG_END@python.inline@@@" 555 "@@@STEP_LOG_END@python.inline@@@"
547 ] 556 ]
548 }, 557 },
549 { 558 {
550 "name": "$result", 559 "name": "$result",
551 "recipe_result": null, 560 "recipe_result": null,
552 "status_code": 0 561 "status_code": 0
553 } 562 }
554 ] 563 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698