Skip to content

Commit

Permalink
Add cfg for java psm-interop fallback test (#11743)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran authored Dec 14, 2024
1 parent 486b8ba commit 3b39a83
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions buildscripts/kokoro/psm-fallback.cfg
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3b39a83

Please sign in to comment.