2959fa84f4
Devstack and Tempest jobs were recently fixed for all of the branches back till Pike. Now we can restore the neutron-grenade testing, as they are also working fine (see passing neutron-grenade in experimental jobs in Rocky [1]). As a successful grenade run on branch N needs a working devstack and tempest on branch N-1, the first branch where grenade will pass is Queens. [1] https://review.opendev.org/#/c/738548/ Change-Id: I0affa199406b82dc0315e4f1f6b0082ecde7aad4
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
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:
|
|
- legacy-tempest-dsvm-neutron-full:
|
|
branches: ^stable/(newton|ocata)$
|
|
- tempest-full
|
|
- neutron-grenade:
|
|
# NOTE(gmann): Do not run the grenade job for
|
|
# the oldest stable branch.
|
|
# Now this is only needed up till stable/train as
|
|
# stable/ussuri onwards we use integrated-gate-py3.
|
|
branches: ^stable/(queens|rocky|stein|train).*$
|
|
gate:
|
|
jobs:
|
|
- legacy-tempest-dsvm-neutron-full:
|
|
branches: ^stable/(newton|ocata)$
|
|
- tempest-full
|
|
- neutron-grenade:
|
|
# NOTE(gmann): Do not run the grenade job for
|
|
# the oldest stable branch.
|
|
# Now this is only needed up till stable/train as
|
|
# stable/ussuri onwards we use integrated-gate-py3.
|
|
branches: ^stable/(queens|rocky|stein|train).*$
|
|
|
|
- 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
|