summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-02-27 09:39:30 -0700
committerEd Kern <ejk@cisco.com>2018-02-27 09:39:30 -0700
commitc482c5bd6ba4c93012572580bb58e241aa94b3a6 (patch)
tree0078687ddfba25cc5d71fcb497552630514de9e8 /jjb/vpp
parent214cb2ffa873d73c5a7c4922849a22ae2a1f37d9 (diff)
VPP: fixed retry on container builds
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>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/vpp.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index c18412eee..e62e29477 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -118,6 +118,10 @@
- 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}'
@@ -179,10 +183,6 @@
- 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}'
@@ -274,6 +274,10 @@
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}'
@@ -363,10 +367,6 @@
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}'