From 2c305a9ad447fbda9a664afce66a90190048f689 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 18 Oct 2017 13:07:56 -0500 Subject: [PATCH] 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 --- jjb/vpp/vpp.yaml | 60 -------------------------------------------------------- 1 file changed, 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 -- 2.16.6