Changeset 177540 in webkit


Ignore:
Timestamp:
Dec 18, 2014 4:27:20 PM (9 years ago)
Author:
ap@apple.com
Message:

Disable retries on Mac Release WK2 testers
https://bugs.webkit.org/show_bug.cgi?id=139798

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

    r177535 r177540  
    104104                    { "name": "Apple MountainLion Release WK2 (Tests)", "type": "TestWebKit2", "builddir": "mountainlion-release-tests-wk2",
    105105                      "platform": "mac-mountainlion", "configuration": "release", "architectures": ["x86_64"],
     106                      "additionalArguments": ["--no-retry-failures"],
    106107                      "slavenames": ["bot197", "bot142"]
    107108                    },
     
    144145                    { "name": "Apple Mavericks Release WK2 (Tests)", "type": "TestWebKit2", "builddir": "mavericks-release-tests-wk2",
    145146                      "platform": "mac-mavericks", "configuration": "release", "architectures": ["x86_64"],
     147                      "additionalArguments": ["--no-retry-failures"],
    146148                      "slavenames": ["bot200", "bot152"]
    147149                    },
     
    184186                    { "name": "Apple Yosemite Release WK2 (Tests)", "type": "TestWebKit2", "builddir": "yosemite-release-tests-wk2",
    185187                      "platform": "mac-yosemite", "configuration": "release", "architectures": ["x86_64"],
     188                      "additionalArguments": ["--no-retry-failures"],
    186189                      "slavenames": ["bot192", "bot193"]
    187190                    },
  • trunk/Tools/ChangeLog

    r177535 r177540  
     12014-12-18  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Disable retries on Mac Release WK2 testers
     4        https://bugs.webkit.org/show_bug.cgi?id=139798
     5
     6        Reviewed by Simon Fraser.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9
    1102014-12-18  Alexey Proskuryakov  <ap@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.