Skip to content

Commit

Permalink
[ews-build] Configure ews151 for running various tests
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=197419

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/config.json:


Canonical link: https://commits.webkit.org/211612@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@244790 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
aj062 committed Apr 30, 2019
1 parent 936a8e6 commit 02fc185
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/BuildSlaveSupport/ews-build/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
{
"name": "ews151",
"platform": "*",
"max_builds": 2
"max_builds": 3
},
{
"name": "ews152",
Expand Down Expand Up @@ -276,7 +276,7 @@
"shortname": "style",
"factory": "StyleFactory",
"platform": "*",
"workernames": ["webkit-misc"]
"workernames": ["ews151"]
},
{
"name": "GTK-Webkit2-EWS",
Expand Down Expand Up @@ -398,7 +398,7 @@
"shortname": "bindings",
"factory": "BindingsFactory",
"platform": "*",
"workernames": ["webkit-misc"]
"workernames": ["ews151"]
},
{
"name": "WebKitPy-Tests-EWS",
Expand Down Expand Up @@ -426,7 +426,7 @@
"shortname": "api-mac",
"factory": "APITestsFactory",
"platform": "*",
"workernames": ["ews120", "ews150", "ews151", "ews153", "ews155"]
"workernames": ["ews120", "ews150", "ews153", "ews155"]
}
],
"schedulers": [
Expand Down
9 changes: 9 additions & 0 deletions Tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019-04-30 Aakash Jain <aakash_jain@apple.com>

[ews-build] Configure ews151 for running various tests
https://bugs.webkit.org/show_bug.cgi?id=197419

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/config.json:

2019-04-30 Aakash Jain <aakash_jain@apple.com>

[ews-build] Parse and display bindings test failures
Expand Down

0 comments on commit 02fc185

Please sign in to comment.