WebKit Bugzilla
Attachment 361222 Details for
Bug 194304
: [ews-build] Add few bots to config.json
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ews-build-add-bots.patch (text/plain), 3.29 KB, created by
Aakash Jain
on 2019-02-05 14:55:03 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-02-05 14:55:03 PST
Size:
3.29 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 240993) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-02-05 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Add few bots to config.json >+ https://bugs.webkit.org/show_bug.cgi?id=194304 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-build/config.json: >+ > 2019-02-05 Olivier Blin <olivier.blin@softathome.com> > > [GTK][WPE] force libpsl build to use ICU in jhbuild >Index: Tools/BuildSlaveSupport/ews-build/config.json >=================================================================== >--- Tools/BuildSlaveSupport/ews-build/config.json (revision 240993) >+++ Tools/BuildSlaveSupport/ews-build/config.json (working copy) >@@ -149,6 +149,23 @@ > "platform": "jsc-only" > }, > { >+ "name": "ews150", >+ "platform": "*" >+ }, >+ { >+ "name": "ews151", >+ "platform": "*", >+ "max_builds": 3 >+ }, >+ { >+ "name": "ews152", >+ "platform": "*" >+ }, >+ { >+ "name": "ews153", >+ "platform": "*" >+ }, >+ { > "name": "ews200", > "platform": "win" > }, >@@ -190,7 +207,7 @@ > "name": "Style-EWS", > "factory": "StyleFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151", "webkit-misc"] > }, > { > "name": "GTK-Webkit2-EWS", >@@ -213,7 +230,7 @@ > "configuration": "release", > "architectures": ["x86_64"], > "triggers": ["api-tests-ios-sim-ews", "ios-11-sim-wk2-tests-ews"], >- "workernames": ["ews121", "ews122", "ews123", "ews124", "ews125", "ews126"] >+ "workernames": ["ews150", "ews152", "ews121", "ews122", "ews123", "ews124", "ews125", "ews126"] > }, > { > "name": "iOS-11-Simulator-WK2-Tests-EWS", >@@ -230,7 +247,7 @@ > "configuration": "release", > "architectures": ["x86_64"], > "triggers": ["api-tests-mac-ews", "macos-high-sierra-release-wk1-tests-ews", "macos-high-sierra-release-wk2-tests-ews"], >- "workernames": ["ews100", "ews101", "ews102", "ews103"] >+ "workernames": ["ews150", "ews100", "ews101", "ews102", "ews103"] > }, > { > "name": "macOS-High-Sierra-Release-WK1-Tests-EWS", >@@ -311,31 +328,31 @@ > "name": "Bindings-Tests-EWS", > "factory": "BindingsFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151", "webkit-misc"] > }, > { > "name": "WebKitPy-Tests-EWS", > "factory": "WebKitPyFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151", "webkit-misc"] > }, > { > "name": "WebKitPerl-Tests-EWS", > "factory": "WebKitPerlFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151", "webkit-misc"] > }, > { > "name": "API-Tests-iOS-Simulator-EWS", > "factory": "APITestsFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews152", "ews153", "webkit-misc"] > }, > { > "name": "API-Tests-macOS-EWS", > "factory": "APITestsFactory", > "platform": "*", >- "workernames": ["webkit-misc"] >+ "workernames": ["ews151", "ews152", "ews153", "webkit-misc"] > } > ], > "schedulers": [
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 194304
: 361222