WebKit Bugzilla
Attachment 368579 Details for
Bug 197424
: [ews-build] Enable Bindings tests queue on new EWS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197424-20190430140051.patch (text/plain), 2.67 KB, created by
Aakash Jain
on 2019-04-30 11:00:52 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-04-30 11:00:52 PDT
Size:
2.67 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 244783) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-04-30 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Enable Bindings tests queue on new EWS >+ https://bugs.webkit.org/show_bug.cgi?id=197424 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: >+ (StatusBubble): >+ * BuildSlaveSupport/ews-build/config.json: >+ > 2019-04-30 Pablo Saavedra <psaavedra@igalia.com> > > Unreviewed. Add myself as a committer. >Index: Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (revision 244782) >+++ Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (working copy) >@@ -41,7 +41,7 @@ class StatusBubble(View): > # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640 > ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2', > 'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe'] >- ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl', 'webkitpy'] >+ ENABLED_QUEUES = ['api-ios', 'api-mac', 'bindings', 'webkitperl', 'webkitpy'] > # FIXME: Auto-generate the queue's trigger relationship > QUEUE_TRIGGERS = { > 'api-ios': 'ios-sim', >Index: Tools/BuildSlaveSupport/ews-build/config.json >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/config.json (revision 244782) >+++ Tools/BuildSlaveSupport/ews-build/config.json (working copy) >@@ -434,14 +434,14 @@ > "type": "Try_Userpass", > "name": "try", > "port": 5555, >- "builderNames": ["macOS-High-Sierra-Release-Build-EWS", >+ "builderNames": ["Bindings-Tests-EWS", "macOS-High-Sierra-Release-Build-EWS", > "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"] > }, > { > "type": "Try_Userpass", > "name": "disabled", > "port": 5556, >- "builderNames": ["Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS", >+ "builderNames": ["GTK-Webkit2-EWS", "iOS-12-Build-EWS", "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"] > },
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
Flags:
lforschler
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197424
: 368579