Title: [246864] trunk/Tools
Revision
246864
Author
[email protected]
Date
2019-06-26 17:54:07 -0700 (Wed, 26 Jun 2019)

Log Message

[ews-build] Add configuration and architecture for WPE and GTK builders
https://bugs.webkit.org/show_bug.cgi?id=199249

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/ews-build/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (246863 => 246864)


--- trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-06-27 00:39:29 UTC (rev 246863)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json	2019-06-27 00:54:07 UTC (rev 246864)
@@ -283,6 +283,8 @@
       "shortname": "gtk",
       "factory": "GTKFactory",
       "platform": "gtk",
+      "configuration": "release",
+      "architectures": ["x86_64"],
       "workernames": ["tanty-gtk-wk2-ews", "ltilve-gtk-wk2-ews"]
     },
     {
@@ -383,6 +385,8 @@
       "shortname": "wpe",
       "factory": "WPEFactory",
       "platform": "wpe",
+      "configuration": "release",
+      "architectures": ["x86_64"],
       "workernames": ["igalia-wpe-ews", "aperez-wpe-gcc5-ews", "aperez-wpe-gcc6-ews"]
     },
     {

Modified: trunk/Tools/ChangeLog (246863 => 246864)


--- trunk/Tools/ChangeLog	2019-06-27 00:39:29 UTC (rev 246863)
+++ trunk/Tools/ChangeLog	2019-06-27 00:54:07 UTC (rev 246864)
@@ -1,5 +1,14 @@
 2019-06-26  Aakash Jain  <[email protected]>
 
+        [ews-build] Add configuration and architecture for WPE and GTK builders
+        https://bugs.webkit.org/show_bug.cgi?id=199249
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/ews-build/config.json:
+
+2019-06-26  Aakash Jain  <[email protected]>
+
         [ews-build] Add check for duplicate workers in config.json
         https://bugs.webkit.org/show_bug.cgi?id=199240
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to