Created Job to schedule LACP script run 77/20077/1
authormahesh.manivasagam <mahesh_manivasagam@dell.com>
Tue, 12 May 2015 06:21:20 +0000 (11:51 +0530)
committermahesh.manivasagam <mahesh_manivasagam@dell.com>
Tue, 12 May 2015 06:21:20 +0000 (11:51 +0530)
Change-Id: I9f83d837a70fc84c14beb871ceb18bf13c9d1d9d
Signed-off-by: mahesh.manivasagam <mahesh_manivasagam@dell.com>
jjb/lacp/lacp-csit-lacp-master.yaml [new file with mode: 0644]
jjb/lacp/lacp-distribution.yaml [new file with mode: 0644]

diff --git a/jjb/lacp/lacp-csit-lacp-master.yaml b/jjb/lacp/lacp-csit-lacp-master.yaml
new file mode 100644 (file)
index 0000000..206004c
--- /dev/null
@@ -0,0 +1,32 @@
+- project:
+    name: lacp-csit-lacp-master
+    jobs:
+        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
+        - '{project}-csit-verify-{functionality}-{stream}'
+
+    # The project name
+    project: 'lacp'
+
+    # The functionality under test
+    functionality: 'lacp'
+
+    # Project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    install:
+        - only:
+            scope: 'only'
+        - all:
+            scope: 'all'
+
+    # Features to install
+    install-features: 'odl-lacp-ui'
+
+    # Robot custom options
+    robot-options: ' '
+
+    # Trigger jobs (upstream dependencies)
+    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'
+
diff --git a/jjb/lacp/lacp-distribution.yaml b/jjb/lacp/lacp-distribution.yaml
new file mode 100644 (file)
index 0000000..a1191b3
--- /dev/null
@@ -0,0 +1,15 @@
+- project:
+    name: lacp-distribution
+    jobs:
+        - '{project}-distribution-{stream}'
+
+    # The project name
+    project: 'lacp'
+
+    # The project branches
+    stream:
+        - master:
+            branch: 'master'
+
+    jdk: 'openjdk7'
+