Title: [295668] trunk/Tools/CISupport/build-webkit-org
Revision
295668
Author
dp...@igalia.com
Date
2022-06-19 21:51:56 -0700 (Sun, 19 Jun 2022)

Log Message

Add new post-commit bot WPE-Linux-64-bit-Release-Clang-Build https://bugs.webkit.org/show_bug.cgi?id=241403

Reviewed by Jonathan Bedard and Aakash Jain.

Also rename 'GTK-Linux-64-bit-Release-Clang' to 'GTK-Linux-64-bit-Release-Clang-Build'
to respect naming convention.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories_unittest.py: Add new test
  for 'WPE-Linux-64-bit-Release-Clang-Build' bot.

Canonical link: https://commits.webkit.org/251673@main

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2022-06-20 04:27:35 UTC (rev 295667)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2022-06-20 04:51:56 UTC (rev 295668)
@@ -137,7 +137,8 @@
                     { "name": "wpe-linux-bot-8", "platform": "wpe" },
                     { "name": "wpe-linux-bot-9", "platform": "wpe" },
                     { "name": "wpe-linux-bot-10", "platform": "wpe" },
-                    { "name": "wpe-linux-bot-11", "platform": "wpe" }
+                    { "name": "wpe-linux-bot-11", "platform": "wpe" },
+                    { "name": "wpe-linux-bot-12", "platform": "wpe" }
                   ],
 
     "builders":   [
@@ -504,7 +505,7 @@
                       "workernames": ["gtk-linux-bot-19"]
                     },
                     {
-                      "name": "GTK-Linux-64-bit-Release-Clang", "factory": "BuildFactory",
+                      "name": "GTK-Linux-64-bit-Release-Clang-Build", "factory": "BuildFactory",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
                       "workernames": ["gtk-linux-bot-20"]
                     },
@@ -631,12 +632,17 @@
                       "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
                       "additionalArguments": ["--no-experimental-features"],
                       "workernames": ["wpe-linux-bot-11"]
+                    },
+                    {
+                      "name": "WPE-Linux-64-bit-Release-Clang-Build", "factory": "BuildFactory",
+                      "platform": "wpe", "configuration": "release", "architectures": ["x86_64"],
+                      "workernames": ["wpe-linux-bot-12"]
                     }
                   ],
 
     "schedulers": [ { "type": "AnyBranchScheduler", "name": "main", "change_filter": "main_filter", "treeStableTimer": 45.0,
                       "builderNames": ["GTK-Linux-64-bit-Release-Build", "GTK-Linux-64-bit-Debug-Build",
-                                       "GTK-Linux-64-bit-Release-Clang",
+                                       "GTK-Linux-64-bit-Release-Clang-Build",
                                        "GTK-Linux-64-bit-Release-Debian-Stable-Build",
                                        "GTK-Linux-64-bit-Release-Ubuntu-2004-Build",
                                        "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build",
@@ -647,6 +653,7 @@
                                        "JSCOnly-Linux-MIPS32el-Release", "PlayStation-Release-Build", "PlayStation-Debug-Build",
                                        "WinCairo-64-bit-WKL-Release-Build", "WinCairo-64-bit-WKL-Debug-Build",
                                        "WPE-Linux-64-bit-Release-Build", "WPE-Linux-64-bit-Debug-Build",
+                                       "WPE-Linux-64-bit-Release-Clang-Build",
                                        "WPE-Linux-64-bit-Release-Non-Unified-Build"]
                     },
 

Modified: trunk/Tools/CISupport/build-webkit-org/factories_unittest.py (295667 => 295668)


--- trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2022-06-20 04:27:35 UTC (rev 295667)
+++ trunk/Tools/CISupport/build-webkit-org/factories_unittest.py	2022-06-20 04:51:56 UTC (rev 295668)
@@ -1038,7 +1038,7 @@
             'transfer-to-s3',
             'trigger'
         ],
-        'GTK-Linux-64-bit-Release-Clang': [
+        'GTK-Linux-64-bit-Release-Clang-Build': [
             'configure-build',
             'configuration',
             'clean-and-update-working-directory',
@@ -1657,6 +1657,18 @@
             'jhbuild',
             'compile-webkit'
         ],
+        'WPE-Linux-64-bit-Release-Clang-Build': [
+            'configure-build',
+            'configuration',
+            'clean-and-update-working-directory',
+            'checkout-specific-revision',
+            'show-identifier',
+            'kill-old-processes',
+            'delete-WebKitBuild-directory',
+            'delete-stale-build-files',
+            'jhbuild',
+            'compile-webkit'
+        ],
     }
 
     def setUp(self):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to