diff options
-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', ... |