aboutsummaryrefslogtreecommitdiff
path: root/buildscripts/kokoro/psm-security.cfg
blob: 508f4dbe9c1dd790094efdc8a7020c1ff074f584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for internal CI

# Location of the continuous shell script in repository.
build_file: "grpc-java/buildscripts/kokoro/psm-security.sh"
timeout_mins: 240

action {
  define_artifacts {
    regex: "artifacts/**/*sponge_log.xml"
    regex: "artifacts/**/*.log"
    strip_prefix: "artifacts"
  }
}