Add auto-versioning to starlingx/fault packages

This update changed the TIS_PATCH_VER to use the PKG_GITREVCOUNT
variable to auto-version the packages.

Adds an upper constraint to fm-rest-api to pass zuul.

Story: 2006740
Task: 39842

Change-Id: I4a180f1395ff9764ecc9d617a514e265db670b9c
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2020-05-27 09:57:05 -04:00
parent b22b25dfb3
commit 679475b06f
9 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
SRC_DIR="." SRC_DIR="."
EXCLUDE_FILES_FROM_TAR="centos" EXCLUDE_FILES_FROM_TAR="centos"
TIS_PATCH_VER=14 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="sources" SRC_DIR="sources"
TIS_PATCH_VER=9 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="fm_doc" SRC_DIR="fm_doc"
TIS_PATCH_VER=16 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="sources" SRC_DIR="sources"
TIS_PATCH_VER=6 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="fm" SRC_DIR="fm"
TIS_PATCH_VER=3 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -10,7 +10,8 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_CAPTURE=1 OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1 OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60 OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt deps = -chttps://opendev.org/openstack/requirements/raw/branch/stable/stein/upper-constraints.txt
-r{toxinidir}/test-requirements.txt
-e{[tox]stxdir}/config/tsconfig/tsconfig -e{[tox]stxdir}/config/tsconfig/tsconfig
-e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client -e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client
-e{[tox]stxdir}/fault/fm-api -e{[tox]stxdir}/fault/fm-api

View File

@ -1,2 +1,2 @@
SRC_DIR="fmclient" SRC_DIR="fmclient"
TIS_PATCH_VER=4 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="sources" SRC_DIR="sources"
TIS_PATCH_VER=4 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="sources" SRC_DIR="sources"
TIS_PATCH_VER=2 TIS_PATCH_VER=PKG_GITREVCOUNT