From bb22add60c5d7a206ed8023d78fd155e256253a0 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 19 Aug 2020 12:22:38 +0200 Subject: Native Zuul v3 version of the functional legacy job Pretty straightforward conversion, and remove the old scripts which are not needed anymore. Also, even though OS_TENANT_NAME is still exported, read OS_PROJECT_NAME as first choice. Depends-On: https://review.opendev.org/746235 Change-Id: I51314da6d6bf0467308f3598fa9e666655e286d0 --- .zuul.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index c5622cb..03768ff 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,15 +1,21 @@ - job: name: heatclient-functional - parent: legacy-dsvm-base - run: playbooks/devstack/functional-run.yaml - post-run: playbooks/devstack/functional-post.yaml + parent: devstack-tox-functional timeout: 4200 required-projects: - - openstack/devstack-gate - openstack/heat - openstack/python-heatclient vars: - branch_override: default + openrc_enable_export: true + devstack_plugins: + heat: https://opendev.org/openstack/heat + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^setup.cfg$ + - ^doc/.*$ + - ^.*\.rst$ + - ^releasenotes/.*$ + - ^heatclient/tests/.*$ - project: templates: -- cgit v1.2.1