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

chore: add test for buildengine deploy #1056

Merged
merged 1 commit into from
Mar 8, 2024
Merged

chore: add test for buildengine deploy #1056

merged 1 commit into from
Mar 8, 2024

Conversation

wesbillman
Copy link
Collaborator

No description provided.

@alecthomas alecthomas mentioned this pull request Mar 8, 2024
Copy link
Collaborator

@alecthomas alecthomas left a comment

Choose a reason for hiding this comment

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

Nice

// Deploy a module to the FTL controller with the given number of replicas. Optionally wait for the deployment to become ready.
func Deploy(ctx context.Context, module Module, replicas int32, waitForDeployOnline bool, client ftlv1connect.ControllerServiceClient) error {
func Deploy(ctx context.Context, module Module, replicas int32, waitForDeployOnline bool, client deployClient) error {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This shouldn't be a private type if it's used publicly.

@wesbillman wesbillman merged commit 3b9cfb6 into main Mar 8, 2024
11 checks passed
@wesbillman wesbillman deleted the add-deploy-test branch March 8, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants