VPP: fixed retry on container builds 44/10844/1
authorEd Kern <ejk@cisco.com>
Tue, 27 Feb 2018 16:39:30 +0000 (09:39 -0700)
committerEd Kern <ejk@cisco.com>
Tue, 27 Feb 2018 16:39:30 +0000 (09:39 -0700)
In mental snap I applied the retry on openstack based builds
and not container builds.  This will remove it from openstack
builds and properly apply it to container builds.

Change-Id: I7dc23681d6d39b8c433f0d74baa63c80cebd51c8
Signed-off-by: Ed Kern <ejk@cisco.com>
jjb/vpp/vpp.yaml

index c18412e..e62e294 100644 (file)
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
             archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
+        - naginator:
+            rerun-unstable-builds: true
+            max-failed-builds: 1
+            fixed-delay: 10
 
 - job-template:
     name: 'vpp-verify-os-{stream}-{os}'
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
             archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
-        - naginator:
-            rerun-unstable-builds: true
-            max-failed-builds: 1
-            fixed-delay: 10
 
 - job-template:
     name: 'vpp-merge-{stream}-{os}'
             default-excludes: false
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
+        - naginator:
+            rerun-unstable-builds: true
+            max-failed-builds: 1
+            fixed-delay: 10
 
 - job-template:
     name: 'vpp-merge-os-{stream}-{os}'
             default-excludes: false
         - fdio-infra-shiplogs:
             maven-version: 'mvn33-new'
-        - naginator:
-            rerun-unstable-builds: true
-            max-failed-builds: 1
-            fixed-delay: 10
 
 - job-template:
     name: 'vpp-csit-verify-virl-{stream}'