Skip to content

Commit

Permalink
Add deployment ID to ESS stack create console output (#3226)
Browse files Browse the repository at this point in the history
* Add deployment ID to log.

* Created
  • Loading branch information
blakerouse authored Aug 10, 2023
1 parent 7a19379 commit ca38cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testing/ess/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func (p *provisioner) createDeployment(ctx context.Context, r runner.StackReques
p.logger.Logf("Failed to create ESS cloud %s: %s", r.Version, err)
return nil, fmt.Errorf("failed to create ESS cloud for version %s: %w", r.Version, err)
}
p.logger.Logf("Created stack %s (%s) [id: %s]", r.Version, r.ID, resp.ID)
return resp, nil
}

Expand Down

0 comments on commit ca38cd9

Please sign in to comment.