CSIT-484: New csit-hc2vpp job set
[ci-management.git] / jjb / csit / csit-vpp-honeycomb.yaml
diff --git a/jjb/csit/csit-vpp-honeycomb.yaml b/jjb/csit/csit-vpp-honeycomb.yaml
deleted file mode 100644 (file)
index 715d2dd..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-- project:
-    name: csit-hc2vpp
-    description: 'CSIT jenkins jobs to test Hc2vpp features.'
-    jobs:
-        - 'csit-hc2vpp-functional-{stream}-{os}'
-    project: 'csit'
-    branch: 'master'
-    branch-id: 'master'
-    build-artifact-num-to-keep: 10
-    stream:
-        - master:
-            branch: 'master'
-            repo-stream-part: 'master'
-        - '1609':
-            branch: 'stable/1609'
-            repo-stream-part: 'stable.1609'
-    os:
-        - ubuntu1404
-
-- job-template:
-    name: 'csit-hc2vpp-functional-{stream}-{os}'
-
-    project-type: freestyle
-    node: verify
-    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}'
-
-    scm:
-        - git-scm:
-            credentials-id: 'jenkins-gerrit-credentials'
-            branch: '{branch}'
-
-    wrappers:
-        - fdio-infra-wrappers:
-            build-timeout: '{build-timeout}'
-
-    triggers:
-        - reverse:
-            jobs: 'hc2vpp-integration-{stream}-{os}'
-            result: 'success'
-
-    prebuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.8.0-openjdk-amd64||echo 'ignoring failure';fi
-
-    builders:
-        - shell:
-            !include-raw-escape: include-raw-csit-hc2vpp-functional-virl.sh
-
-    postbuilders:
-        - shell: |
-            if [ "${{OS}}" == "ubuntu1404" ];then sudo update-java-alternatives -s /usr/lib/jvm/java-1.7.0-openjdk-amd64||echo 'ignoring failure';fi
-
-    publishers:
-        - archive-artifacts:
-            artifacts: 'report.html, log.html, output.xml'
-            latest-only: false
-
-        - robot-report:
-            output-path: ''