diff options
author | Adin Scannell <ascannell@google.com> | 2018-07-27 17:52:21 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-27 17:53:27 -0700 |
commit | 3c673659998ecf51a22025886c92cd2d161d85e9 (patch) | |
tree | 5eb36f027faf7f01f9f9feb9c8bb42a8b8a90309 /kokoro/release-nightly.cfg | |
parent | 2793f7ac5f96b474decfff68cfde86bb5c2ed0a4 (diff) |
Simplify Kokoro configuration.
PiperOrigin-RevId: 206401009
Change-Id: I26644d1fe637b5a40db013fedf9fc063cc87ce6a
Diffstat (limited to 'kokoro/release-nightly.cfg')
-rw-r--r-- | kokoro/release-nightly.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kokoro/release-nightly.cfg b/kokoro/release-nightly.cfg new file mode 100644 index 000000000..e5087b1cd --- /dev/null +++ b/kokoro/release-nightly.cfg @@ -0,0 +1,11 @@ +# Location of bash script that builds a release. +build_file: "repo/kokoro/run_build.sh" + +action { + # Upload runsc binary and its checksum. It may be in multiple paths, so we + # must use the wildcard. + define_artifacts { + regex: "**/runsc" + regex: "**/runsc.sha512" + } +} |