WebKit Bugzilla
Attachment 368518 Details for
Bug 197396
: [ews-build] Enable webkitpy queue on new EWS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197396-20190429200356.patch (text/plain), 2.94 KB, created by
Aakash Jain
on 2019-04-29 17:03:57 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-04-29 17:03:57 PDT
Size:
2.94 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 244762) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-04-29 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Enable webkitpy queue on new EWS >+ https://bugs.webkit.org/show_bug.cgi?id=197396 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: >+ (StatusBubble): >+ * BuildSlaveSupport/ews-build/config.json: >+ > 2019-04-29 Alex Christensen <achristensen@webkit.org> > > <rdar://problem/50299396> Fix internal High Sierra build >Index: Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (revision 244761) >+++ 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'] >+ ENABLED_QUEUES = ['api-ios', 'api-mac', '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 244761) >+++ Tools/BuildSlaveSupport/ews-build/config.json (working copy) >@@ -405,7 +405,7 @@ > "shortname": "webkitpy", > "factory": "WebKitPyFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151"] > }, > { > "name": "WebKitPerl-Tests-EWS", >@@ -435,7 +435,7 @@ > "name": "try", > "port": 5555, > "builderNames": ["macOS-High-Sierra-Release-Build-EWS", >- "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS"] >+ "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"] > }, > { > "type": "Try_Userpass", >@@ -443,7 +443,7 @@ > "port": 5556, > "builderNames": ["Bindings-Tests-EWS", "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", "WebKitPy-Tests-EWS", "WPE-EWS"] >+ "macOS-High-Sierra-Debug-Build-EWS", "Style-EWS", "WinCairo-EWS", "Windows-EWS", "WPE-EWS"] > }, > { > "type": "Triggerable",
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 197396
: 368518