Remove nitrogen branches in projects
[releng/builder.git] / jjb / l2switch / l2switch-csit-switch.yaml
index 0b162eedaeb2ce617291bd52f157383862554bd2..52756aa828f01e59293d5220a9c4036c774cee09 100644 (file)
@@ -1,8 +1,9 @@
+---
 - project:
     name: l2switch-csit-switch
     jobs:
-        - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-{functionality}-{stream}'
+      - inttest-csit-1node
+      - inttest-csit-verify-1node
 
     # The project name
     project: 'l2switch'
 
     # Project branches
     stream:
-        - master:
-            branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+      - fluorine:
+          branch: 'master'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-        - only:
-            scope: 'only'
-        - all:
-            scope: 'all'
+      - all:
+          scope: 'all'
 
     # Features to install
     install-features: 'odl-l2switch-switch-ui'
 
     # Robot custom options
     robot-options: '-v TOPO_TREE_DEPTH:5'
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},l2switch-distribution-{stream}'
-