summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhao Chao <zhaochao1984@gmail.com>2018-05-07 23:08:49 +0800
committerZhao Chao <zhaochao1984@gmail.com>2018-07-17 10:29:55 +0800
commitd2868a59cba6e4cda68eade5c16d5aabdde5a64d (patch)
tree8be7467c0495326a9597921f1ec6d47dae5898d8 /tox.ini
parent87fd1c4b0ec1f0788c0e0478acf80e7e280c16a4 (diff)
downloadtrove-d2868a59cba6e4cda68eade5c16d5aabdde5a64d.tar.gz
Migrate to Zuul v3 native job definitions
This patch migrates the legacy gate jobs to Zuul v3 native ones(a new trove-devstack role is created for all those legecy jobs, and the previous way of running gate jobs is still kept as we still cannot migrate the genade job to a Zuul v3 native one), following the documents below: https://docs.openstack.org/infra/manual/zuulv3.html https://docs.openstack.org/devstack/latest/zuul_ci_jobs_migration.html Change-Id: I10a1adae3a79b7322118fce180119f0ee5ff2e1b Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 803001aa..a2f41f75 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,7 +66,9 @@ show-source = True
ignore = F821,H301,H404,H405,H501,E402,W503,E731
enable-extensions = H203,H106
builtins = _
-exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes
+# add *.yaml for playbooks/trove-devstack-base.yaml, as it will be matched by
+# trove-* in the "filename" configuration.
+exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes,*.yaml
filename=*.py,trove-*,app.wsgi
[hacking]