Changeset 204629 in webkit


Ignore:
Timestamp:
Aug 19, 2016 12:26:22 AM (8 years ago)
Author:
Lucas Forschler
Message:

Remove Yosemite Leaks bot from config.json

Reviewed by Alexey Proskuryakov.

  • 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

    r198529 r204629  
    33
    44                    { "name": "bot139", "platform": "mac-yosemite" },
    5                     { "name": "bot148", "platform": "mac-yosemite" },
    65                    { "name": "bot155", "platform": "mac-yosemite" },
    76                    { "name": "bot157", "platform": "mac-yosemite" },
     
    148147                      "slavenames": ["bot419"]
    149148                    },
    150                     { "name": "Apple Yosemite (Leaks)", "type": "TestWebKit1Leaks", "builddir": "yosemite-leaks",
    151                       "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
    152                       "additionalArguments": ["--no-retry-failures"],
    153                       "slavenames": ["bot148"]
    154                     },
    155149                    { "name": "Apple Yosemite Release (32-bit Build)", "type": "Build", "builddir": "yosemite-32bit-release",
    156150                      "platform": "mac-yosemite", "configuration": "release", "architectures": ["i386"],
     
    159153                    { "name": "Apple Yosemite Debug (Build)", "type": "Build", "builddir": "yosemite-debug",
    160154                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
    161                       "triggers": ["yosemite-debug-tests-jsc", "yosemite-debug-tests-wk1", "yosemite-debug-tests-wk2", "yosemite-leaks"],
     155                      "triggers": ["yosemite-debug-tests-jsc", "yosemite-debug-tests-wk1", "yosemite-debug-tests-wk2"],
    162156                      "slavenames": ["bot180", "bot181"]
    163157                    },
     
    367361                      "builderNames": ["Apple El Capitan (Leaks)"]
    368362                    },
    369                     { "type": "Triggerable", "name": "yosemite-leaks",
    370                       "builderNames": ["Apple Yosemite (Leaks)"]
    371                     },
    372363                    { "type": "Triggerable", "name": "elcapitan-release-tests-jsc",
    373364                      "builderNames": ["Apple El Capitan Release JSC (Tests)"]
  • trunk/Tools/ChangeLog

    r204614 r204629  
     12016-08-19  Lucas Forschler  <lforschler@apple.com>
     2
     3        Remove Yosemite Leaks bot from config.json
     4       
     5        Reviewed by Alexey Proskuryakov.
     6
     7        * BuildSlaveSupport/build.webkit.org-config/config.json:
     8
    192016-08-18  Dan Bernstein  <mitz@apple.com>
    210
Note: See TracChangeset for help on using the changeset viewer.