zuul: fix the parent of the packstack jobs, concurrency

Needed after https://review.openstack.org/517644 which changed the
definition of the base jobs (especially where the type of the base
image is defined).
Reduce the concurrency of tempest run to (hopefully) prevent some
errors related to networking.

Change-Id: Ifc0d186bc23d318fab994b99cb94f1e587d41d8f
This commit is contained in:
Luigi Toscano 2018-02-12 16:22:44 +01:00
parent 0d68af43cb
commit 96d36bea1e
2 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,7 @@
- job:
name: python-tempestconf-tempest-packstack-admin
parent: packstack-base
parent: packstack-allinone
description: |
Tempest job for python-tempestconf on a packstack environment as the admin user.
required-projects:
@ -101,7 +101,7 @@
- job:
name: python-tempestconf-tempest-packstack-demo
parent: packstack-base
parent: packstack-allinone
description: |
Tempest job for python-tempestconf on a packstack environment as the demo user.
required-projects:

View File

@ -39,3 +39,5 @@
- name: Run Tempest Tests
include_role:
name: run-tempest
vars:
tempest_concurrency: 2