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

e2e test of managed service deployment #873

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BROngineer
Copy link
Contributor

  • Add test of deploying service using ServiceTemplate included into ClusterDeployment

Fixes: #849

@BROngineer BROngineer force-pushed the epic-829/deploy-services-with-servicetemplate branch from b07c28b to 6eb2fed Compare January 8, 2025 21:22
Signed-off-by: Artem Bortnikov <[email protected]>
Signed-off-by: Artem Bortnikov <[email protected]>
@BROngineer BROngineer force-pushed the epic-829/deploy-services-with-servicetemplate branch from 6eb2fed to 4dcd7e7 Compare January 9, 2025 00:35
Copy link
Contributor

@zerospiel zerospiel left a comment

Choose a reason for hiding this comment

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

In general LGTM, a couple of questions/comments, and the PR should be postponed until the e2e CI is ready (as of now and to my understanding it is blocked due to the #871). After addressing the issue, the PR should be then checked with the e2e tests job

if err != nil {
return err
}
if *dep.Spec.Replicas != dep.Status.ReadyReplicas {
Copy link
Contributor

Choose a reason for hiding this comment

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

it is not a 100% ensure check, could you reuse this function moving it to the public internal utils?

test/e2e/provider_aws_test.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

e2e Service deployment using ServiceTemplate as part of ClusterDeployment
2 participants