summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng/testapi-automate.yml26
1 files changed, 11 insertions, 15 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml
index 10b37596a..2a2f7b6d4 100644
--- a/jjb/releng/testapi-automate.yml
+++ b/jjb/releng/testapi-automate.yml
@@ -1,19 +1,21 @@
- project:
name: testapi-automate
-
- project: 'releng'
-
stream:
- master:
branch: '{stream}'
-
+ gs-pathname: ''
jobs:
- 'testapi-automate-{stream}'
+ project: 'releng'
- job-template:
name: 'testapi-automate-{stream}'
parameters:
+ - project-parameter:
+ project: '{project}'
+ - gerrit-parameter:
+ branch: '{branch}'
- 'opnfv-build-defaults'
scm:
@@ -23,15 +25,9 @@
- gerrit:
server-name: 'gerrit.opnfv.org'
trigger-on:
- - patchset-created-event:
- exclude-drafts: 'false'
- exclude-trivial-rebase: 'false'
- exclude-no-code-change: 'false'
- - draft-published-event
- - comment-added-contains-event:
- comment-contains-value: 'recheck'
+ - change-merged-event
- comment-added-contains-event:
- comment-contains-value: 'reverify'
+ comment-contains-value: 'remerge'
projects:
- project-compare-type: 'ANT'
project-pattern: '{project}'
@@ -62,16 +58,16 @@
name: start-testapi-server
builders:
- shell: |
- !include-raw: ../../utils/test/testapi/htmlize/prepare.sh
+ bash ./utils/test/testapi/htmlize/prepare.sh
- builder:
name: clean-testapi-server
builders:
- shell: |
- !include-raw: ../../utils/test/testapi/htmlize/finish.sh
+ bash ./utils/test/testapi/htmlize/finish.sh
- builder:
name: upload-doc-artifact
builders:
- shell: |
- !include-raw: ../../utils/test/testapi/htmlize/push-doc-artifact.sh
+ bash ./utils/test/testapi/htmlize/push-doc-artifact.sh