Skip to content

Commit

Permalink
Interop matrix: document adhoc test run (grpc#25932)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk authored Apr 9, 2021
1 parent 9833982 commit 9125153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/interop_matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ We have continuous nightly test setup to test gRPC backward compatibility betwee
- Verify the just-created docker client image would pass backward compatibility test (it should). For example,
- `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java:v1.9.9` followed by
- `docker_image=gcr.io/grpc-testing/grpc_interop_java:v1.9.9 tools/interop_matrix/testcases/java__master`
- git commit the change and merge it to upstream/master.
- Commit the change and create a PR to upstream/master.
- Trigger an adhoc run of interop matrix tests: https://fusion.corp.google.com/projectanalysis/summary/KOKORO/prod:grpc%2Fcore%2Fexperimental%2Flinux%2Fgrpc_interop_matrix_adhoc
- Once tests pass, request a PR review.
- (Optional) clean up the tmp directory to where grpc source is cloned at `/export/hda3/tmp/grpc_matrix/`.
For more details on each step, refer to sections below.

Expand Down

0 comments on commit 9125153

Please sign in to comment.