From 941a1c37a3cf9078da633da38ceaa15009975ad4 Mon Sep 17 00:00:00 2001 From: Larry Safran Date: Wed, 31 Jul 2024 14:56:07 -0700 Subject: [PATCH] Add dualstack interop test kokoro config (#11422) --- buildscripts/kokoro/psm-dualstack.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 buildscripts/kokoro/psm-dualstack.cfg diff --git a/buildscripts/kokoro/psm-dualstack.cfg b/buildscripts/kokoro/psm-dualstack.cfg new file mode 100644 index 0000000000..55c906bc4e --- /dev/null +++ b/buildscripts/kokoro/psm-dualstack.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: "dualstack" +}