WebKit Bugzilla
Attachment 372949 Details for
Bug 199234
: [ews-build] Enable WPE and GTK queues on new EWS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199234-20190626165537.patch (text/plain), 2.50 KB, created by
Aakash Jain
on 2019-06-26 13:55:38 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-06-26 13:55:38 PDT
Size:
2.50 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246846) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-06-26 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Enable WPE and GTK queues on new EWS >+ https://bugs.webkit.org/show_bug.cgi?id=199234 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/config.json: >+ * BuildSlaveSupport/ews-build/factories.py: >+ > 2019-06-25 Jiewen Tan <jiewen_tan@apple.com> > > Implement a new SPI to inform clients about AppSSO >Index: Tools/BuildSlaveSupport/ews-build/config.json >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/config.json (revision 246846) >+++ Tools/BuildSlaveSupport/ews-build/config.json (working copy) >@@ -434,16 +434,16 @@ > "type": "Try_Userpass", > "name": "try", > "port": 5555, >- "builderNames": ["Bindings-Tests-EWS", "iOS-12-Build-EWS", "iOS-12-Simulator-Build-EWS", >- "macOS-High-Sierra-Release-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"] >+ "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "iOS-12-Simulator-Build-EWS", >+ "macOS-High-Sierra-Release-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WPE-EWS"] > }, > { > "type": "Try_Userpass", > "name": "disabled", > "port": 5556, >- "builderNames": ["GTK-Webkit2-EWS", "JSC-Tests-EWS", >+ "builderNames": ["JSC-Tests-EWS", > "iOS-12-Simulator-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK2-Tests-EWS", "macOS-High-Sierra-Release-WK1-Tests-EWS", >- "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WPE-EWS"] >+ "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS"] > }, > { > "type": "Triggerable", >Index: Tools/BuildSlaveSupport/ews-build/factories.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/factories.py (revision 246846) >+++ Tools/BuildSlaveSupport/ews-build/factories.py (working copy) >@@ -112,7 +112,7 @@ class APITestsFactory(TestFactory): > APITestClass = RunAPITests > > >-class GTKFactory(Factory): >+class GTKFactory(BuildFactory): > pass > > >@@ -144,5 +144,5 @@ class WinCairoFactory(Factory): > pass > > >-class WPEFactory(Factory): >+class WPEFactory(BuildFactory): > pass
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199234
:
372949
|
373387
|
373403