Changeset 247051 in webkit


Ignore:
Timestamp:
Jul 2, 2019 9:00:05 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Update bot configuration for WPE and GTK
https://bugs.webkit.org/show_bug.cgi?id=199238

Reviewed by Michael Catanzaro.

  • BuildSlaveSupport/ews-build/config.json:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r246864 r247051  
    66    },
    77    {
     8      "name": "igalia1-gtk-wk2-ews",
     9      "platform": "gtk"
     10    },
     11    {
     12      "name": "igalia2-gtk-wk2-ews",
     13      "platform": "gtk"
     14    },
     15    {
     16      "name": "igalia3-gtk-wk2-ews",
     17      "platform": "gtk"
     18    },
     19    {
     20      "name": "igalia4-gtk-wk2-ews",
     21      "platform": "gtk"
     22    },
     23    {
     24      "name": "aperez-gtk-ews",
     25      "platform": "gtk"
     26    },
     27    {
    828      "name": "tanty-gtk-wk2-ews",
    929      "platform": "gtk"
     
    1838    },
    1939    {
    20       "name": "aperez-wpe-gcc5-ews",
    21       "platform": "wpe"
    22     },
    23     {
    24       "name": "aperez-wpe-gcc6-ews",
     40      "name": "aperez-wpe-ews",
    2541      "platform": "wpe"
    2642    },
     
    286302      "configuration": "release",
    287303      "architectures": ["x86_64"],
    288       "workernames": ["tanty-gtk-wk2-ews", "ltilve-gtk-wk2-ews"]
     304      "workernames": ["igalia1-gtk-wk2-ews", "igalia2-gtk-wk2-ews", "igalia3-gtk-wk2-ews", "igalia4-gtk-wk2-ews", "aperez-gtk-ews", "tanty-gtk-wk2-ews", "ltilve-gtk-wk2-ews"]
    289305    },
    290306    {
     
    388404      "configuration": "release",
    389405      "architectures": ["x86_64"],
    390       "workernames": ["igalia-wpe-ews", "aperez-wpe-gcc5-ews", "aperez-wpe-gcc6-ews"]
     406      "workernames": ["igalia-wpe-ews", "aperez-wpe-ews"]
    391407    },
    392408    {
  • trunk/Tools/ChangeLog

    r247049 r247051  
     12019-07-02  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Update bot configuration for WPE and GTK
     4        https://bugs.webkit.org/show_bug.cgi?id=199238
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-07-02  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.