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

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

Powered by Google App Engine
This is Rietveld 408576698