From 3b39a83621626c844b16e64ec6389511903ee075 Mon Sep 17 00:00:00 2001 From: Larry Safran Date: Fri, 13 Dec 2024 18:09:30 -0800 Subject: [PATCH] Add cfg for java psm-interop fallback test (#11743) --- buildscripts/kokoro/psm-fallback.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 buildscripts/kokoro/psm-fallback.cfg diff --git a/buildscripts/kokoro/psm-fallback.cfg b/buildscripts/kokoro/psm-fallback.cfg new file mode 100644 index 0000000000..7335d1d9fd --- /dev/null +++ b/buildscripts/kokoro/psm-fallback.cfg @@ -0,0 +1,17 @@ +# Config file for internal CI + +# Location of the continuous shell script in repository. +build_file: "grpc-java/buildscripts/kokoro/psm-interop-test-java.sh" +timeout_mins: 120 + +action { + define_artifacts { + regex: "artifacts/**/*sponge_log.xml" + regex: "artifacts/**/*.log" + strip_prefix: "artifacts" + } +} +env_vars { + key: "PSM_TEST_SUITE" + value: "fallback" +}