From: Ed Kern Date: Tue, 27 Feb 2018 16:39:30 +0000 (-0700) Subject: VPP: fixed retry on container builds X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c482c5bd6ba4c93012572580bb58e241aa94b3a6;p=ci-management.git 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 --- 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}'