From 644ae7f102912d66af846bceafab2610e5bf0c42 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 1 Sep 2016 07:26:27 +0200 Subject: [PATCH] Update api-jobs Add test-results publisher so that we get output from tox. Remove swagger job, it's not used anymore. Change-Id: I0de625525cab7db126e608877ad1cc1c3f4d05b6 --- jenkins/jobs/api-jobs.yaml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/jenkins/jobs/api-jobs.yaml b/jenkins/jobs/api-jobs.yaml index 813c6dd2a0..1ae0bfd6fa 100644 --- a/jenkins/jobs/api-jobs.yaml +++ b/jenkins/jobs/api-jobs.yaml @@ -16,6 +16,7 @@ source: 'publish-docs/api-ref/**' target: '/' remove-prefix: 'publish-docs/api-ref/' + - test-results - console-log - job: @@ -36,24 +37,7 @@ source: 'publish-docs/api-ref/**' target: '/' remove-prefix: 'publish-docs/api-ref/' - - console-log - -- job: - name: gate-build-swagger - description: Build and publish draft Swagger files from WADL migration. - node: ubuntu-xenial - - builders: - - gerrit-git-prep - - nodejs-install: - version: 4 - - install-distro-packages - - revoke-sudo - - tox: - envlist: 'makeswagger' - - publishers: - - upload-swagger-draft + - test-results - console-log - job-template: @@ -70,6 +54,7 @@ publishers: - upload-api-guide-draft + - test-results - console-log - job-template: @@ -90,6 +75,7 @@ source: 'api-guide/build/html/**' target: 'api-guide/{service}' remove-prefix: 'api-guide/build/html/' + - test-results - console-log # Be aware that the variable "service" needs to be set when this job @@ -120,6 +106,7 @@ publishers: - upload-api-ref-draft + - test-results - console-log - job-template: @@ -140,6 +127,7 @@ source: 'api-ref/build/html/**' target: 'api-ref/{service}' remove-prefix: 'api-ref/build/html/' + - test-results - console-log # Be aware that the variable "service" needs to be @@ -174,4 +162,5 @@ target: 'sdks/python/openstacksdk' remove-prefix: 'doc/build/html/' excludes: '' + - test-results - console-log