[SEBA-853] Pipeline for BBR
Change-Id: I7490782b042b0478ba7543bd004a51b27002f79c
diff --git a/jjb/bbr.yaml b/jjb/bbr.yaml
new file mode 100644
index 0000000..8c3ca31
--- /dev/null
+++ b/jjb/bbr.yaml
@@ -0,0 +1,42 @@
+---
+# scale test pipeline for BBSim
+
+- project:
+ name: bbr
+ project: '{name}'
+
+ jobs:
+ - 'bbr-jobs':
+ branch-regexp: '{all-branches-regexp}'
+
+- job-group:
+ name: 'bbr-jobs'
+ jobs:
+ - 'bbsim_scale_test'
+
+- job-template:
+ name: 'bbsim_scale_test'
+ id: 'bbsim_scale_test'
+ description: |
+ <!-- Managed by Jenkins Job Builder -->
+ Interval scale tests for BBSim using BBR <br />
+ Created from job-template bbsim_scale_test from ci-management/jjb/bbr.yaml <br />
+ Created by Matteo Scandolo, teo@opennetworking.org <br />
+ Copyright (c) 2017 Open Networking Foundation (ONF)
+ project-type: pipeline
+ sandbox: true
+ properties:
+ - cord-infra-properties:
+ build-days-to-keep: '{build-days-to-keep}'
+ artifact-num-to-keep: '{artifact-num-to-keep}'
+ pipeline-scm:
+ script-path: './tests/bbr.groovy'
+ scm:
+ - git:
+ url: 'https://gerrit.opencord.org/bbsim'
+ branches:
+ - 'master'
+ triggers:
+ - timed: |
+ TZ=America/Los_Angeles
+ H * * * *
diff --git a/jjb/verify/bbsim.yaml b/jjb/verify/bbsim.yaml
index 8eb874f..f5bd9d6 100644
--- a/jjb/verify/bbsim.yaml
+++ b/jjb/verify/bbsim.yaml
@@ -20,7 +20,7 @@
- 'make-unit-test':
build-node: 'ubuntu16.04-basebuild-1c-2g'
dest-gopath: "github.com/opencord"
- unit-test-targets: 'test docker-build'
+ unit-test-targets: 'test'
unit-test-keep-going: 'true'
- job-group: