Remove vpp-csit-verify-virl-1604-test-{stream} job. 72/3472/2
authorDave Wallace <dwallacelf@gmail.com>
Tue, 18 Oct 2016 16:02:01 +0000 (12:02 -0400)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 30 Nov 2016 18:15:55 +0000 (18:15 +0000)
Change-Id: Ifa69341cab351652d38a66b13d7bb67d51c82caf
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
jjb/vpp/vpp.yaml

index d16e1a1..cfc1869 100644 (file)
@@ -37,7 +37,6 @@
     jobs:
         - 'vpp-csit-verify-virl-{stream}'
         - 'vpp-csit-verify-hw-perf-{stream}-{type}'
-        - 'vpp-csit-verify-virl-1604-test-{stream}'
     project: 'vpp'
     stream:
         - master:
             only-if-success: true
             default-excludes: false
 
-- job-template:
-    name: 'vpp-csit-verify-virl-1604-test-{stream}'
-
-    project-type: freestyle
-    node: 'verify-ubuntu1604'
-    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: 'ubuntu1604'
-
-    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-manually-triggered:
-            name: '{project}'
-            branch: '{branch}'
-            comment-trigger-value: 'virl-1604-test'
-
-    builders:
-        - shell:
-            !include-raw-escape: include-raw-vpp-checkstyle.sh
-        - shell:
-            !include-raw-escape: include-raw-vpp-build.sh
-        - shell:
-            !include-raw-escape: include-raw-vpp-csit-functional.sh
-    
-    publishers:
-        - archive-artifacts:
-            artifacts: 'csit/report.html, csit/log.html, csit/output.xml'
-            latest-only: false
-
-        - robot-report:
-            output-path: 'csit'
-
 - job-template:
     name: 'vpp-verify-image-{stream}-{os}'