From 194cc4fdcea46d6a04d096309400173cac2c06ab Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jul 2019 19:18:27 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index bebddd9c08..a36b16cefc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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.