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
This commit is contained in:
parent
7eb393b62c
commit
644ae7f102
@ -16,6 +16,7 @@
|
|||||||
source: 'publish-docs/api-ref/**'
|
source: 'publish-docs/api-ref/**'
|
||||||
target: '/'
|
target: '/'
|
||||||
remove-prefix: 'publish-docs/api-ref/'
|
remove-prefix: 'publish-docs/api-ref/'
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -36,24 +37,7 @@
|
|||||||
source: 'publish-docs/api-ref/**'
|
source: 'publish-docs/api-ref/**'
|
||||||
target: '/'
|
target: '/'
|
||||||
remove-prefix: 'publish-docs/api-ref/'
|
remove-prefix: 'publish-docs/api-ref/'
|
||||||
- console-log
|
- test-results
|
||||||
|
|
||||||
- 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
|
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
@ -70,6 +54,7 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- upload-api-guide-draft
|
- upload-api-guide-draft
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
@ -90,6 +75,7 @@
|
|||||||
source: 'api-guide/build/html/**'
|
source: 'api-guide/build/html/**'
|
||||||
target: 'api-guide/{service}'
|
target: 'api-guide/{service}'
|
||||||
remove-prefix: 'api-guide/build/html/'
|
remove-prefix: 'api-guide/build/html/'
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
# Be aware that the variable "service" needs to be set when this job
|
# Be aware that the variable "service" needs to be set when this job
|
||||||
@ -120,6 +106,7 @@
|
|||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- upload-api-ref-draft
|
- upload-api-ref-draft
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
@ -140,6 +127,7 @@
|
|||||||
source: 'api-ref/build/html/**'
|
source: 'api-ref/build/html/**'
|
||||||
target: 'api-ref/{service}'
|
target: 'api-ref/{service}'
|
||||||
remove-prefix: 'api-ref/build/html/'
|
remove-prefix: 'api-ref/build/html/'
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
# Be aware that the variable "service" needs to be
|
# Be aware that the variable "service" needs to be
|
||||||
@ -174,4 +162,5 @@
|
|||||||
target: 'sdks/python/openstacksdk'
|
target: 'sdks/python/openstacksdk'
|
||||||
remove-prefix: 'doc/build/html/'
|
remove-prefix: 'doc/build/html/'
|
||||||
excludes: ''
|
excludes: ''
|
||||||
|
- test-results
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user