summaryrefslogtreecommitdiffstats
path: root/jjb/fuel
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-09-28 19:03:33 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-09-28 19:05:43 +0200
commit0132caf704d2866ef69a5728de494e71748ac8bf (patch)
tree6cbe2c8c5a4a93eb2e19b7be3bb50ba26befe302 /jjb/fuel
parentde8b20f816463e01469c3177369330c9360f5b31 (diff)
fuel: Fix upstream fuel-plugin-bgpvpn repo config
Change-Id: I43eb2fee806ca50a7954b7fc20d661413a57a5b6 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r--jjb/fuel/fuel-plugin-verify-jobs.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-plugin-verify-jobs.yml b/jjb/fuel/fuel-plugin-verify-jobs.yml
index 6d752fdd1..affc705f3 100644
--- a/jjb/fuel/fuel-plugin-verify-jobs.yml
+++ b/jjb/fuel/fuel-plugin-verify-jobs.yml
@@ -82,6 +82,8 @@
exclude-no-code-change: 'false'
- comment-added-contains-event:
comment-contains-value: 'recheck'
+ - comment-added-contains-event:
+ comment-contains-value: 'reverify'
projects:
- project-compare-type: 'PLAIN'
project-pattern: 'openstack/fuel-plugin-bgpvpn'
@@ -152,11 +154,18 @@
- 'fuel-verify-plugin-test-.*'
block-level: 'NODE'
+ # the url to plugin repo can essentially become a variable if
+ # the plugin name is injected to env by gerrit plugin
scm:
- - gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
+ - git:
+ url: 'https://git.openstack.org/openstack/fuel-plugin-bgpvpn'
refspec: '$GERRIT_REFSPEC'
+ branches:
+ - 'origin/$GERRIT_BRANCH'
+ skip-tag: true
choosing-strategy: 'gerrit'
+ timeout: 10
+ wipe-workspace: true
wrappers:
- ssh-agent-credentials: