Switch the csit-verify-1node to use job prefix
[releng/builder.git] / jjb / iotdm / iotdm-csit-basic.yaml
index 31c33e71bbea32dc627af5d61b369e03cee79ec4..fff52056b910cd2ca2780350a6517ea8aaa564e0 100644 (file)
@@ -3,7 +3,7 @@
     name: iotdm-csit-basic
     jobs:
       - '{project}-csit-1node-{functionality}-{install}-{stream}'
-      - '{project}-csit-verify-1node-{functionality}'
+      - inttest-csit-verify-1node
 
     # The project name
     project: 'iotdm'
 
     # Project branches
     stream:
-      # Removed jobs testing Beryllium and Boron branches due to
-      # backward incompatible changes in test suites for Carbon
-      # TODO: Create test suites for specific release before
-      # Carbon if needed.
-      - nitrogen:
+      - oxygen:
           branch: 'master'
-          jre: 'openjdk8'
+      - nitrogen:
+          branch: 'stable/nitrogen'
       - carbon:
           branch: 'stable/carbon'
-          jre: 'openjdk8'
           karaf-version: karaf3
 
-    # TODO: Delete the following if suites are compatible with Boron again.
-    verify-stream: 'carbon'
-    # TODO: Remove the lines above and below when carbon becomes the default scit-verify stream.
-    verify-branch: 'master'
-    # TODO: Update the line above when stable/carbon is created.
-
     install:
-      - only:
-          scope: 'only'
       - all:
           scope: 'all'