Title: [204629] trunk/Tools
Revision
204629
Author
[email protected]
Date
2016-08-19 00:26:22 -0700 (Fri, 19 Aug 2016)

Log Message

Remove Yosemite Leaks bot from config.json
        
Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (204628 => 204629)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2016-08-19 05:42:03 UTC (rev 204628)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2016-08-19 07:26:22 UTC (rev 204629)
@@ -2,7 +2,6 @@
     "slaves":     [ { "name": "test-slave", "platform": "*" },
 
                     { "name": "bot139", "platform": "mac-yosemite" },
-                    { "name": "bot148", "platform": "mac-yosemite" },
                     { "name": "bot155", "platform": "mac-yosemite" },
                     { "name": "bot157", "platform": "mac-yosemite" },
                     { "name": "bot180", "platform": "mac-yosemite" },
@@ -147,11 +146,6 @@
                       "platform": "mac-elcapitan", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["bot419"]
                     },
-                    { "name": "Apple Yosemite (Leaks)", "type": "TestWebKit1Leaks", "builddir": "yosemite-leaks",
-                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
-                      "additionalArguments": ["--no-retry-failures"],
-                      "slavenames": ["bot148"]
-                    },
                     { "name": "Apple Yosemite Release (32-bit Build)", "type": "Build", "builddir": "yosemite-32bit-release",
                       "platform": "mac-yosemite", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["bot139"]
@@ -158,7 +152,7 @@
                     },
                     { "name": "Apple Yosemite Debug (Build)", "type": "Build", "builddir": "yosemite-debug",
                       "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
-                      "triggers": ["yosemite-debug-tests-jsc", "yosemite-debug-tests-wk1", "yosemite-debug-tests-wk2", "yosemite-leaks"],
+                      "triggers": ["yosemite-debug-tests-jsc", "yosemite-debug-tests-wk1", "yosemite-debug-tests-wk2"],
                       "slavenames": ["bot180", "bot181"]
                     },
                     { "name": "Apple Yosemite Debug JSC (Tests)", "type": "TestJSC", "builddir": "yosemite-debug-tests-jsc",
@@ -366,9 +360,6 @@
                     { "type": "Triggerable", "name": "elcapitan-leaks",
                       "builderNames": ["Apple El Capitan (Leaks)"]
                     },
-                    { "type": "Triggerable", "name": "yosemite-leaks",
-                      "builderNames": ["Apple Yosemite (Leaks)"]
-                    },
                     { "type": "Triggerable", "name": "elcapitan-release-tests-jsc",
                       "builderNames": ["Apple El Capitan Release JSC (Tests)"]
                     },

Modified: trunk/Tools/ChangeLog (204628 => 204629)


--- trunk/Tools/ChangeLog	2016-08-19 05:42:03 UTC (rev 204628)
+++ trunk/Tools/ChangeLog	2016-08-19 07:26:22 UTC (rev 204629)
@@ -1,3 +1,11 @@
+2016-08-19  Lucas Forschler  <[email protected]>
+
+        Remove Yosemite Leaks bot from config.json
+        
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2016-08-18  Dan Bernstein  <[email protected]>
 
         [Cocoa] API::Number needs to be wrapped by an NSNumber
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to