Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (244769 => 244770)
--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py 2019-04-30 14:51:13 UTC (rev 244769)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py 2019-04-30 15:01:05 UTC (rev 244770)
@@ -41,7 +41,7 @@
# 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',
Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (244769 => 244770)
--- trunk/Tools/BuildSlaveSupport/ews-build/config.json 2019-04-30 14:51:13 UTC (rev 244769)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json 2019-04-30 15:01:05 UTC (rev 244770)
@@ -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",
Modified: trunk/Tools/ChangeLog (244769 => 244770)
--- trunk/Tools/ChangeLog 2019-04-30 14:51:13 UTC (rev 244769)
+++ trunk/Tools/ChangeLog 2019-04-30 15:01:05 UTC (rev 244770)
@@ -1,5 +1,16 @@
2019-04-30 Aakash Jain <[email protected]>
+ [ews-build] Enable webkitpy queue on new EWS
+ https://bugs.webkit.org/show_bug.cgi?id=197396
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+ (StatusBubble):
+ * BuildSlaveSupport/ews-build/config.json:
+
+2019-04-30 Aakash Jain <[email protected]>
+
[ews-build] Parse and display webkitpy failures
https://bugs.webkit.org/show_bug.cgi?id=197395