WebKit Bugzilla
Attachment 368320 Details for
Bug 197312
: Replace iOS build queue hardware
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197312-20190426090821.patch (text/plain), 3.29 KB, created by
Ryan Haddad
on 2019-04-26 09:08:21 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ryan Haddad
Created:
2019-04-26 09:08:21 PDT
Size:
3.29 KB
patch
obsolete
>Subversion Revision: 244593 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 57dac419634670d19e9788eea0bc19f9f6f4546e..c852ab2abea0b493eecf7c4674d7873d41760a22 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2019-04-24 Ryan Haddad <ryanhaddad@apple.com> >+ >+ Replace iOS build queue hardware >+ https://bugs.webkit.org/show_bug.cgi?id=197312 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/config.json: >+ Use newer hardware that supports macOS Mojave. >+ > 2019-04-24 Chris Dumez <cdumez@apple.com> > > URL set by document.open() is communicated with the WebPageProxy but not the WebFrameProxy >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >index 0356c05717ca4c0ebd38bc4e9bf39e6dd4b82d09..24749b09340398c9bde68b37d99591a2f40e91a1 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >@@ -35,14 +35,14 @@ > { "name": "bot638", "platform": "mac-highsierra" }, > > { "name": "bot673", "platform": "ios-12" }, >- { "name": "bot626", "platform": "ios-simulator-12" }, >- { "name": "bot618", "platform": "ios-simulator-12" }, >- { "name": "bot620", "platform": "ios-simulator-12" }, >- { "name": "bot621", "platform": "ios-simulator-12" }, > { "name": "bot651", "platform": "ios-simulator-12" }, > { "name": "bot652", "platform": "ios-simulator-12" }, > { "name": "bot653", "platform": "ios-simulator-12" }, > { "name": "bot654", "platform": "ios-simulator-12" }, >+ { "name": "bot677", "platform": "ios-simulator-12" }, >+ { "name": "bot682", "platform": "ios-simulator-12" }, >+ { "name": "bot694", "platform": "ios-simulator-12" }, >+ { "name": "bot695", "platform": "ios-simulator-12" }, > > { "name": "bot543", "platform": "win" }, > { "name": "bot544", "platform": "win" }, >@@ -182,13 +182,13 @@ > "name": "Apple iOS 12 Simulator Release (Build)", "type": "Build", "builddir": "ios-simulator-12-release", > "platform": "ios-simulator-12", "configuration": "release", "architectures": ["x86_64"], > "triggers": ["ios-simulator-12-release-tests-wk2"], >- "slavenames": ["bot618", "bot620"] >+ "slavenames": ["bot677", "bot682"] > }, > { > "name": "Apple iOS 12 Simulator Debug (Build)", "type": "Build", "builddir": "ios-simulator-12-debug", > "platform": "ios-simulator-12", "configuration": "debug", "architectures": ["x86_64"], > "triggers": ["ios-simulator-12-debug-tests-wk2"], >- "slavenames": ["bot626", "bot621"] >+ "slavenames": ["bot694", "bot695"] > }, > { > "name": "Apple iOS 12 Simulator Release WK2 (Tests)", "type": "TestAllButJSC", "builddir": "ios-simulator-12-release-tests-wk2",
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 197312
: 368320