Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build.webkit.org] Bring up open source visionOS builders and testers #28667

Merged
merged 1 commit into from
May 24, 2024

Conversation

robert-jenner
Copy link
Contributor

@robert-jenner robert-jenner commented May 16, 2024

b4e487b

[build.webkit.org] Bring up open source visionOS builders and testers
https://bugs.webkit.org/show_bug.cgi?id=274272
rdar://121395049

Reviewed by Ryan Haddad.

Bring up of OpenSource visionOS builders and testers.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories.py:
(TestFactory.__init__):
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/loadConfig.py:
(loadBuilderConfig):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js:
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.visionos-simulator-1 img.logo):
(table.queue-grid tr.platform.visionos-1 img.logo):
* Tools/CISupport/build-webkit-org/steps.py:
(CustomFlagsMixin.customBuildFlag):
(CustomFlagsMixin.appendCustomBuildFlags):
(CustomFlagsMixin.appendCustomTestingFlags):
(CompileWebKit):
(CompileWebKit.evaluateCommand):
(PrintConfiguration.run):
* Tools/CISupport/build-webkit-org/wkbuild.py:
(_should_file_trigger_build):
* Tools/CISupport/build-webkit-org/wkbuild_unittest.py:
(ShouldBuildTest):
(ShouldBuildTest.test_should_build):

Canonical link: https://commits.webkit.org/279249@main

afeb514

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe βœ… πŸ›  wincairo
βœ… πŸ§ͺ bindings βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ§ͺ wpe-wk2 βœ… πŸ§ͺ wincairo-tests
βœ… πŸ§ͺ webkitperl βœ… πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ api-wpe
βœ… πŸ§ͺ ios-wk2-wpt βœ… πŸ§ͺ mac-wk1 βœ… πŸ›  wpe-cairo
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk2 βœ… πŸ›  gtk
βœ… πŸ›  tv βœ… πŸ§ͺ mac-AS-debug-wk2 βœ… πŸ§ͺ gtk-wk2
βœ… πŸ§ͺ services βœ… πŸ›  tv-sim βœ… πŸ§ͺ mac-wk2-stress ❌ πŸ§ͺ api-gtk
βœ… πŸ›  πŸ§ͺ merge βœ… πŸ›  watch
βœ… πŸ›  watch-sim

@robert-jenner robert-jenner self-assigned this May 16, 2024
@robert-jenner robert-jenner added the Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases label May 16, 2024
@aj062
Copy link
Member

aj062 commented May 16, 2024

Please have a look at unit-test failures in https://ews-build.webkit.org/#/builders/28/builds/51830/steps/13/logs/stdio

Copy link
Contributor

@ryanhaddad ryanhaddad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me with comment. Would be good to test this on UAT to make sure we didn't miss anything.

Tools/CISupport/build-webkit-org/factories.py Outdated Show resolved Hide resolved
@robert-jenner robert-jenner added safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks and removed safe-merge-queue Applied to automatically send a pull-request to merge-queue after passing EWS checks labels May 16, 2024
@robert-jenner robert-jenner force-pushed the eng/121395049 branch 2 times, most recently from 8a4beaf to 3938d0a Compare May 23, 2024 00:04
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label May 23, 2024
@robert-jenner robert-jenner removed the merging-blocked Applied to prevent a change from being merged label May 23, 2024
@robert-jenner robert-jenner added the merge-queue Applied to send a pull request to merge-queue label May 24, 2024
https://bugs.webkit.org/show_bug.cgi?id=274272
rdar://121395049

Reviewed by Ryan Haddad.

Bring up of OpenSource visionOS builders and testers.

* Tools/CISupport/build-webkit-org/config.json:
* Tools/CISupport/build-webkit-org/factories.py:
(TestFactory.__init__):
* Tools/CISupport/build-webkit-org/factories_unittest.py:
(TestExpectedBuildSteps):
* Tools/CISupport/build-webkit-org/loadConfig.py:
(loadBuilderConfig):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js:
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.visionos-simulator-1 img.logo):
(table.queue-grid tr.platform.visionos-1 img.logo):
* Tools/CISupport/build-webkit-org/steps.py:
(CustomFlagsMixin.customBuildFlag):
(CustomFlagsMixin.appendCustomBuildFlags):
(CustomFlagsMixin.appendCustomTestingFlags):
(CompileWebKit):
(CompileWebKit.evaluateCommand):
(PrintConfiguration.run):
* Tools/CISupport/build-webkit-org/wkbuild.py:
(_should_file_trigger_build):
* Tools/CISupport/build-webkit-org/wkbuild_unittest.py:
(ShouldBuildTest):
(ShouldBuildTest.test_should_build):

Canonical link: https://commits.webkit.org/279249@main
@webkit-commit-queue
Copy link
Collaborator

Committed 279249@main (b4e487b): https://commits.webkit.org/279249@main

Reviewed commits have been landed. Closing PR #28667 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit b4e487b into WebKit:main May 24, 2024
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools / Tests Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Projects
None yet
6 participants