Remove VPP POC test job 86/8886/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 18 Oct 2017 18:07:56 +0000 (13:07 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 18 Oct 2017 18:07:56 +0000 (13:07 -0500)
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>
jjb/vpp/vpp.yaml

index 7b481d9..5be6e59 100644 (file)
@@ -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:
     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