summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml20
1 files changed, 17 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e3d857e9c9..4511a2bde8 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -532,14 +532,28 @@
- job:
name: neutron-tempest-postgres-full
- parent: legacy-dsvm-base
- run: playbooks/legacy/neutron-tempest-postgres-full/run.yaml
- post-run: playbooks/legacy/neutron-tempest-postgres-full/post.yaml
+ parent: tempest-integrated-networking
timeout: 7800
required-projects:
- openstack/devstack-gate
- openstack/neutron
- openstack/tempest
+ irrelevant-files: *tempest-irrelevant-files
+ vars:
+ devstack_services:
+ postgresql: true
+ mysql: false
+ # Cinder services
+ c-api: false
+ c-bak: false
+ c-sch: false
+ c-vol: false
+ cinder: false
+ # Swift services
+ s-account: false
+ s-container: false
+ s-object: false
+ s-proxy: false
- job:
name: neutron-fullstack-with-uwsgi