From 8e9e7f74baecf60c6e501fff47ee19c0e972d25e Mon Sep 17 00:00:00 2001 From: "Andrea Frittoli (andreaf)" Date: Tue, 21 Nov 2017 14:59:47 +0000 Subject: [PATCH] Initial tempest-full job Setup the tempest-full in Tempest job configuration. The job as it looks now does not match its legacy counterpart, but all of the features missing are on devstack side: - selection of enabled services based on matrix - collection of logs and configuration files Change-Id: I387950424d25db9b671b077b47b14197683f5f66 --- .zuul.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ec6c59a602..9f9145585c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,6 +13,19 @@ run: playbooks/devstack-tempest.yaml post-run: playbooks/post-tempest.yaml +- job: + name: tempest-full + parent: devstack-tempest + description: | + Base integration test with Neutron networking and py27. + Former names for this job where: + * legacy-tempest-dsvm-neutron-full + * gate-tempest-dsvm-neutron-full-ubuntu-xenial + vars: + tox_venvlist: full + devstack_localrc: + ENABLE_FILE_INJECTION: True + - job: name: tempest-tox-plugin-sanity-check parent: tox @@ -98,4 +111,15 @@ - ^playbooks/ - ^roles/ - ^.zuul.yaml$ + - tempest-full: + voting: false + irrelevant-files: + - ^(test-|)requirements.txt$ + - ^.*\.rst$ + - ^doc/.*$ + - ^etc/.*$ + - ^releasenotes/.*$ + - ^setup.cfg$ + - ^tempest/hacking/.*$ + - ^tempest/tests/.*$ - tempest-tox-plugin-sanity-check