Update developer jobs

As part of retirement of api-site, remove some jobs from templates:
* Remove linters job, we do not need it anymore
* Remove publish of translated docs, to remove them

Change-Id: If7455a934180add36334d5692556ddb5a817d062
This commit is contained in:
Andreas Jaeger 2019-07-16 19:18:27 +02:00 committed by Andreas Jaeger
parent 7785f4d09d
commit 194cc4fdce

View File

@ -77,11 +77,9 @@
This will publish content to developer.openstack.org.
check:
jobs:
- openstack-tox-linters
- build-tox-manuals-checkbuild
gate:
jobs:
- openstack-tox-linters
- build-tox-manuals-checkbuild
post:
jobs:
@ -113,9 +111,6 @@
gate:
jobs:
- build-tox-manuals-checklang
post:
jobs:
- publish-openstack-manuals-developer-lang
# Configuration for this repository, determines which jobs to run.