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

[main] Multiple commands changed to allow canary steps #3400

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

Conversation

joaopapereira
Copy link
Contributor

@joaopapereira joaopapereira commented Feb 12, 2025

Description of the Change

Add --instance-steps to the restart, restage, rollback command

@joaopapereira joaopapereira force-pushed the main-restart-canary-steps branch 2 times, most recently from c4d08a4 to cd7cf35 Compare February 12, 2025 21:10
@@ -89,15 +89,29 @@ var _ = Describe("Continue Deployment", func() {

Context("when the continue is successful", func() {
When("There is a canary deployment", func() {
It("succeeds", func() {
helpers.WithHelloWorldApp(func(appDir string) {
helpers.CF("push", appName, "-p", appDir, "--strategy=canary").Wait()
Copy link
Member

Choose a reason for hiding this comment

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

question: are we still testing scenario where --strategy=canary, but --instance-steps= is not provided?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we do have tests that test that

@joaopapereira joaopapereira force-pushed the main-restart-canary-steps branch 2 times, most recently from 92fed62 to e9f6fe6 Compare February 19, 2025 17:26
@joaopapereira joaopapereira changed the title [main] Restart canary steps [main] Multiple commands changed to allow canary steps Feb 19, 2025
@joaopapereira joaopapereira force-pushed the main-restart-canary-steps branch from e9f6fe6 to 3e027ae Compare February 19, 2025 21:07
@joaopapereira joaopapereira force-pushed the main-restart-canary-steps branch from 3e027ae to 42cb1fe Compare February 19, 2025 21:13
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.

3 participants