Add Travis CI build

This commit is contained in:
Stefan Prodan
2018-09-24 20:28:45 +03:00
parent 59c98a9669
commit e5d198f110
3 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ func (c *Controller) advanceDeploymentRollout(name string, namespace string) {
// skip HTTP error rate check when no traffic is routed to canary
if canaryRoute.Weight == 0 {
c.recordEventInfof(r, "Stating rollout for %s.%s", r.Name, r.Namespace)
c.recordEventInfof(r, "Starting rollout for %s.%s", r.Name, r.Namespace)
} else {
if ok := c.checkDeploymentSuccessRate(r); !ok {
return