Remove project distribution job
[releng/builder.git] / jjb / snmp / snmp-csit-basic.yaml
index 3a76ab273a0899a0a4a9075a27a6adb8c9ea028e..e1fcc8da746c2b01e478ce11160ed2f9a0ffee56 100644 (file)
@@ -2,7 +2,7 @@
     name: snmp-csit-basic
     jobs:
         - '{project}-csit-1node-{functionality}-{install}-{stream}'
-        - '{project}-csit-verify-1node-{functionality}-{stream}'
+        - '{project}-csit-verify-1node-{functionality}'
 
     # The project name
     project: 'snmp'
 
     # Project branches
     stream:
-        - beryllium:
+        - carbon:
             branch: 'master'
-        - stable-lithium:
-            branch: 'stable/lithium'
+            jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
+        - beryllium:
+            branch: 'stable/beryllium'
+            jre: 'openjdk7'
 
     install:
         - only:
@@ -28,6 +33,3 @@
 
     # Robot custom options
     robot-options: ''
-
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},snmp-distribution-{stream}'