Remove nitrogen branches in projects
[releng/builder.git] / jjb / groupbasedpolicy / groupbasedpolicy-csit-sxp.yaml
index 8d2e412e4eced86b85346421dd0d4b977ac85df2..3fa1a99c521aefcd31a1d7e624d4b90088513243 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: groupbasedpolicy-csit-sxp
     jobs:
-        - '{project}-csit-1node-{functionality}-{install}-{stream}'
-   # The project name
+      - inttest-csit-1node
+    # The project name
     project: 'groupbasedpolicy'
 
     # The functionality under test
 
     # Project branches
     stream:
-        - carbon:
-            branch: 'master'
-            jre: 'openjdk8'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - only:
-            scope: 'only'
+      - only:
+          scope: 'only'
 
     # Mininet configuration (TOOLS)
     tools_system_count: 2
 
     # Features to install
-    install-features: 'odl-restconf,odl-groupbasedpolicy-sxp-ise-adapter,odl-groupbasedpolicy-ne-location-provider,odl-groupbasedpolicy-ios-xe,odl-sfc-ios-xe-renderer,odl-sxp-controller'
+    install-features: >
+        odl-restconf,
+        odl-groupbasedpolicy-sxp-ise-adapter,
+        odl-groupbasedpolicy-ne-location-provider,
+        odl-groupbasedpolicy-ios-xe,
+        odl-sfc-ios-xe-renderer,
+        odl-sxp-controller
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'sfc-distribution-{stream},groupbasedpolicy-distribution-{stream},sxp-distribution-{stream}'