Changeset 246864 in webkit


Ignore:
Timestamp:
Jun 26, 2019 5:54:07 PM (5 years ago)
Author:
aakash_jain@apple.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r246738 r246864  
    284284      "factory": "GTKFactory",
    285285      "platform": "gtk",
     286      "configuration": "release",
     287      "architectures": ["x86_64"],
    286288      "workernames": ["tanty-gtk-wk2-ews", "ltilve-gtk-wk2-ews"]
    287289    },
     
    384386      "factory": "WPEFactory",
    385387      "platform": "wpe",
     388      "configuration": "release",
     389      "architectures": ["x86_64"],
    386390      "workernames": ["igalia-wpe-ews", "aperez-wpe-gcc5-ews", "aperez-wpe-gcc6-ews"]
    387391    },
  • trunk/Tools/ChangeLog

    r246862 r246864  
     12019-06-26  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Add configuration and architecture for WPE and GTK builders
     4        https://bugs.webkit.org/show_bug.cgi?id=199249
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json:
     9
    1102019-06-26  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.