aboutsummaryrefslogtreecommitdiff
path: root/buildscripts/kokoro/xds_k8s_lb.cfg
blob: 191bd49e32924b25c832d7e942db4ee3ef08cdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: 180

action {
  define_artifacts {
    regex: "artifacts/**/*sponge_log.xml"
    regex: "artifacts/**/*.log"
    strip_prefix: "artifacts"
  }
}
env_vars {
  key: "PSM_TEST_SUITE"
  value: "lb"
}