summaryrefslogtreecommitdiffhomepage
path: root/kokoro/gcp_ubuntu/release-nightly.cfg
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-05-10 09:48:00 -0700
committerShentubot <shentubot@google.com>2018-05-10 09:48:50 -0700
commit3271d549f05f57c2ef4bbfe6a4cdf50eef1ba7a1 (patch)
treef4c104ff5e13492f3eaf134896184d3fdb08d6e3 /kokoro/gcp_ubuntu/release-nightly.cfg
parent0ca020dcb392af89e027767bc83bca729bec1219 (diff)
Build nightly runsc releases with Kokoro.
PiperOrigin-RevId: 196129010 Change-Id: I655eb3eecf24ffff475b3882ec55a8b55e6d2f36
Diffstat (limited to 'kokoro/gcp_ubuntu/release-nightly.cfg')
-rw-r--r--kokoro/gcp_ubuntu/release-nightly.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/kokoro/gcp_ubuntu/release-nightly.cfg b/kokoro/gcp_ubuntu/release-nightly.cfg
new file mode 100644
index 000000000..27ceb4d8c
--- /dev/null
+++ b/kokoro/gcp_ubuntu/release-nightly.cfg
@@ -0,0 +1,9 @@
+# Location of bash script that builds a release.
+build_file: "repo/kokoro/gcp_ubuntu/run_build.sh"
+
+action {
+ # Upload only the runsc binary.
+ define_artifacts {
+ regex: "runsc"
+ }
+}