summaryrefslogtreecommitdiffstats
path: root/jjb/csit/csit-vpp-honeycomb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/csit/csit-vpp-honeycomb.yaml')
-rw-r--r--jjb/csit/csit-vpp-honeycomb.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/jjb/csit/csit-vpp-honeycomb.yaml b/jjb/csit/csit-vpp-honeycomb.yaml
new file mode 100644
index 000000000..6d11904b6
--- /dev/null
+++ b/jjb/csit/csit-vpp-honeycomb.yaml
@@ -0,0 +1,60 @@
+- project:
+ name: csit-honeycomb
+ description: 'CSIT jenkins jobs to test Honeycomb features.'
+ jobs:
+ - 'csit-honeycomb-functional-{stream}-{os}'
+ project: 'csit'
+ branch: 'master'
+ branch-id: 'master'
+ build-artifact-num-to-keep: 10
+ stream:
+ - master:
+ branch: 'master'
+ branch-id: 'master'
+ os:
+ - ubuntu1404
+
+- job-template:
+ name: 'csit-honeycomb-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}'
+
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - '{ssh-credentials}'
+
+ triggers:
+ - build-result:
+ combine: false
+ groups:
+ - jobs:
+ - honeycomb-merge-{stream}-{os}
+ results:
+ - success
+
+ builders:
+ - shell:
+ !include-raw-escape: include-raw-csit-honeycomb-functional-virl.sh
+
+ publishers:
+ - archive-artifacts:
+ artifacts: 'report.html, log.html, output.xml'
+ latest-only: false
+
+ - robot-report:
+ output-path: ''