Validate grafyaml based on master

Rather than installing grafyaml from pypi, install it with
zuul-cloner so that it may be validated with the contents of
master (or even changes in review).  We run grafyaml continuously
deployed from source rather than installing from pypi, so this
more closely matches what we actually want to validate.

Change-Id: I26663e5c70883b910fced6c32ae364734542b5a5
This commit is contained in:
James E. Blair
2016-01-07 15:24:30 -08:00
parent b70bbeb5c7
commit 9ed42604d0
3 changed files with 50 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ select = H231
[testenv:grafyaml]
basepython = python2.7
commands = grafana-dashboard validate grafana
commands = {toxinidir}/tools/grafyaml-validate.sh
[testenv:jjb]
basepython = python2.7