• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Config file for running tests in Kokoro
2
3# Location of the build script in repository
4build_file: "protobuf/kokoro/macos-next/cpp/build.sh"
5timeout_mins: 1440
6
7# Upload logs
8action: {
9  define_artifacts: {
10    regex: "**/*sponge_log.log"
11    regex: "**/*sponge_log.xml"
12  }
13}
14