puppet-horizon/.zuul.yaml
Arx Cruz 76a3aa2913 Port puppet-horizon-tripleo-standalone to os_tempest
Previously Tripleo validate-tempest role was used to run tempest
on tripleo jobs. Recently we are moving to os_tempest (an unified
role developed by openstack-ansible team).

It moves the vars to os_tempest.
Below is the other var changes:
run_tempest: false -> to disable validate-tempest role
use_os_tempest: true -> enable os_tempest
tempest_whitelist -> tempest_test_whitelist
tempest_plugins -> tempest_services now just the name of the service,
not the plugin package name

Change-Id: I1aaaef47d4bf29c486ed244cbbe0ada08d84bf87
2019-05-02 09:56:42 +00:00

28 lines
746 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: false
tempest_services:
- horizon
tempest_test_whitelist:
- 'horizon'
use_os_tempest: true