fuel: Fix upstream fuel-plugin-bgpvpn repo config 31/22531/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 28 Sep 2016 17:03:33 +0000 (19:03 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 28 Sep 2016 17:05:43 +0000 (19:05 +0200)
Change-Id: I43eb2fee806ca50a7954b7fc20d661413a57a5b6
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/fuel/fuel-plugin-verify-jobs.yml

index 6d752fd..affc705 100644 (file)
@@ -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'
                 - '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: