Title: [138995] trunk/Tools
Revision
138995
Author
o...@chromium.org
Date
2013-01-07 14:59:46 -0800 (Mon, 07 Jan 2013)

Log Message

Add the Apple MountainLion bots to garden-o-matic.
Eventually, we really should move away from hardcoding
the list of bots.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js (138994 => 138995)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2013-01-07 22:56:02 UTC (rev 138994)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js	2013-01-07 22:59:46 UTC (rev 138995)
@@ -40,6 +40,10 @@
             'Apple Lion Debug WK1 (Tests)' : {version: 'lion', debug: true},
             'Apple Lion Release WK2 (Tests)' : {version: 'lion' },
             'Apple Lion Debug WK2 (Tests)' : {version: 'lion', debug: true},
+            'Apple MountainLion Release WK1 (Tests)' : {version: 'mountainlion' },
+            'Apple MountainLion Debug WK1 (Tests)' : {version: 'mountainlion', debug: true},
+            'Apple MountainLion Release WK2 (Tests)' : {version: 'mountainlion' },
+            'Apple MountainLion Debug WK2 (Tests)' : {version: 'mountainlion', debug: true},
             // 'Apple Win XP Debug (Tests)' : {version: 'xp',debug: true},
             // 'Apple Win 7 Release (Tests)' : {version: 'win7'},
         },

Modified: trunk/Tools/ChangeLog (138994 => 138995)


--- trunk/Tools/ChangeLog	2013-01-07 22:56:02 UTC (rev 138994)
+++ trunk/Tools/ChangeLog	2013-01-07 22:59:46 UTC (rev 138995)
@@ -1,3 +1,11 @@
+2013-01-07  Ojan Vafai  <o...@chromium.org>
+
+        Add the Apple MountainLion bots to garden-o-matic.
+        Eventually, we really should move away from hardcoding
+        the list of bots.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
+
 2013-01-07  Jochen Eisinger  <joc...@chromium.org>
 
         [chromium] move web audio related methods to testrunner library
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to