Merge "Creating packetcable csit jjb configuration file"
authorVratko Polák <vrpolak@cisco.com>
Thu, 12 Nov 2015 18:31:44 +0000 (18:31 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 12 Nov 2015 18:31:44 +0000 (18:31 +0000)
jjb/packetcable/packetcable-csit-pcmm.yaml [new file with mode: 0644]

diff --git a/jjb/packetcable/packetcable-csit-pcmm.yaml b/jjb/packetcable/packetcable-csit-pcmm.yaml
new file mode 100644 (file)
index 0000000..bdec384
--- /dev/null
@@ -0,0 +1,37 @@
+- project:
+    name: packetcable-csit-pcmm
+    jobs:
+        - '{project}-csit-1node-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
+
+    # The project name
+    project: 'packetcable'
+
+    # The functionality under test
+    functionality: 'pcmm'
+
+    # Project branches
+    stream:
+        - beryllium:
+            branch: 'master'
+        - stable-lithium:
+            branch: 'stable/lithium'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-packetcable-policy-server'
+
+    # Robot custom options
+    robot-options: ''
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: >
+        odlparent-distribution-{stream},
+        yangtools-distribution-{stream},
+        controller-distribution-{stream},
+        packetcable-distribution-merge-{stream}