From 8679b9da45f922fd89d005323ab3bfc6d4bdbb2a Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 9 Sep 2020 16:21:36 +0000 Subject: jjb: remove VPP coverity job Signed-off-by: Dave Wallace Change-Id: I7f5d1fec7a811908860816e8ba23c0a700dfadd5 --- jjb/vpp/vpp.yaml | 118 ------------------------------------------------------- 1 file changed, 118 deletions(-) (limited to 'jjb/vpp/vpp.yaml') diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index b994ccf59..2245a6c61 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -48,25 +48,6 @@ branch: 'master' repo-stream-part: 'master' -- project: - name: vpp-clang - jobs: - - 'vpp-coverity-{stream}' - - project: 'vpp' - os: - - ubuntu1804: - repo-os-part: 'ubuntu.bionic.main' - - centos7: - repo-os-part: 'centos7' - - opensuse: - repo-os-part: 'opensuse' - - stream: - - master: - branch: 'master' - repo-stream-part: 'master' - - project: name: vpp-misc jobs: @@ -633,105 +614,6 @@ - fdio-infra-shiplogs: maven-version: 'mvn36' -- job-template: - name: 'vpp-coverity-{stream}' - - project-type: freestyle - node: 'ubuntu1804-us' - concurrent: true - archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' - - build-discarder: - 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: 'ubuntu1804' - - repo-name-parameter: - repo-name: '{repo-stream-part}.ubuntu.bionic.main' - - stream-parameter: - stream: '{stream}' - - scm: - - gerrit-trigger-scm: - credentials-id: 'jenkins-gerrit-credentials' - refspec: '' - choosing-strategy: 'gerrit' - - wrappers: - - fdio-infra-wrappers: - build-timeout: '{build-timeout}' - - triggers: - - timed: '0 14 * * *' - - builders: - - shell: - command: !include-raw-escape: ../scripts/vpp/coverity.sh - unstable-return: 42 - - publishers: - - email-ext: - # yamllint disable-line rule:line-length - recipients: 'dwallacelf@gmail.com' - reply-to: '' - content-type: 'text' - subject: 'Coverity run passing as of $BUILD_TIMESTAMP' - # yamllint disable-line rule:line-length - body: | - Coverity run passing. - - ${{FILE,path="output.txt"}} - failure: false - success: true - - email-ext: - # yamllint disable-line rule:line-length - recipients: 'dwalllacelf@gmail.com' - reply-to: '' - content-type: 'text' - subject: 'Coverity run UNSTABLE as of $BUILD_TIMESTAMP' - # yamllint disable-line rule:line-length - body: | - Coverity run UNSTABLE. - - Something went wrong with daily scan. - failure: false - unstable: true - - email-ext: - # yamllint disable-line rule:line-length - recipients: 'vpp-dev@lists.fd.io' - reply-to: '' - content-type: 'text' - subject: 'Coverity run FAILED as of $BUILD_TIMESTAMP' - # yamllint disable-line rule:line-length - body: | - Coverity run failed today. - - ${{FILE,path="output.txt"}} - failure: true - - email-ext: - # yamllint disable-line rule:line-length - recipients: 'vpp-dev@lists.fd.io' - reply-to: '' - content-type: 'text' - subject: 'Coverity run as of $BUILD_TIMESTAMP' - # yamllint disable-line rule:line-length - body: | - Coverity run fixed today. - - ${{FILE,path="output.txt"}} - failure: false - fixed: true - - fdio-infra-shiplogs: - maven-version: 'mvn36' - - job-template: name: 'vpp-merge-{stream}-{os}' -- cgit 1.2.3-korg