-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add Canary Deployment tests #101
Conversation
Co-authored-by: Seth Boyles <[email protected]>
Expect(deploymentGUID).ToNot(BeEmpty()) | ||
WaitUntilDeploymentReachesStatus(deploymentGUID, "FINALIZED", "DEPLOYED") | ||
}) | ||
}) | ||
|
||
Describe("Canary deployments", func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought(non-blocking): Should we have similar describe block for rolling deployments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the existing tests are not specific for rolling, so we'd need to do some surgery to unpick the strategy specific tests. For now I think we can leave it and revisit it if we add a future strategy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add Baras tests for canary deployments
Relates to cloudfoundry/cloud_controller_ng#3837