summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorElijah DeLee <kdelee@redhat.com>2018-11-19 21:57:20 +0100
committerElijah DeLee <kdelee@redhat.com>2018-11-20 14:42:10 +0100
commitca84d312cee006ed2eb08cafeb73ba945abb8d6f (patch)
treef84bd52162b7c30279a66f441bb91b577a075585 /tox.ini
parentMerge pull request #2745 from mabashian/2428-workflow-edit-patch (diff)
downloadawx-ca84d312cee006ed2eb08cafeb73ba945abb8d6f.tar.xz
awx-ca84d312cee006ed2eb08cafeb73ba945abb8d6f.zip
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index adbf79d225..55e1427f82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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