c24a15e8db
neutron-grenade job definition is gone with neutron stable/train is EOL but it is used in integrated-gate template. This fixes the zuul config error for neutron-grenade job. Change-Id: Icad45cc966cbe81273a5be9311ab17c1b653f3e1
31 lines
639 B
YAML
31 lines
639 B
YAML
- project-template:
|
|
name: infra-puppet-check-jobs
|
|
check:
|
|
jobs:
|
|
- legacy-puppet-lint
|
|
gate:
|
|
jobs:
|
|
- legacy-puppet-lint
|
|
|
|
- project-template:
|
|
name: integrated-gate
|
|
description: |
|
|
Jobs that are run across several projects to test the base
|
|
OpenStack functionality.
|
|
check:
|
|
jobs:
|
|
- tempest-full
|
|
gate:
|
|
jobs:
|
|
- tempest-full
|
|
|
|
- project-template:
|
|
name: puppet-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- legacy-puppet-unit-4.8-centos-7
|
|
- legacy-puppet-unit-latest-centos-7
|
|
gate:
|
|
jobs:
|
|
- legacy-puppet-unit-4.8-centos-7
|