From 0322642cfe8bfb181a344abdd2145202252fc58f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 16 Jul 2019 19:50:24 +0200 Subject: [PATCH] Remove developer jobs Remove these jobs from the branch, we don't need them here and they only hinder us removing the jobs. Cap sphinxmark so that building works. Change-Id: I34ebdecff4c1b702bf33eb4cabc73c662132b0a8 --- .zuul.yaml | 33 --------------------------------- test-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7471e2cd2c..187d45691f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -64,24 +64,6 @@ jobs: - publish-openstack-manuals -- project-template: - name: openstack-manuals-developer-jobs - description: | - Runs jobs for non-translated documents. - 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: - - publish-openstack-manuals-developer - - - project-template: name: openstack-manuals-build-translation description: | @@ -96,21 +78,6 @@ jobs: - publish-openstack-manuals-lang -- project-template: - name: openstack-manuals-developer-build-translation - description: | - Runs jobs to build translated documents. - This will publish content to developer.openstack.org. - check: - jobs: - - build-tox-manuals-checklang - gate: - jobs: - - build-tox-manuals-checklang - post: - jobs: - - publish-openstack-manuals-developer-lang - # Configuration for this repository, determines which jobs to run. - project: templates: diff --git a/test-requirements.txt b/test-requirements.txt index 5af69e3b3e..7fa4111a66 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,7 +15,7 @@ doc8 # Apache-2.0 requests>=2.10.0,!=2.12.2 # Apache-2.0 requestsexceptions>=1.1.1 # Apache-2.0 reno>=2.1.0 # Apache-2.0 -sphinxmark # Apache-2.0 +sphinxmark<=0.1.17 # Apache-2.0 lxml>=2.3,!=3.7.0 # BSD # For translations