aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/golang/presubmit.cfg
diff options
context:
space:
mode:
authorMatt Kwong <mattkwong@google.com>2017-12-20 18:09:56 -0800
committerMatt Kwong <mattkwong@google.com>2017-12-20 18:18:41 -0800
commit0b2be3caaf5ea6786b1b86e9a70c82d695535c1c (patch)
tree24b071eaa95bfc412ee5afab3da7ea9eaff00075 /kokoro/linux/golang/presubmit.cfg
parentae49cfd1a4da13e8fb17fadc6240621ce1e541bb (diff)
downloadprotobuf-0b2be3caaf5ea6786b1b86e9a70c82d695535c1c.tar.gz
protobuf-0b2be3caaf5ea6786b1b86e9a70c82d695535c1c.tar.bz2
protobuf-0b2be3caaf5ea6786b1b86e9a70c82d695535c1c.zip
Shard 64-bit Linux languages into different Kokoro jobs
Diffstat (limited to 'kokoro/linux/golang/presubmit.cfg')
-rw-r--r--kokoro/linux/golang/presubmit.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/kokoro/linux/golang/presubmit.cfg b/kokoro/linux/golang/presubmit.cfg
new file mode 100644
index 00000000..2282f78f
--- /dev/null
+++ b/kokoro/linux/golang/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/golang/build.sh"
+timeout_mins: 120
+
+action {
+ define_artifacts {
+ regex: "**/sponge_log.xml"
+ }
+}