xds.cfg 248 B

1234567891011
  1. # Config file for internal CI
  2. # Location of the continuous shell script in repository.
  3. build_file: "grpc-go/test/kokoro/xds.sh"
  4. timeout_mins: 90
  5. action {
  6. define_artifacts {
  7. regex: "**/*sponge_log.*"
  8. regex: "github/grpc/reports/**"
  9. }
  10. }