Title: [242156] trunk/Tools
Revision
242156
Author
[email protected]
Date
2019-02-27 13:37:15 -0800 (Wed, 27 Feb 2019)

Log Message

High Sierra Debug JSC test queue should use faster hardware
https://bugs.webkit.org/show_bug.cgi?id=194603

Rubber-stamped by Alexey Proskuryakov.

Adjust queues to free up faster hardware for use on the High Sierra Debug JSC queue.

* BuildSlaveSupport/build.webkit.org-config/config.json:
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
(BubbleQueueServer):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:
* QueueStatusServer/config/queues.py:
* Scripts/webkitpy/common/config/ews.json:
* Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
(test_ews_name):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2019-02-27 21:37:15 UTC (rev 242156)
@@ -15,7 +15,6 @@
                     { "name": "bot612", "platform": "mac-mojave" },
                     { "name": "bot613", "platform": "mac-mojave" },
 
-                    { "name": "bot155", "platform": "mac-highsierra" },
                     { "name": "bot153", "platform": "mac-highsierra" },
                     { "name": "bot157", "platform": "mac-highsierra" },
                     { "name": "bot163", "platform": "mac-highsierra" },
@@ -149,13 +148,9 @@
                       "additionalArguments": ["--no-retry-failures"],
                       "slavenames": ["bot216", "bot217"]
                     },
-                    { "name": "Apple High Sierra Release (32-bit Build)", "type": "Build", "builddir": "highsierra-32bit-release",
-                      "platform": "mac-highsierra", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["bot638"]
-                    },
                     { "name": "Apple High Sierra Debug JSC (Tests)", "type": "TestJSC", "builddir": "highsierra-debug-tests-jsc",
                       "platform": "mac-highsierra", "configuration": "debug", "architectures": ["x86_64"],
-                      "slavenames": ["bot155"]
+                      "slavenames": ["bot638"]
                     },
                     { "name": "Apple High Sierra Release JSC (Tests)", "type": "TestJSC", "builddir": "highsierra-release-tests-jsc",
                       "platform": "mac-highsierra", "configuration": "release", "architectures": ["x86_64"],
@@ -395,7 +390,7 @@
                       "builderNames": ["Apple Mojave (Leaks)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-highsierra", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["Apple High Sierra Release (Build)", "Apple High Sierra Debug (Build)", "Apple High Sierra Release (32-bit Build)", "Apple High Sierra LLINT CLoop (BuildAndTest)"]
+                      "builderNames": ["Apple High Sierra Release (Build)", "Apple High Sierra Debug (Build)", "Apple High Sierra LLINT CLoop (BuildAndTest)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "ios-12", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple iOS 12 Release (Build)"]

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (242155 => 242156)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js	2019-02-27 21:37:15 UTC (rev 242156)
@@ -34,7 +34,6 @@
         "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
         "jsc-ews": {platform: Dashboard.Platform.macOSMojave, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
         "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"},
-        "mac-32bit-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
         "mac-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
         "mac-wk2-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
         "mac-debug-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (242155 => 242156)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2019-02-27 21:37:15 UTC (rev 242156)
@@ -35,7 +35,6 @@
         "Apple Mojave (Leaks)": {platform: Dashboard.Platform.macOSMojave, debug: false, leaks: true},
         "Apple High Sierra Debug (Build)": {platform: Dashboard.Platform.macOSHighSierra, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
         "Apple High Sierra Release (Build)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
-        "Apple High Sierra Release (32-bit Build)": {platform: Dashboard.Platform.macOSHighSierra, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
         "Apple High Sierra Debug WK1 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "Apple High Sierra Debug WK2 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
         "Apple High Sierra Release WK1 (Tests)": {platform: Dashboard.Platform.macOSHighSierra, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit1},

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py (242155 => 242156)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py	2019-02-27 21:37:15 UTC (rev 242156)
@@ -529,7 +529,6 @@
     'Apple High Sierra Debug WK1 (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'layout-test', 'run-api-tests', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand'],
     'Apple High Sierra Debug WK2 (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'layout-test', 'run-api-tests', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand'],
     'Apple High Sierra LLINT CLoop (BuildAndTest)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit', 'webkit-jsc-cloop-test'],
-    'Apple High Sierra Release (32-bit Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'],
     'Apple High Sierra Release (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit', 'archive-built-product', 'upload', 'archive-built-product', 'upload', 'transfer-to-s3', 'trigger'],
     'Apple High Sierra Release JSC (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'jscore-test'],
     'Apple High Sierra Release Test262 (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'test262-test'],

Modified: trunk/Tools/ChangeLog (242155 => 242156)


--- trunk/Tools/ChangeLog	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/ChangeLog	2019-02-27 21:37:15 UTC (rev 242156)
@@ -1,3 +1,23 @@
+2019-02-13  Ryan Haddad  <[email protected]>
+
+        High Sierra Debug JSC test queue should use faster hardware
+        https://bugs.webkit.org/show_bug.cgi?id=194603
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        Adjust queues to free up faster hardware for use on the High Sierra Debug JSC queue.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
+        (BubbleQueueServer):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+        * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:
+        * QueueStatusServer/config/queues.py:
+        * Scripts/webkitpy/common/config/ews.json:
+        * Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
+        (test_ews_name):
+
 2019-02-27  John Wilander  <[email protected]>
 
         Adopt WebCore::RegistrableDomain in WebCore::ResourceLoadStatistics and WebKit::NetworkProcessProxy

Modified: trunk/Tools/QueueStatusServer/config/queues.py (242155 => 242156)


--- trunk/Tools/QueueStatusServer/config/queues.py	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/QueueStatusServer/config/queues.py	2019-02-27 21:37:15 UTC (rev 242156)
@@ -43,7 +43,6 @@
     "mac-ews",
     "mac-wk2-ews",
     "mac-debug-ews",
-    "mac-32bit-ews",
     "webkitpy-ews",
     "win-ews",
     "wincairo-ews",

Modified: trunk/Tools/Scripts/webkitpy/common/config/ews.json (242155 => 242156)


--- trunk/Tools/Scripts/webkitpy/common/config/ews.json	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/Scripts/webkitpy/common/config/ews.json	2019-02-27 21:37:15 UTC (rev 242156)
@@ -42,11 +42,6 @@
         "style": "debug",
         "runTests": true
     },
-    "Mac 32-bit EWS": {
-        "port": "mac",
-        "name": "mac-32bit-ews",
-        "architecture": "i386"
-    },
     "JSC EWS": {
         "port": "mac",
         "name": "jsc-ews",

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py (242155 => 242156)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py	2019-02-27 21:34:26 UTC (rev 242155)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py	2019-02-27 21:37:15 UTC (rev 242156)
@@ -214,7 +214,6 @@
             'jsc-ews',
             'jsc-mips-ews',
             'jsc-armv7-ews',
-            'mac-32bit-ews',
             'mac-debug-ews',
             'mac-ews',
             'mac-wk2-ews',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to