Jie Luo | 7faab5e | 2019-12-13 15:49:18 -0800 | [diff] [blame] | 1 | # Config file for running tests in Kokoro |
2 | |||||
3 | # Location of the build script in repository | ||||
David L. Jones | b774da0 | 2020-09-30 15:56:17 -0700 | [diff] [blame] | 4 | build_file: "protobuf/kokoro/linux/python38/build.sh" |
Jie Luo | 7faab5e | 2019-12-13 15:49:18 -0800 | [diff] [blame] | 5 | timeout_mins: 120 |
6 | |||||
7 | action { | ||||
8 | define_artifacts { | ||||
9 | regex: "**/sponge_log.xml" | ||||
10 | } | ||||
11 | } |