Add puppet-horizon-tripleo-standalone job
* It overrrides the tripleo-standalone featureset override to run Horizon specific tempest tests and install Horizon tempest plugin. * It will help to detect the puppet-keystone tempest specific issues early in gates. Depends-On: https://review.openstack.org/#/c/609666 Change-Id: I2bb4c62e0926ea147bc8403f1cabdc05e5fc0129
This commit is contained in:
parent
d204d4307c
commit
87a5a7defd
20
.zuul.yaml
20
.zuul.yaml
@ -5,4 +5,22 @@
|
|||||||
- puppet-openstack-integration-jobs-scenario003
|
- puppet-openstack-integration-jobs-scenario003
|
||||||
- puppet-openstack-beaker-jobs
|
- puppet-openstack-beaker-jobs
|
||||||
- release-notes-jobs-python3
|
- release-notes-jobs-python3
|
||||||
- tripleo-puppet-standalone
|
check:
|
||||||
|
jobs:
|
||||||
|
- puppet-horizon-tripleo-standalone
|
||||||
|
gate:
|
||||||
|
jobs:
|
||||||
|
- puppet-horizon-tripleo-standalone
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: puppet-horizon-tripleo-standalone
|
||||||
|
parent: tripleo-puppet-ci-centos-7-standalone
|
||||||
|
description: |
|
||||||
|
TripleO standalone Job running Horizon specific Tempest tests.
|
||||||
|
vars:
|
||||||
|
featureset_override:
|
||||||
|
run_tempest: true
|
||||||
|
tempest_whitelist:
|
||||||
|
- 'horizon'
|
||||||
|
tempest_plugins:
|
||||||
|
- 'python-horizon-tests-tempest'
|
||||||
|
Loading…
Reference in New Issue
Block a user