WebKit Bugzilla
Attachment 372746 Details for
Bug 199149
: [ews-build] Enable iOS-12-Build queue on new EWS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199149-20190624081252.patch (text/plain), 3.61 KB, created by
Aakash Jain
on 2019-06-24 05:12:53 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-06-24 05:12:53 PDT
Size:
3.61 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246731) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2019-06-24 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Enable iOS-12-Build queue on new EWS >+ https://bugs.webkit.org/show_bug.cgi?id=199149 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/config.json: Enable iOS-12-Build-EWS trigger. Also temporarily share ews152 and ews154 with >+ this queue. >+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: >+ (StatusBubble): Enable ios status-bubble. Also display the ios bubble first (left). Going forward >+ will keep the builders to the left and testers to the right. >+ > 2019-06-22 Zalan Bujtas <zalan@apple.com> > > [LFC] Expand tests coverage (328 new tests -> 2652). >Index: Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (revision 246731) >+++ Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (working copy) >@@ -39,9 +39,9 @@ import ews.config as config > class StatusBubble(View): > # These queue names are from shortname in https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json > # 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', >+ ALL_QUEUES = ['ios', 'api-ios', 'api-mac', 'bindings', 'gtk', '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', 'bindings', 'webkitperl', 'webkitpy'] >+ ENABLED_QUEUES = ['ios', '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 246731) >+++ Tools/BuildSlaveSupport/ews-build/config.json (working copy) >@@ -292,7 +292,7 @@ > "platform": "ios-12", > "configuration": "release", > "architectures": ["arm64"], >- "workernames": ["ews108", "ews109"] >+ "workernames": ["ews152", "ews154", "ews108", "ews109"] > }, > { > "name": "iOS-12-Simulator-Build-EWS", >@@ -434,14 +434,14 @@ > "type": "Try_Userpass", > "name": "try", > "port": 5555, >- "builderNames": ["Bindings-Tests-EWS", "macOS-High-Sierra-Release-Build-EWS", >- "iOS-12-Simulator-Build-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS"] >+ "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"] > }, > { > "type": "Try_Userpass", > "name": "disabled", > "port": 5556, >- "builderNames": ["GTK-Webkit2-EWS", "iOS-12-Build-EWS", "JSC-Tests-EWS", >+ "builderNames": ["GTK-Webkit2-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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199149
: 372746