Add murano-pkg-check linter check
Change-Id: Id8a7c4ba5bbb8abbb9ddd29dc4f51d6239cf9c6b
This commit is contained in:
parent
ea0a3e3881
commit
ed7c0bdfb9
6
tox.ini
6
tox.ini
@ -56,6 +56,10 @@ commands = {toxinidir}/tools/jenkins/shellcheck.sh {toxinidir}
|
|||||||
deps = yamllint
|
deps = yamllint
|
||||||
commands = {toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
|
commands = {toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
|
||||||
|
|
||||||
|
[testenv:murano-pkg-check]
|
||||||
|
deps = murano-pkg-check
|
||||||
|
commands = murano-pkg-check --verbose --debug --discover {toxinidir}
|
||||||
|
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
# linters env - it's a combination of check's (usually syntax)
|
# linters env - it's a combination of check's (usually syntax)
|
||||||
# for aggregate non-destructive run's. Used only in openstack-infra ci for
|
# for aggregate non-destructive run's. Used only in openstack-infra ci for
|
||||||
@ -68,7 +72,9 @@ commands = {toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
|
|||||||
# Otherwise, if some command failed - exit code from tox itself will be 1
|
# Otherwise, if some command failed - exit code from tox itself will be 1
|
||||||
ignore_errors=True
|
ignore_errors=True
|
||||||
deps = yamllint
|
deps = yamllint
|
||||||
|
murano-pkg-check
|
||||||
whitelist_externals = shellcheck
|
whitelist_externals = shellcheck
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/jenkins/shellcheck.sh {toxinidir}
|
{toxinidir}/tools/jenkins/shellcheck.sh {toxinidir}
|
||||||
{toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
|
{toxinidir}/tools/jenkins/yamllint.sh {toxinidir}
|
||||||
|
murano-pkg-check --verbose --debug --discover {toxinidir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user