From adad26df1826bf2fb66ad56ff32a62b98bf5cb3a Mon Sep 17 00:00:00 2001 From: Easwar Swaminathan Date: Thu, 5 Dec 2024 15:50:47 -0800 Subject: [PATCH] test/kokoro: Add psm-fallback build config (#7899) --- test/kokoro/psm-fallback.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/kokoro/psm-fallback.cfg diff --git a/test/kokoro/psm-fallback.cfg b/test/kokoro/psm-fallback.cfg new file mode 100644 index 000000000000..92516cf3b3a5 --- /dev/null +++ b/test/kokoro/psm-fallback.cfg @@ -0,0 +1,18 @@ +# Config file for internal CI + +# Location of the continuous shell script in repository. +build_file: "grpc-go/test/kokoro/psm-interop-test-go.sh" +timeout_mins: 30 + +action { + define_artifacts { + regex: "artifacts/**/*sponge_log.xml" + regex: "artifacts/**/*.log" + strip_prefix: "artifacts" + } +} +env_vars { + key: "PSM_TEST_SUITE" + value: "fallback" +} +