Add Big Sur post-commit build to run accessibility isolated tree mode layout tests.
Created attachment 448973 [details] Patch
Comment on attachment 448973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448973&action=review > Tools/CISupport/build-webkit-org/config.json:248 > + "additionalArguments": ["--no-retry-failures", "--accessibility-isolated-tree", "accessibility/"], Is specifying "accessibility/" in additionalArguments a fine way to only run accessibility tests on this builder? > Tools/CISupport/build-webkit-org/config.json:249 > + "workernames": ["bot302"] What bot should I use for this new builder?
Created attachment 449129 [details] Patch
<rdar://problem/87781868>
Also need to change "platform" for bot179 in config.json to "mac-bigsur". That would also fix red services ews status-bubble. Sample run: https://build.webkit-dev.org/#/builders/120/builds/2
Comment on attachment 449129 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449129&action=review > Tools/CISupport/build-webkit-org/config.json:246 > + { "name": "Apple-BigSur-Release-WK2-Accessibility-Isolated-Tree-Tests", "factory": "TestAllButJSCFactory", "builddir": "bigsur-release-tests-wk2-accessibility-isolated-tree", To run just the layout tests, you can replace TestAllButJSCFactory with TestLayoutFactory. Sample run: https://build.webkit-dev.org/#/builders/120/builds/4
Created attachment 449588 [details] Patch
Created attachment 449589 [details] Patch
Created attachment 449591 [details] Patch
Created attachment 460164 [details] Patch
Created attachment 460165 [details] Patch
Created attachment 460166 [details] Patch
Committed r295462 (251468@main): <https://commits.webkit.org/251468@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 460166 [details].
Restarted build.webkit.org to pick up this change. The queue is live at https://build.webkit.org/#/builders/Apple-Monterey-Release-WK2-Accessibility-Isolated-Tree-Tests