Bug 212481

Summary: [buildbot] [GTK][WPE] Move JavaScript related tests to own bot
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, clopez, ews-watchlist, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch
none
Patch
none
Patch none

Diego Pino
Reported 2020-05-28 11:45:55 PDT
[buildbot] [GTK][WPE] Move JavaScript related tests to own bot
Attachments
Patch (18.80 KB, patch)
2020-05-28 11:50 PDT, Diego Pino
no flags
Patch (19.06 KB, patch)
2020-05-28 11:55 PDT, Diego Pino
no flags
Patch (18.99 KB, patch)
2020-05-29 06:11 PDT, Diego Pino
no flags
Patch (20.23 KB, patch)
2020-05-29 08:43 PDT, Diego Pino
no flags
Patch (20.22 KB, patch)
2020-06-02 05:00 PDT, Diego Pino
no flags
Patch (19.78 KB, patch)
2020-06-02 05:59 PDT, Diego Pino
no flags
Diego Pino
Comment 1 2020-05-28 11:50:47 PDT
Diego Pino
Comment 2 2020-05-28 11:55:05 PDT
Diego Pino
Comment 3 2020-05-29 06:11:17 PDT
Diego Pino
Comment 4 2020-05-29 08:43:17 PDT
Diego Pino
Comment 5 2020-06-02 05:00:21 PDT
Carlos Alberto Lopez Perez
Comment 6 2020-06-02 05:30:26 PDT
Comment on attachment 400805 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400805&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:307 > + { > + "name": "GTK Linux 64-bit Release Wayland (Tests JS)", "type": "TestJS", "builddir": "gtk-linux-64-release-wayland-tests-js", > + "platform": "gtk", "configuration": "release", "architectures": ["x86_64"], > + "additionalArguments": ["--display-server=wayland"], > + "slavenames": ["gtk-linux-bot-14"] > + }, I don't think we need a wayland-js bot. AFAIK JS tests don't give any different output or have any different behavior in relation to the display server used. > Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:567 > + 'GTK Linux 64-bit Debug (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'download-built-product', 'extract-built-product', 'jscore-test', 'layout-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand', 'API tests', 'webdriver-test'], Something seems wrong here. The "GTK Linux 64-bit Debug (Tests)" shouldn't run the step 'jscore-test' now... should it?
Diego Pino
Comment 7 2020-06-02 05:59:02 PDT
Diego Pino
Comment 8 2020-06-02 06:01:56 PDT
(In reply to Carlos Alberto Lopez Perez from comment #6) > Comment on attachment 400805 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=400805&action=review > > > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:307 > > + { > > + "name": "GTK Linux 64-bit Release Wayland (Tests JS)", "type": "TestJS", "builddir": "gtk-linux-64-release-wayland-tests-js", > > + "platform": "gtk", "configuration": "release", "architectures": ["x86_64"], > > + "additionalArguments": ["--display-server=wayland"], > > + "slavenames": ["gtk-linux-bot-14"] > > + }, > > I don't think we need a wayland-js bot. > AFAIK JS tests don't give any different output or have any different > behavior in relation to the display server used. > It makes sense. In the patch update I removed jscore-test in the gtk-wayland-release bot, since it has been running until now. > > Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:567 > > + 'GTK Linux 64-bit Debug (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'download-built-product', 'extract-built-product', 'jscore-test', 'layout-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'archive-test-results', 'upload', 'MasterShellCommand', 'API tests', 'webdriver-test'], > > Something seems wrong here. The "GTK Linux 64-bit Debug (Tests)" shouldn't > run the step 'jscore-test' now... should it? Right, it seems there's a factory called TestAllButJSC. I needed to update the current bots to run with this factory instead.
Carlos Alberto Lopez Perez
Comment 9 2020-06-02 06:28:41 PDT
Comment on attachment 400810 [details] Patch Looks good to me. Thanks!
EWS
Comment 10 2020-06-02 06:49:09 PDT
Committed r262417: <https://trac.webkit.org/changeset/262417> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400810 [details].
Radar WebKit Bug Importer
Comment 11 2020-06-02 06:50:16 PDT
Note You need to log in before you can comment on or make changes to this bug.