From 3271d549f05f57c2ef4bbfe6a4cdf50eef1ba7a1 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Thu, 10 May 2018 09:48:00 -0700 Subject: Build nightly runsc releases with Kokoro. PiperOrigin-RevId: 196129010 Change-Id: I655eb3eecf24ffff475b3882ec55a8b55e6d2f36 --- kokoro/gcp_ubuntu/release-nightly.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kokoro/gcp_ubuntu/release-nightly.cfg (limited to 'kokoro/gcp_ubuntu/release-nightly.cfg') 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" + } +} -- cgit v1.2.3