From dc3f6df1a30f07e3205e62092a0d7301dacdaf8c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 20 Oct 2019 10:15:27 +0200 Subject: Remove failing functest-rtd-jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This job always fails (missing python interpreter) [1] and it's useless as Functest team manages its docs on readthedocs. It's worth mentioning that opnfvdocs load Functest docs as a submodule. [1] https://build.opnfv.org/ci/job/functest-rtd-verify-master/73/ Change-Id: I8f0180a6befa80e96b9d393b2c3ac627bdb278c5 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-rtd-jobs.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 jjb/functest/functest-rtd-jobs.yaml (limited to 'jjb') diff --git a/jjb/functest/functest-rtd-jobs.yaml b/jjb/functest/functest-rtd-jobs.yaml deleted file mode 100644 index 8d20dd20e..000000000 --- a/jjb/functest/functest-rtd-jobs.yaml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- project: - name: functest-rtd - project: functest - project-name: functest - - gerrit-skip-vote: true - project-pattern: 'functest' - rtd-build-url: 'https://readthedocs.org/api/v2/webhook/opnfv-functest/47369/' - rtd-token: '26f9131bd5c337928ba8b431a289f6850b330504' - - stream: - - master: - branch: '{stream}' - disabled: false - - iruya: - branch: 'stable/{stream}' - disabled: false - - hunter: - branch: 'stable/{stream}' - disabled: false - - jobs: - - '{project-name}-rtd-jobs' -- cgit