@@ -60,11 +60,11 @@ and how to deploy it to the cluster.
60
60
61
61
In order to build a specific version of the controller, you must check out the
62
62
desired version. The following commands clone the repo and check out version
63
- ` v1.5.1 ` :
63
+ ` v1.5.7 ` :
64
64
65
65
``` shell
66
66
git clone https://github.com/grpc/test-infra && cd test-infra
67
- git checkout --detach v1.5.1
67
+ git checkout --detach v1.5.7
68
68
```
69
69
70
70
### Environment variables
@@ -98,14 +98,14 @@ timeout is set in the LoadTest configuration. `KILL_AFTER` is set in the
98
98
[ controller configuration] ( #controller-configuration ) , as a safeguard for
99
99
components that may hang and consume resources after test timeout.
100
100
101
- The variables used to build the ` v1.5.1 ` release are as follows:
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.1
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
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
@@ -173,26 +173,25 @@ language, plus a language-agnostic clone container image. These images are
173
173
necessary to run any tests that do not use [ pre-built images] [ ] , such as the
174
174
[ examples] [ ] .
175
175
176
- The complete set of images built for ` v1.5.1 ` is as follows:
176
+ The complete set of images built for ` v1.5.7 ` is as follows:
177
177
178
178
``` shell
179
- gcr.io/grpc-testing/e2etest/init/build/csharp:v1.5.1
180
- gcr.io/grpc-testing/e2etest/init/build/dotnet:v1.5.1
181
- gcr.io/grpc-testing/e2etest/init/build/node:v1.5.1
182
- gcr.io/grpc-testing/e2etest/init/build/php7:v1.5.1
183
- gcr.io/grpc-testing/e2etest/init/build/ruby:v1.5.1
184
- gcr.io/grpc-testing/e2etest/init/clone:v1.5.1
185
- gcr.io/grpc-testing/e2etest/init/ready:v1.5.1
186
- gcr.io/grpc-testing/e2etest/runtime/controller:v1.5.1
187
- gcr.io/grpc-testing/e2etest/runtime/cxx:v1.5.1
188
- gcr.io/grpc-testing/e2etest/runtime/dotnet:v1.5.1
189
- gcr.io/grpc-testing/e2etest/runtime/driver:v1.5.1
190
- gcr.io/grpc-testing/e2etest/runtime/go:v1.5.1
191
- gcr.io/grpc-testing/e2etest/runtime/java:v1.5.1
192
- gcr.io/grpc-testing/e2etest/runtime/node:v1.5.1
193
- gcr.io/grpc-testing/e2etest/runtime/php7:v1.5.1
194
- gcr.io/grpc-testing/e2etest/runtime/python:v1.5.1
195
- gcr.io/grpc-testing/e2etest/runtime/ruby:v1.5.1
179
+ us-docker.pkg.dev/grpc-testing/e2etest/init-build-csharp:v1.5.7
180
+ us-docker.pkg.dev/grpc-testing/e2etest/init-build-dotnet:v1.5.7
181
+ us-docker.pkg.dev/grpc-testing/e2etest/init-build-node:v1.5.7
182
+ us-docker.pkg.dev/grpc-testing/e2etest/init-build-php7:v1.5.7
183
+ us-docker.pkg.dev/grpc-testing/e2etest/init-build-ruby:v1.5.7
184
+ us-docker.pkg.dev/grpc-testing/e2etest/init-clone:v1.5.7
185
+ us-docker.pkg.dev/grpc-testing/e2etest/init-ready:v1.5.7
186
+ us-docker.pkg.dev/grpc-testing/e2etest/controller:v1.5.7
187
+ us-docker.pkg.dev/grpc-testing/e2etest/cxx:v1.5.7
188
+ us-docker.pkg.dev/grpc-testing/e2etest/dotnet:v1.5.7
189
+ us-docker.pkg.dev/grpc-testing/e2etest/driver:v1.5.7
190
+ us-docker.pkg.dev/grpc-testing/e2etest/java:v1.5.7
191
+ us-docker.pkg.dev/grpc-testing/e2etest/node:v1.5.7
192
+ us-docker.pkg.dev/grpc-testing/e2etest/php7:v1.5.7
193
+ us-docker.pkg.dev/grpc-testing/e2etest/python:v1.5.7
194
+ us-docker.pkg.dev/grpc-testing/e2etest/ruby:v1.5.7
196
195
```
197
196
198
197
This should match what is included in the
@@ -212,11 +211,11 @@ Images can be built and pushed with the following command:
212
211
make all-psm-images push-all-psm-images
213
212
```
214
213
215
- The complete set of PSM images built for ` v1.5.1 ` is as follows:
214
+ The complete set of PSM images built for ` v1.5.7 ` is as follows:
216
215
217
216
``` shell
218
- gcr.io /grpc-testing/e2etest/runtime/ sidecar:v1.5.1
219
- gcr.io /grpc-testing/e2etest/runtime/ xds-server:v1.5.1
217
+ us-docker.pkg.dev /grpc-testing/e2etest/sidecar:v1.5.7
218
+ us-docker.pkg.dev /grpc-testing/e2etest/xds-server:v1.5.7
220
219
```
221
220
222
221
> Note: PSM images are pushed by default to the location specified by
0 commit comments