File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ components that may hang and consume resources after test timeout.
101
101
The variables used to build the ` v1.5.7 ` release are as follows:
102
102
103
103
``` 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/
109
109
export KILL_AFTER=30
110
110
```
111
111
You can’t perform that action at this time.
0 commit comments