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

test third party release tooling in plan #1630

Open
ashleygwilliams opened this issue Dec 12, 2024 · 0 comments
Open

test third party release tooling in plan #1630

ashleygwilliams opened this issue Dec 12, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@ashleygwilliams
Copy link
Member

as we add features that rely on installing and orchestrating third party tools at release time, we expose users to potential "run time" failure modes: things that can cause a release to go red.

specifically, if you add a dist feature that leverages a third party tool, we should, at minimum, ensure that that tool is installable on every platform you intend to run it on. and we should do this in the plan stage.

i would anticipate that this requires constructing a list of all third party tools and then matrix for all build platforms. plan should proceed to install each tool on each platform, and should fail if any tool fails to build on any specfied platform.

@ashleygwilliams ashleygwilliams added the feature request New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant