From a2fedaba77b902663c5d0064dfb569e7c977cfed Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 26 Nov 2024 19:52:29 +0530 Subject: [PATCH] Switch to neutron-functional job [1] dropped the uwsgi job as default switched, so let's run neutron-functional job now. Also set zuul_work_dir as needed with [2]. [1] https://review.opendev.org/c/openstack/neutron/+/935626 [2] https://review.opendev.org/c/openstack/neutron/+/936262 Depends-On: https://review.opendev.org/c/openstack/neutron/+/936262 Related-Bug: #2089673 Change-Id: I180d6fef6f65923931bf1d3c0f46626123ac7d7f --- .zuul.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index c8f85a0dc..b8081a4f9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,9 +21,11 @@ jobs: - openstack-tox-py312-with-neutron - openstack-tox-py312-with-sqlalchemy-master - - neutron-functional-with-uwsgi: + - neutron-functional: &neutron-functional required-projects: - openstack/neutron-lib + vars: + zuul_work_dir: src/opendev.org/openstack/neutron # This job comes from lib-forward-testing-python3 template, # but it is limited to 2h there and we want to set # for it 3h timeout @@ -31,7 +33,7 @@ timeout: 10800 gate: jobs: - - neutron-functional-with-uwsgi + - neutron-functional: *neutron-functional # This job comes from lib-forward-testing-python3 template, # but it is limited to 2h there and we want to set # for it 3h timeout