Changeset 156571 in webkit


Ignore:
Timestamp:
Sep 27, 2013, 1:48:36 PM (12 years ago)
Author:
ap@apple.com
Message:

Don't retry failures on Apple MountainLion Release WK1 tester
https://bugs.webkit.org/show_bug.cgi?id=122026

Reviewed by Mark Rowe.

  • BuildSlaveSupport/build.webkit.org-config/config.json: Added --no-retry-failures

on this bot.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r156570 r156571  
    118118                    { "name": "Apple MountainLion Release WK1 (Tests)", "type": "Test", "builddir": "mountainlion-release-tests-wk1",
    119119                      "platform": "mac-mountainlion", "configuration": "release", "architectures": ["x86_64"],
     120                      "additionalArguments": ["--no-retry-failures"],
    120121                      "slavenames": ["apple-mini-208"]
    121122                    },
  • trunk/Tools/ChangeLog

    r156570 r156571  
     12013-09-27  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Don't retry failures on Apple MountainLion Release WK1 tester
     4        https://bugs.webkit.org/show_bug.cgi?id=122026
     5
     6        Reviewed by Mark Rowe.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json: Added --no-retry-failures
     9        on this bot.
     10
    1112013-09-27  Alexey Proskuryakov  <ap@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.