57e9e71cb6
Baseline changes to comply with Release Notes Management based in Reno [0]: * Use build-openstack-releasenotes job for release notes (We can't use the OpenStack releasenotes template as it includes publish jobs, stx needs its own) * Add newnote tox environment as convenience for creating new release notes, re-using the releasenotes venv. * Remove the unused 'true' tox environment. [0] https://docs.openstack.org/reno/latest/ Story: 2003101 Task: 26658 Change-Id: I0bce008d3c26859ba7ca72aeec664ed417e22ea1 Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
25 lines
544 B
YAML
25 lines
544 B
YAML
---
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
- stx-updates-pylint
|
|
gate:
|
|
jobs:
|
|
- build-openstack-releasenotes
|
|
- openstack-tox-linters
|
|
- openstack-tox-pep8
|
|
- stx-updates-pylint
|
|
|
|
- job:
|
|
name: stx-updates-pylint
|
|
parent: openstack-tox-pylint
|
|
required-projects:
|
|
- openstack/stx-config
|
|
- openstack/stx-fault
|
|
- openstack/stx-integ
|