Title: [280717] trunk/Tools
Revision
280717
Author
[email protected]
Date
2021-08-05 19:39:49 -0700 (Thu, 05 Aug 2021)

Log Message

[buildbot] Add new post-commit bot to build WPE on Ubuntu-LTS
https://bugs.webkit.org/show_bug.cgi?id=228535

Reviewed by Alexey Proskuryakov.

Currently we only had a bot to build WebKitGTK on Ubuntu LTS. This is
not enough to detect build regressions in WPE.

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

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/config.json (280716 => 280717)


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-08-06 01:59:40 UTC (rev 280716)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-08-06 02:39:49 UTC (rev 280717)
@@ -129,7 +129,8 @@
                     { "name": "wpe-linux-bot-6", "platform": "wpe" },
                     { "name": "wpe-linux-bot-7", "platform": "wpe" },
                     { "name": "wpe-linux-bot-8", "platform": "wpe" },
-                    { "name": "wpe-linux-bot-9", "platform": "wpe" }
+                    { "name": "wpe-linux-bot-9", "platform": "wpe" },
+                    { "name": "wpe-linux-bot-10", "platform": "wpe" }
                   ],
 
     "builders":   [
@@ -551,12 +552,20 @@
                       "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
                       "additionalArguments": ["--cmakeargs=-DENABLE_UNIFIED_BUILDS=OFF"],
                       "workernames": ["wpe-linux-bot-9"]
+                    },
+                    {
+                      "name": "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build", "factory": "BuildFactory", "builddir": "wpe-linux-64-release-ubuntu",
+                      "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
+                      "additionalArguments": ["--no-experimental-features"],
+                      "workernames": ["wpe-linux-bot-10"]
                     }
                   ],
 
     "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
                       "builderNames": ["GTK-Linux-64-bit-Release-Build", "GTK-Linux-64-bit-Debug-Build",
-                                       "GTK-Linux-64-bit-Release-Debian-Stable-Build", "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build",
+                                       "GTK-Linux-64-bit-Release-Debian-Stable-Build",
+                                       "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build",
+                                       "WPE-Linux-64-bit-Release-Ubuntu-LTS-Build",
                                        "JSCOnly-Linux-AArch64-Release",
                                        "JSCOnly-Linux-ARMv7-Thumb2-Release", "JSCOnly-Linux-ARMv7-Thumb2-SoftFP-Release",
                                        "JSCOnly-Linux-MIPS32el-Release", "PlayStation-Release-Build", "PlayStation-Debug-Build",

Modified: trunk/Tools/ChangeLog (280716 => 280717)


--- trunk/Tools/ChangeLog	2021-08-06 01:59:40 UTC (rev 280716)
+++ trunk/Tools/ChangeLog	2021-08-06 02:39:49 UTC (rev 280717)
@@ -1,3 +1,15 @@
+2021-08-05  Diego Pino Garcia  <[email protected]>
+
+        [buildbot] Add new post-commit bot to build WPE on Ubuntu-LTS
+        https://bugs.webkit.org/show_bug.cgi?id=228535
+
+        Reviewed by Alexey Proskuryakov.
+
+        Currently we only had a bot to build WebKitGTK on Ubuntu LTS. This is
+        not enough to detect build regressions in WPE.
+
+        * CISupport/build-webkit-org/config.json:
+
 2021-08-05  Kate Cheney  <[email protected]>
 
         LoadWebArchive.FailNavigation1 test is a false positive
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to