Merge "Add new job template, macro and jenkins job for SFC with docker"
[releng/builder.git] / jjb / netconf / netconf-clustering-scale.yaml
index ac954c3d4d722c0007c96efbed32dc27ef81c0e9..751ee7024f60e6d3c3cd7e604ef9365d1d0a4cfd 100644 (file)
@@ -1,7 +1,7 @@
 - project:
     name: netconf-csit-clustering-scale
     jobs:
-        - '{project}-csit-3node-{functionality}-{install}-{stream}'
+        - '{project}-csit-3node-periodic-{functionality}-{install}-{stream}'
 
     # The project name
     project: 'netconf'
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
             jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
             jre: 'openjdk7'
@@ -30,5 +33,7 @@
     # Robot custom options
     robot-options: '-v USE_NETCONF_CONNECTOR:False'
 
-    # Trigger jobs (upstream dependencies)
-    trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},netconf-distribution-{stream},mdsal-distribution-{stream}'
+    # This scaling test can take several hours to finish,
+    # so the job is defined to run once a day.
+    # Trigger jobs (daily)
+    schedule: 'H H * * *'