summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-10-18 13:07:56 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-10-18 13:07:56 -0500
commit2c305a9ad447fbda9a664afce66a90190048f689 (patch)
tree874d581050d25e2d1ab4787133bf6313e68a30cb /jjb/vpp
parent66e9a8de341a8f9199a5f44be73e496c241c701c (diff)
Remove VPP POC test job
The POC test job is causing failures due to memory allociation and connectivity issues as well as CentOS jobs attemping to build on ubuntu nodes. Per discussion with Dave Wallace, this job is being removed to clear up blockers for the VPP project. Change-Id: I3c9ade8898111ca8607610313b8c67ca28214219 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/vpp.yaml60
1 files changed, 0 insertions, 60 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 7b481d93e..5be6e5952 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -10,7 +10,6 @@
- 'vpp-make-test-docs-verify-{stream}'
- 'vpp-test-packagecloud-{stream}-{os}'
- 'vpp-promote-{stream}-{os}'
- - 'vpp-test-poc-verify-{stream}-{os}'
project: 'vpp'
os:
@@ -858,62 +857,3 @@
publishers:
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
-
-- job-template:
- name: 'vpp-test-poc-verify-{stream}-{os}'
-
- project-type: freestyle
- node: 'ubuntu-s'
- concurrent: true
-
- logrotate:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
- - repo-name-parameter:
- repo-name: '{repo-stream-part}.{repo-os-part}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
- builders:
- - shell:
- !include-raw-escape: include-raw-vpp-checkstyle.sh
- - shell:
- !include-raw-escape: include-raw-vpp-test-checkstyle.sh
- - shell:
- !include-raw-escape:
- - ../scripts/setup_vpp_dpdk_dev_env.sh
- - include-raw-vpp-build.sh
- publishers:
- - archive:
- artifacts: 'build-root/*.rpm,build-root/*.deb,dpdk/*.rpm,dpdk/*.deb'
- allow-empty: 'true'
- fingerprint: false
- only-if-success: true
- default-excludes: false
- - fdio-infra-shiplogs:
- maven-version: 'mvn33-new'
- archive-artifacts: '/tmp/vpp-failed-unittests/*/*'
- - retry-build-on-builder-error