Skip to content

Commit

Permalink
Override the version on the docker image to 'latest' for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-milkey committed Jun 17, 2020
1 parent eba0819 commit e93f95f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/gnmi/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (s *BenchmarkSuite) SetupSuite(c *benchmark.Context) error {
Release("onos-topo").
Set("replicaCount", 2).
Set("store.controller", controller).
Set("image.tag", "latest").
Install(false)
if err != nil {
return err
Expand All @@ -74,6 +75,7 @@ func (s *BenchmarkSuite) SetupSuite(c *benchmark.Context) error {
Release("onos-config").
Set("replicaCount", 2).
Set("store.controller", controller).
Set("image.tag", "latest").
Install(true)
if err != nil {
return err
Expand Down

0 comments on commit e93f95f

Please sign in to comment.