From 912515384e069c8e99ebe7be5eda3105b080bf11 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Fri, 9 Apr 2021 11:32:04 -0400 Subject: [PATCH] Interop matrix: document adhoc test run (#25932) --- tools/interop_matrix/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/interop_matrix/README.md b/tools/interop_matrix/README.md index 2b37ee7d033..20913f56842 100644 --- a/tools/interop_matrix/README.md +++ b/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.