WebKit Bugzilla
Attachment 373691 Details for
Bug 199454
: [PlayStation] Add Buildbots for Debug/Release builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199454.diff (text/plain), 4.34 KB, created by
Don Olmstead
on 2019-07-08 19:03:16 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-07-08 19:03:16 PDT
Size:
4.34 KB
patch
obsolete
>diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >index 99f46a2abb5..73ca89725c6 100644 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/config.json >@@ -80,7 +80,10 @@ > { "name": "wpe-linux-bot-1", "platform": "wpe" }, > { "name": "wpe-linux-bot-2", "platform": "wpe" }, > { "name": "wpe-linux-bot-3", "platform": "wpe" }, >- { "name": "wpe-linux-bot-4", "platform": "wpe" } >+ { "name": "wpe-linux-bot-4", "platform": "wpe" }, >+ >+ { "name": "playstation-release-build-01", "platform": "playstation" }, >+ { "name": "playstation-debug-build-01", "platform": "playstation" } > ], > > "builders": [ { "name": "Apple Mojave Debug (Build)", "type": "Build", "builddir": "mojave-debug", >@@ -354,6 +357,16 @@ > "name": "WPE Linux 64-bit Debug (Tests)", "type": "Test", "builddir": "wpe-linux-64-debug-tests", > "platform": "wpe", "configuration": "debug", "architectures": ["x86_64"], > "slavenames": ["wpe-linux-bot-4"] >+ }, >+ { >+ "name": "PlayStation Debug (Build)", "type": "Build", "builddir": "build", >+ "platform": "playstation", "configuration": "debug", "architectures": ["x86_64"], >+ "slavenames": ["playstation-debug-build-01"] >+ }, >+ { >+ "name": "PlayStation Release (Build)", "type": "Build", "builddir": "build", >+ "platform": "playstation", "configuration": "release", "architectures": ["x86_64"], >+ "slavenames": ["playstation-release-build-01"] > } > ], > >diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py b/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py >index 4f875d3ea0d..05418733dd6 100755 >--- a/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py >+++ b/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py >@@ -557,6 +557,9 @@ expected_build_steps = { > 'GTK Linux 64-bit Release Ubuntu LTS (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'], > 'GTK Linux 64-bit Release Debian Stable (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'], > >+ 'PlayStation Debug (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'], >+ 'PlayStation Release (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'], >+ > 'WinCairo 64-bit JSC Debug (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'jscore-test'], > 'WinCairo 64-bit JSC Release (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'jscore-test'], > 'WinCairo 64-bit WKL Debug (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit', 'archive-built-product', 'upload', 'transfer-to-s3', 'trigger'], >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index d09b05553bf..0e87cfd8e0b 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2019-07-08 Don Olmstead <don.olmstead@sony.com> >+ >+ [PlayStation] Add Buildbots for Debug/Release builds >+ https://bugs.webkit.org/show_bug.cgi?id=199454 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/config.json: >+ * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py: >+ (BuildBotConfigLoader._add_dependent_modules_to_sys_modules): Deleted. >+ > 2019-07-08 Fujii Hironori <Hironori.Fujii@sony.com> > > JSTestGlobalObject.cpp of bindings-generation-tests is failing for Windows Python
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:
aakash_jain
:
review-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199454
: 373691 |
389196
|
390664
|
390667