summaryrefslogtreecommitdiffhomepage
path: root/kokoro/gcp_ubuntu/presubmit.cfg
blob: e4dfb8d5e72b3dae5d7671577368adada61a664d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Location of bash script that runs the test.  The first directory in the path
# is the directory where Kokoro will check out the repo.  The rest is the path
# is the path to the test script.
build_file: "repo/kokoro/gcp_ubuntu/run_tests.sh"

action {
  define_artifacts {
    regex: "**/sponge_log.xml"
    regex: "**/test.log"
  }
}