Title: [226780] trunk/Tools
Revision
226780
Author
[email protected]
Date
2018-01-11 07:42:54 -0800 (Thu, 11 Jan 2018)

Log Message

Add the new JSCOnly bot to the scheduler.
https://bugs.webkit.org/show_bug.cgi?id=181487

Unreviewed follow-up patch after r226729

On r226729 I missed to add the new JSCOnly bot the default scheduler.
This is needed to make the bot automatically pick each commit for testing.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2018-01-11 15:41:39 UTC (rev 226779)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2018-01-11 15:42:54 UTC (rev 226780)
@@ -405,7 +405,7 @@
                       "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release (Build)", "GTK Linux 64-bit Debug (Build)", "GTK Linux ARM Release",
                                        "GTK Linux 64-bit Release Debian Stable (Build)", "GTK Linux 64-bit Release Ubuntu LTS (Build)",
                                        "JSCOnly Linux AArch64 Release", "JSCOnly Linux ARMv7 Thumb2 Release", "JSCOnly Linux ARMv7 Traditional Release",
-                                       "WinCairo 64-Bit Release", "WPE Linux 64-bit Release (Build)"]
+                                       "JSCOnly Linux MIPS32el Release", "WinCairo 64-Bit Release", "WPE Linux 64-bit Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-elcapitan", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple El Capitan Release (Build)", "Apple El Capitan Debug (Build)", "Apple El Capitan LLINT CLoop (BuildAndTest)", "Apple El Capitan 32-bit JSC (BuildAndTest)", "Apple El Capitan Release (32-bit Build)", "Apple El Capitan CMake Debug (Build)"]

Modified: trunk/Tools/ChangeLog (226779 => 226780)


--- trunk/Tools/ChangeLog	2018-01-11 15:41:39 UTC (rev 226779)
+++ trunk/Tools/ChangeLog	2018-01-11 15:42:54 UTC (rev 226780)
@@ -1,3 +1,15 @@
+2018-01-11  Carlos Alberto Lopez Perez  <[email protected]>
+
+        Add the new JSCOnly bot to the scheduler.
+        https://bugs.webkit.org/show_bug.cgi?id=181487
+
+        Unreviewed follow-up patch after r226729
+
+        On r226729 I missed to add the new JSCOnly bot the default scheduler.
+        This is needed to make the bot automatically pick each commit for testing.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2018-01-11  Wenson Hsieh  <[email protected]>
 
         [Attachment Support] Support dragging attachment elements out as files on iOS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to