Skip to content

Commit

Permalink
test/kokoro: Add psm-fallback build config (#7899)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Dec 5, 2024
1 parent f53724d commit adad26d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/kokoro/psm-fallback.cfg
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit adad26d

Please sign in to comment.