From d2868a59cba6e4cda68eade5c16d5aabdde5a64d Mon Sep 17 00:00:00 2001 From: Zhao Chao Date: Mon, 7 May 2018 23:08:49 +0800 Subject: 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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] -- cgit v1.2.1