From 38bf8ca61a8bbf3696dbf9a338e707a45799c7a7 Mon Sep 17 00:00:00 2001 From: eshitachandwani Date: Fri, 6 Jun 2025 22:00:29 +0530 Subject: [PATCH] add spiffe config --- test/kokoro/psm-spiffe.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/kokoro/psm-spiffe.cfg diff --git a/test/kokoro/psm-spiffe.cfg b/test/kokoro/psm-spiffe.cfg new file mode 100644 index 000000000000..94fbaaa3b508 --- /dev/null +++ b/test/kokoro/psm-spiffe.cfg @@ -0,0 +1,17 @@ +# 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: 240 + +action { + define_artifacts { + regex: "artifacts/**/*sponge_log.xml" + regex: "artifacts/**/*.log" + strip_prefix: "artifacts" + } +} +env_vars { + key: "PSM_TEST_SUITE" + value: "spiffe" +}