presubmit.cfg 226 B

1234567891011
  1. # Config file for running tests in Kokoro
  2. # Location of the build script in repository
  3. build_file: "protobuf/kokoro/linux/32-bit/build.sh"
  4. timeout_mins: 120
  5. action {
  6. define_artifacts {
  7. regex: "**/sponge_log.xml"
  8. }
  9. }