diff options
-rw-r--r-- | jjb/fuel/fuel-plugin-verify-jobs.yml | 13 |
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: |