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:
parent
b22b25dfb3
commit
679475b06f
@ -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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="sources"
|
SRC_DIR="sources"
|
||||||
TIS_PATCH_VER=9
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="fm_doc"
|
SRC_DIR="fm_doc"
|
||||||
TIS_PATCH_VER=16
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="sources"
|
SRC_DIR="sources"
|
||||||
TIS_PATCH_VER=6
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="fm"
|
SRC_DIR="fm"
|
||||||
TIS_PATCH_VER=3
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -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
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="fmclient"
|
SRC_DIR="fmclient"
|
||||||
TIS_PATCH_VER=4
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="sources"
|
SRC_DIR="sources"
|
||||||
TIS_PATCH_VER=4
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SRC_DIR="sources"
|
SRC_DIR="sources"
|
||||||
TIS_PATCH_VER=2
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user