Changeset 179698 in webkit


Ignore:
Timestamp:
Feb 5, 2015 11:29:55 AM (9 years ago)
Author:
ap@apple.com
Message:

Disable retries on Mac debug testers
https://bugs.webkit.org/show_bug.cgi?id=141296

Reviewed by Simon Fraser.

  • BuildSlaveSupport/build.webkit.org-config/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r179135 r179698  
    6262    "builders":   [ { "name": "Apple Yosemite (Leaks)", "type": "TestLeaks", "builddir": "yosemite-leaks",
    6363                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
     64                      "additionalArguments": ["--no-retry-failures"],
    6465                      "slavenames": ["bot148"]
    6566                    },
     
    7576                    { "name": "Apple Mavericks Debug WK1 (Tests)", "type": "Test", "builddir": "mavericks-debug-tests-wk1",
    7677                      "platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
     78                      "additionalArguments": ["--no-retry-failures"],
    7779                      "slavenames": ["bot124", "bot108"]
    7880                    },
    7981                    { "name": "Apple Mavericks Debug WK2 (Tests)", "type": "TestWebKit2", "builddir": "mavericks-debug-tests-wk2",
    8082                      "platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
     83                      "additionalArguments": ["--no-retry-failures"],
    8184                      "slavenames": ["bot144", "bot198"]
    8285                    },
     
    116119                    { "name": "Apple Yosemite Debug WK1 (Tests)", "type": "Test", "builddir": "yosemite-debug-tests-wk1",
    117120                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
     121                      "additionalArguments": ["--no-retry-failures"],
    118122                      "slavenames": ["bot182", "bot183"]
    119123                    },
    120124                    { "name": "Apple Yosemite Debug WK2 (Tests)", "type": "TestWebKit2", "builddir": "yosemite-debug-tests-wk2",
    121125                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
     126                      "additionalArguments": ["--no-retry-failures"],
    122127                      "slavenames": ["bot184", "bot185"]
    123128                    },
  • trunk/Tools/ChangeLog

    r179694 r179698  
     12015-02-05  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Disable retries on Mac debug testers
     4        https://bugs.webkit.org/show_bug.cgi?id=141296
     5
     6        Reviewed by Simon Fraser.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9
    1102015-02-05  Dan Bernstein  <mitz@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.