diff options
-rw-r--r-- | jjb/releng/testapi-automate.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index 1c0bd5d7f..b06072b73 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -6,12 +6,10 @@ gs-pathname: '' phase: - - 'docker-update': - slave-label: 'opnfv-build' + - 'docker-update' - 'docker-deploy': slave-label: 'testresults' - - 'generate-doc': - slave-label: 'opnfv-build' + - 'generate-doc' jobs: - 'testapi-automate-{stream}' @@ -153,6 +151,7 @@ condition: SUCCESSFUL projects: - name: 'testapi-automate-docker-update-{stream}' + current-parameters: true kill-phase-on: FAILURE abort-all-job: true - multijob: @@ -160,6 +159,9 @@ condition: SUCCESSFUL projects: - name: 'testapi-automate-docker-deploy-{stream}' + current-parameters: false + node-label-name: SLAVE_LABEL + node-label: testresults kill-phase-on: FAILURE abort-all-job: true - multijob: @@ -167,6 +169,7 @@ condition: SUCCESSFUL projects: - name: 'testapi-automate-generate-doc-{stream}' + current-parameters: true kill-phase-on: FAILURE abort-all-job: true |