4dec4f9371
* Rebuild python docker image * Update docker image * Change call to build_and_run_docker.sh * Set up python tests for different versions * Fix comments
12 lines
226 B
INI
12 lines
226 B
INI
# Config file for running tests in Kokoro
|
|
|
|
# Location of the build script in repository
|
|
build_file: "protobuf/kokoro/linux/python/build.sh"
|
|
timeout_mins: 120
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/sponge_log.xml"
|
|
}
|
|
}
|