diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-05-10 09:48:00 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-10 09:48:50 -0700 |
commit | 3271d549f05f57c2ef4bbfe6a4cdf50eef1ba7a1 (patch) | |
tree | f4c104ff5e13492f3eaf134896184d3fdb08d6e3 /kokoro/gcp_ubuntu/release-nightly.cfg | |
parent | 0ca020dcb392af89e027767bc83bca729bec1219 (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.cfg | 9 |
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" + } +} |