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