4e026d3fdb
The py35 and pep8 jobs are defined as part of the CTI and as such should be managed through the project-config repository. Removing the entries here should also fix the way the exclusion rules for files that don't affect the tests are applied. Depends-On: Iaa8dc88e999d22e2242eeb963838b29ba35ac3aa Change-Id: I1dd45d269716d54c8d56a12912676bdc269aafcb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
24 lines
509 B
YAML
24 lines
509 B
YAML
- job:
|
|
name: releases-tox-list-changes
|
|
parent: openstack-tox
|
|
vars:
|
|
tox_envlist: list-changes
|
|
|
|
- project:
|
|
name: openstack/releases
|
|
check:
|
|
jobs:
|
|
- openstack-tox-validate
|
|
- releases-tox-list-changes
|
|
- build-openstack-sphinx-docs
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-validate
|
|
- build-openstack-sphinx-docs
|
|
release-post:
|
|
jobs:
|
|
- tag-releases
|
|
- publish-static:
|
|
dependencies:
|
|
- tag-releases
|