summaryrefslogtreecommitdiffhomepage
path: root/kokoro/runtime_tests/go1.12.cfg
blob: fd4911e88b77608f07e9212637207f6cdfba5420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"

env_vars {
  key: "RUNTIME_TEST_NAME"
  value: "go1.12"
}

action {
  define_artifacts {
    regex: "**/sponge_log.xml"
    regex: "**/sponge_log.log"
    regex: "**/outputs.zip"
    regex: "**/runsc"
    regex: "**/runsc.*"
  }
}