Nitrogen branch cutting
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
index 93f1cdb6be2129b4f4a37462497b22de98b5adea..54a9ec27ac6ca03dcde75409089793517b8d76c5 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: netconf-csit-userfeatures
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}'
+      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
-        - boron:
-            branch: 'stable/boron'
-            jre: 'openjdk8'
-        - beryllium:
-            branch: 'stable/beryllium'
-            jre: 'openjdk7'
-        - stable-lithium:
-            branch: 'stable/lithium'
-            jre: 'openjdk7'
+      - nitrogen:
+          branch: 'master'
+          jre: 'openjdk8'
+      - carbon:
+          branch: 'stable/carbon'
+          jre: 'openjdk8'
+      - boron:
+          branch: 'stable/boron'
+          jre: 'openjdk8'
+          install-features: >
+              odl-restconf,
+              odl-netconf-mdsal,
+              odl-clustering-test-app,
+              odl-netconf-connector-all,
+              odl-netconf-topology
+          robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
+      - beryllium:
+          branch: 'stable/beryllium'
+          jre: 'openjdk7'
+          install-features: >
+              odl-restconf,
+              odl-netconf-mdsal,
+              odl-clustering-test-app,
+              odl-netconf-connector-all,
+              odl-netconf-topology
+          robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - only:
+          scope: 'only'
+      - all:
+          scope: 'all'
 
     # Features to install
-    install-features: 'odl-restconf,odl-netconf-mdsal,odl-clustering-test-app,odl-netconf-connector-all'
+    install-features: >
+        odl-restconf,
+        odl-netconf-mdsal,
+        odl-clustering-test-app,
+        odl-netconf-topology
 
     # Robot custom options
-    robot-options: '-v NETOPEER_USER:root'
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream}'
+    robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'