[compass] try concurrent of daily ci jobs, don't restrict the threahold 25/8225/3
authormeimei <meimei@huawei.com>
Thu, 28 Jan 2016 02:24:29 +0000 (10:24 +0800)
committermeimei <meimei@huawei.com>
Thu, 28 Jan 2016 02:58:12 +0000 (10:58 +0800)
Change-Id: I593af4a8ef484c851be3677bcfd95e8451b45c86
Signed-off-by: meimei <meimei@huawei.com>
jjb/compass4nfv/compass-ci-jobs.yml
jjb/compass4nfv/compass-project-jobs.yml

index c50f734..11fac7c 100644 (file)
     properties:
         - throttle:
             enabled: true
-            max-total: 1
+            max-total: 0
             max-per-node: 1
-        - build-blocker:
-            use-build-blocker: true
-            blocking-jobs:
-                - 'compass-os-.*?-{pod}-daily-{stream}'
 
     wrappers:
         - build-name:
 
     disabled: false
 
-    concurrent: false
+    concurrent: true
 
     properties:
         - throttle:
             enabled: true
-            max-total: 1
+            max-total: 0
             max-per-node: 1
         - build-blocker:
             use-build-blocker: true
index cb94c72..3dd091f 100644 (file)
@@ -19,6 +19,7 @@
         - 'compass-verify-{stream}'
         - 'compass-build-iso-{stream}'
         - 'compass-build-ppa-{stream}'
+        - 'compass-verify-deploy-{stream}'
 
 
 ########################
@@ -41,7 +42,7 @@
     properties:
         - throttle:
             enabled: true
-            max-total: 1
+            max-total: 0
             max-per-node: 1
 
     parameters:
 - job-template:
     name: 'compass-verify-deploy-{stream}'
 
+    concurrent: true
+
+    properties:
+        - throttle:
+            enabled: true
+            max-total: 0
+            max-per-node: 1
+
     scm:
         - git-scm:
             credentials-id: '{ssh-credentials}'