xref: /aosp_15_r20/external/grpc-grpc-java/buildscripts/kokoro/windows.cfg (revision e07d83d3ffcef9ecfc9f7f475418ec639ff0e5fe)
1# Config file for internal CI
2
3# Location of the continuous shell script in repository.
4build_file: "grpc-java/buildscripts/kokoro/windows.bat"
5timeout_mins: 45
6
7# We always build mvn artifacts.
8action {
9  define_artifacts {
10    regex: "github/grpc-java/**/build/test-results/**/sponge_log.xml"
11    regex: "github/grpc-java/mvn-artifacts/**"
12  }
13}
14