Add periodic csit job for performance testing BGP 94/28594/2
authorVratko Polak <vrpolak@cisco.com>
Thu, 22 Oct 2015 09:58:31 +0000 (11:58 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 22 Oct 2015 09:58:58 +0000 (11:58 +0200)
Change-Id: Iab37b0851de9e8f1a1df43bafa611ee2646fb146
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml [new file with mode: 0644]

diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest.yaml
new file mode 100644 (file)
index 0000000..9741e3e
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: bgpcep-csit-bgp-ingest
+    jobs:
+        - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # The functionality under test
+    functionality: 'bgp-ingest'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-bgpcep-data-change-counter,odl-restconf,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all'
+
+    # Robot custom options:
+    robot-options: ''
+
+    # Trigger jobs: (daily)
+    schedule: 'H H * * *'