Skip to content

Commit

Permalink
roachtest: use 'master' tag for tpc-e docker images
Browse files Browse the repository at this point in the history
In [1], [2], we moved tpc-e docker images from the Docker Hub
to a publicly accessible Google Container Registry
(under https://us-east1-docker.pkg.dev/v2/crl-ci-images).
Consequently, most recent changes to tpc-e are now tagged
as 'master'. (This happens as part of the docker GH action
upon merging a PR into master.)

[1] cockroachlabs/tpc-e#71
[2] #117691

Epic: none

Release note: None
  • Loading branch information
srosenberg committed Jan 16, 2024
1 parent 75f19be commit 3642993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/tpce.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func initTPCESpec(
}

func (ts *tpceSpec) newCmd(o tpceCmdOptions) *roachtestutil.Command {
cmd := roachtestutil.NewCommand(`sudo docker run us-east1-docker.pkg.dev/crl-ci-images/cockroach/tpc-e:latest`)
cmd := roachtestutil.NewCommand(`sudo docker run us-east1-docker.pkg.dev/crl-ci-images/cockroach/tpc-e:master`)
o.AddCommandOptions(cmd)
return cmd
}
Expand Down

0 comments on commit 3642993

Please sign in to comment.