Enables Jenkins verification with foreman virtual deploy 85/1285/2
authorTim Rozet <trozet@redhat.com>
Mon, 24 Aug 2015 13:40:04 +0000 (09:40 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 24 Aug 2015 16:41:55 +0000 (12:41 -0400)
Virtual deploy job is passing in CI on POD1.  This patch will allow
gerrit patch verification.

JIRA: OCTO-99

Change-Id: I834fab1695151f3e71c6ef661201e6c01b1fb7ce
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/genesis/genesis-foreman.yml

index c5c4035..77660c2 100644 (file)
@@ -44,7 +44,7 @@
     properties:
         - throttle:
             enabled: true
-            max-total: 2
+            max-total: 1
 
     logrotate:
         daysToKeep: 30
@@ -97,6 +97,9 @@
     builders:
         - 'foreman-build'
         - 'foreman-workspace-cleanup'
+        - trigger-builds:
+          - project: 'genesis-foreman-deploy-virtual-{stream}'
+            git-revision: true
 
 - job-template:
     name: 'genesis-foreman-merge-{stream}'