aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-21 11:29:04 +0800
committerGravatar Jakob Buchgraber <buchgr@google.com>2018-07-09 16:28:56 +0200
commit6fd4e0edd4de22dec9eda13dc0b29214f2ca117e (patch)
treee05b713ab4eceb88e6686e34e2a98426b16009bc /third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg
parent868060b2925a98a22c4a2e760dd38da0bef6146c (diff)
Update protobuf to 3.6.0. Fixes #5439
Diffstat (limited to 'third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg')
-rw-r--r--third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg b/third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg
new file mode 100644
index 0000000000..e2fc4136f0
--- /dev/null
+++ b/third_party/protobuf/3.6.0/kokoro/linux/python/presubmit.cfg
@@ -0,0 +1,11 @@
+# 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"
+ }
+}