Rename schema job to be more clear about its purpose

The make target fails when it detects schema changes, not when schema is invalid.

Also update CONTRIBUTING.md to include information about zuul jobs.
This commit is contained in:
Elijah DeLee
2018-11-19 14:57:20 -06:00
parent 0c1a4439ba
commit ca84d312ce
3 changed files with 21 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ envlist =
api,
ui,
swagger,
validate-schema,
detect-schema-change,
[testenv]
;basepython = python2.7
@@ -73,9 +73,9 @@ commands =
make docker-compose-build
make docker-compose-build-swagger
[testenv:validate-schema]
[testenv:detect-schema-change]
deps =
nodeenv
commands =
make docker-compose-build
make docker-compose-validate-schema
make docker-compose-detect-schema-change