6565c634c3
As discussed in ML thread[1], we are going to make grenade jobs as non voting for all EM stable and oldest stable. grenade jobs are failing not and it might take time to fix those if we are able to fix. Once it jobs are working depends on project team, they can bring them back to voting or keep non-voting. With n-v jobs on projects side we need to udpate the integrated gate template to remove the job from gate pipeline. Needed-By: https://review.opendev.org/#/c/737414/1 Needed-BY: https://review.opendev.org/#/c/737332/ Needed-By: https://review.opendev.org/#/c/737408/ [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015499.html Change-Id: I0a924cb298bd74034a9b33d31d2fd506391ac16d
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
|
|
# Extended Maintainance or oldest stable branch.
|
|
# Now this is only needed for stable/train as
|
|
# stable/ussuri onwards we use integrated-gate-py3.
|
|
branches: stable/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
|
|
# Extended Maintainance or oldest stable branch.
|
|
# Now this is only needed for stable/train as
|
|
# stable/ussuri onwards we use integrated-gate-py3.
|
|
branches: stable/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
|