Skip to content

Commit

Permalink
having GCR images with ":master" tag is an antipattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jan 9, 2019
1 parent 2a997c6 commit 0d1743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/interop_matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ For more details on each step, refer to sections below.
- The output for all the test cases is recorded in a junit style xml file (default to 'report.xml').

## Instructions for running test cases against a GCR image manually
- Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_go1.8:master`.
- Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_go1.8:v1.16.0`.
- Run test cases by specifying `docker_image` variable inline with the test case script created above.
For example:
- `docker_image=gcr.io/grpc-testing/grpc_interop_go1.8:master ./testcases/go__master` will run go__master test cases against `go1.8` with gRPC release `master` docker image in GCR.
- `docker_image=gcr.io/grpc-testing/grpc_interop_go1.8:v1.16.0 ./testcases/go__master` will run go__master test cases against `go1.8` with gRPC release `v1.16.0` docker image in GCR.

Note:
- File path starting with `tools/` or `template/` are relative to the grpc repo root dir. File path starting with `./` are relative to current directory (`tools/interop_matrix`).
Expand Down

0 comments on commit 0d1743b

Please sign in to comment.