Changeset 90228 in webkit


Ignore:
Timestamp:
Jul 1, 2011 7:51:31 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-07-01 Mihnea Ovidenie <mihnea@adobe.com>

Reviewed by Adam Roben.

[CSSRegions] Add build slave
https://bugs.webkit.org/show_bug.cgi?id=62372

  • BuildSlaveSupport/build.webkit.org-config/config.json: Add an entry for a release build of Mac.
Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r89966 r90228  
    6868                    { "name": "wince-1", "platform": "wince" },
    6969                   
    70                     { "name": "efl-linux-slave-1", "platform": "efl" }
     70                    { "name": "efl-linux-slave-1", "platform": "efl" },
     71
     72                    { "name": "adobe-mac-slave1", "platform": "mac-snowleopard" }
    7173                  ],
    7274
     
    245247                      "platform": "efl", "configuration": "release", "architectures": ["i386"],
    246248                      "slavenames": ["efl-linux-slave-1"]
     249                    },
     250                    { "name": "CSSRegions SnowLeopard Intel Release (Build)", "type": "Build", "builddir": "cssregions-snowleopard-intel-release",
     251                      "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"],
     252                      "slavenames": ["adobe-mac-slave1"]
    247253                    }
    248254                  ],
     
    260266                    },
    261267                    { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0,
    262                       "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Release (NRWT)", "SnowLeopard Intel Debug (Build)"]
     268                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Release (NRWT)", "SnowLeopard Intel Debug (Build)",
     269                                       "CSSRegions SnowLeopard Intel Release (Build)"]
    263270                    },
    264271                    { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,
  • trunk/Tools/ChangeLog

    r90217 r90228  
     12011-07-01  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        Reviewed by Adam Roben.
     4
     5        [CSSRegions] Add build slave
     6        https://bugs.webkit.org/show_bug.cgi?id=62372
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json:
     9        Add an entry for a release build of Mac.
     10
    1112011-07-01  Sheriff Bot  <webkit.review.bot@gmail.com>
    212
Note: See TracChangeset for help on using the changeset viewer.