summaryrefslogtreecommitdiff
path: root/grpc/tools/interop_matrix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/interop_matrix/README.md')
-rw-r--r--grpc/tools/interop_matrix/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/grpc/tools/interop_matrix/README.md b/grpc/tools/interop_matrix/README.md
index 2b37ee7d..20913f56 100644
--- a/grpc/tools/interop_matrix/README.md
+++ b/grpc/tools/interop_matrix/README.md
@@ -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.