Title: [271438] trunk/Tools
Revision
271438
Author
[email protected]
Date
2021-01-13 05:21:08 -0800 (Wed, 13 Jan 2021)

Log Message

[buildbot] WebKitGTK(GTK4) isn't triggered after a binary build
https://bugs.webkit.org/show_bug.cgi?id=220586

Reviewed by Aakash Jain.

r269945 added a new WebKitGTK (GTK4) post-commit bot that runs several test suites
(layout-test, api-tests and webdriver-tests). The bot was expected to run after
every binary build, however that wasn't happening because the bot wasn't set as
triggerable.

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-01-13 12:52:08 UTC (rev 271437)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-01-13 13:21:08 UTC (rev 271438)
@@ -333,7 +333,7 @@
                       "name": "GTK-Linux-64-bit-Release-Build", "factory": "BuildAndGenerateJSCBundleFactory", "builddir": "gtk-linux-64-release",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
                       "triggers": ["gtk-linux-64-release-tests", "gtk-linux-64-release-tests-js", "gtk-linux-64-release-tests-webdriver",
-                                   "gtk-linux-64-release-wayland-tests", "gtk-linux-64-release-perf-tests"],
+                                   "gtk-linux-64-release-wayland-tests", "gtk-linux-64-release-perf-tests", "gtk-linux-64-release-gtk4-tests"],
                       "workernames": ["gtk-linux-bot-2"]
                     },
                     {
@@ -644,6 +644,9 @@
                     { "type": "Triggerable", "name": "gtk-linux-64-release-tests-webdriver",
                       "builderNames": ["GTK-Linux-64-bit-Release-WebDriver-Tests"]
                     },
+                    { "type": "Triggerable", "name": "gtk-linux-64-release-gtk4-tests",
+                      "builderNames": ["GTK-Linux-64-bit-Release-GTK4-Tests"]
+                    },
                     { "type": "Triggerable", "name": "gtk-linux-64-debug-tests",
                       "builderNames": ["GTK-Linux-64-bit-Debug-Tests"]
                     },

Modified: trunk/Tools/ChangeLog (271437 => 271438)


--- trunk/Tools/ChangeLog	2021-01-13 12:52:08 UTC (rev 271437)
+++ trunk/Tools/ChangeLog	2021-01-13 13:21:08 UTC (rev 271438)
@@ -1,3 +1,17 @@
+2021-01-13  Diego Pino Garcia  <[email protected]>
+
+        [buildbot] WebKitGTK(GTK4) isn't triggered after a binary build
+        https://bugs.webkit.org/show_bug.cgi?id=220586
+
+        Reviewed by Aakash Jain.
+
+        r269945 added a new WebKitGTK (GTK4) post-commit bot that runs several test suites
+        (layout-test, api-tests and webdriver-tests). The bot was expected to run after
+        every binary build, however that wasn't happening because the bot wasn't set as
+        triggerable.
+
+        * CISupport/build-webkit-org/config.json:
+
 2021-01-12  Angelos Oikonomopoulos  <[email protected]>
 
         Implement serial tests for the ruby test writer
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to