Introduce bgpcep-csit jobs stream:master functionality:basicpcep 13/17613/1
authorVratko Polak <vrpolak@cisco.com>
Thu, 2 Apr 2015 08:48:13 +0000 (10:48 +0200)
committerVratko Polak <vrpolak@cisco.com>
Thu, 2 Apr 2015 10:40:10 +0000 (12:40 +0200)
The basicpcep suite was merged to Integration repository,
https://git.opendaylight.org/gerrit/#/c/17242/
so here are the jobs (total 4) that run it
when bgpcep (or upstream) distribution is built.

No jobs depend on success of these jobs.

Change-Id: Ic2d91fadf17c52b68c5f5140449abb9d0dd4861a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/bgpcep/bgpcep-csit-basic-master.yaml [new file with mode: 0644]

diff --git a/jjb/bgpcep/bgpcep-csit-basic-master.yaml b/jjb/bgpcep/bgpcep-csit-basic-master.yaml
new file mode 100644 (file)
index 0000000..93cd70c
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: bgpcep-csit-basicpcep-master
+    jobs:
+        - '{project}-csit-1node-imds-{functionality}-{install}-{stream}'
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+
+    # The project name
+    project: 'bgpcep'
+
+    # The functionality under test
+    functionality: 'basicpcep'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-restconf,odl-bgpcep-pcep-all'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},tcpmd5-distribution-{stream},bgpcep-distribution-{stream}'
+