Skip to content

Commit

Permalink
Update rollout.go
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Jun 17, 2024
1 parent 061d97e commit 4250a86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollout.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ func (c *cage) RollOut(ctx context.Context, input *RollOutInput) (*RollOutResult
} else {
nextTaskDefinition = o
}
if input.UpdateService {
log.Info("--updateService flag is set. use provided service configurations for canary test instead of current service")
}
log.Infof("starting canary task...")
canaryTask, startCanaryTaskErr := c.StartCanaryTask(ctx, nextTaskDefinition, input)
// ensure canary task stopped after rolling out either success or failure
Expand Down

0 comments on commit 4250a86

Please sign in to comment.