diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2017-01-11 00:23:04 +0000 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2017-01-20 05:43:24 +0000 |
commit | e0b539ec2c57bf48b872903e8d5ddf34b0def844 (patch) | |
tree | d0feeba7fa2fe5c3b4b33b828f96502f31c119ef /jjb/global | |
parent | 88812b12f218b23561f915168619e66b2b68df82 (diff) |
[doctor] fix doctor profiling job
Doctor profiling jobs have to be executed on ool-* pods, since we need
pre-deployed OpenStack for those jobs.
This patch also:
- merge job templates for verify job and profiling job
- move experimental trigger to jjb/global/releng-macros.yml
Change-Id: If0283a734bec77d3f1bbab72d169f44ff1cd1c99
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/releng-macros.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 10835f6a3..404c3dd69 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -96,6 +96,30 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' +- trigger: + name: 'experimental' + triggers: + - gerrit: + server-name: 'gerrit.opnfv.org' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'check-experimental' + projects: + - project-compare-type: 'ANT' + project-pattern: '{project}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + file-paths: + - compare-type: 'ANT' + pattern: 'tests/**' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + silent-start: true + - wrapper: name: ssh-agent-wrapper wrappers: |