Fix NUM_OPENSTACK_COMPUTE_NODES to use {}
[releng/builder.git] / jjb / of-config / of-config-csit-basic.yaml
index b1fdc626f80da17e7c9e7146d60ec61ea3e6324d..a9beb7816f0c157554ce1bc9fe404971364dac81 100644 (file)
@@ -2,8 +2,8 @@
 - project:
     name: of-config-csit-basic
     jobs:
-      - '{project}-csit-verify-1node-{functionality}'
-      - '{project}-csit-1node-{functionality}-{install}-{stream}'
+      - inttest-csit-verify-1node
+      - inttest-csit-1node
 
     # The project name
     project: 'of-config'
 
     # Project branches
     stream:
-      - carbon:
+      - neon:
           branch: 'master'
-          jre: 'openjdk8'
-      - boron:
-          branch: 'stable/boron'
-          jre: 'openjdk8'
-      - beryllium:
-          branch: 'stable/beryllium'
-          jre: 'openjdk7'
+      - fluorine:
+          branch: 'stable/fluorine'
+      - oxygen:
+          branch: 'stable/oxygen'
 
     install:
-      - only:
-          scope: 'only'
       - all:
           scope: 'all'