puppet-horizon/.zuul.yaml
Chandan Kumar 87a5a7defd 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
2018-10-15 16:12:30 +05:30

27 lines
733 B
YAML

- project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- puppet-openstack-integration-jobs-scenario003
- puppet-openstack-beaker-jobs
- release-notes-jobs-python3
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'