diff options
author | selias <samelias@cisco.com> | 2017-04-25 14:36:10 +0200 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2017-04-26 12:48:26 +0000 |
commit | 1bdb94bca4f7202e5565ab15b9b290a19126b25c (patch) | |
tree | da62ee4e669ff2818fea13da85cf1da0d7d2cd3f | |
parent | 23e07163d33e7ac61b0077585678b1ee485daca7 (diff) |
Add vpp-version file read by integration job
Specifies VPP version to use when publishing packages.
related ci-management commit: https://gerrit.fd.io/r/6458
Change-Id: I50c608b2788fb4b66c4b68e3ae8e985889420514
Signed-off-by: selias <samelias@cisco.com>
-rwxr-xr-x | vpp-version | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vpp-version b/vpp-version new file mode 100755 index 000000000..fea07c41e --- /dev/null +++ b/vpp-version @@ -0,0 +1,8 @@ +#!/bin/sh +echo 'RELEASE' + +# Determines which VPP version to use in hc2vpp-integration job. +# 'RELEASE' will use the latest VPP in the respective branch. +# Alternatively use a specific VPP version. +# Do not include the suffix ('_amd64', '.x86_64'), it will be appended. +# Examples: '17.04-release', '17.07-rc0~151-g6bc8c64~b2254', ... |