Skip to content

Commit b8b193c

Browse files
Updated documentation as per new deployment guide
1 parent c8611b3 commit b8b193c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/deployment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ components that may hang and consume resources after test timeout.
101101
The variables used to build the `v1.5.7` release are as follows:
102102

103103
```shell
104-
export GOCMD=go1.19.5
105-
export TEST_INFRA_VERSION=v1.5.7
106-
export INIT_IMAGE_PREFIX=gcr.io/grpc-testing/e2etest/init/
107-
export BUILD_IMAGE_PREFIX=gcr.io/grpc-testing/e2etest/init/build/
108-
export RUN_IMAGE_PREFIX=gcr.io/grpc-testing/e2etest/init/runtime/
104+
export GOCMD=go1.21.13
105+
export TEST_INFRA_VERSION=v1.5.7-pre.1
106+
export INIT_IMAGE_PREFIX=us-docker.pkg.dev/grpc-testing/e2etest/init-
107+
export BUILD_IMAGE_PREFIX=us-docker.pkg.dev/grpc-testing/e2etest/init-build-
108+
export RUN_IMAGE_PREFIX=us-docker.pkg.dev/grpc-testing/e2etest/
109109
export KILL_AFTER=30
110110
```
111111

0 commit comments

Comments
 (0)