Fix the clustering scale test job to make it daily periodic
[releng/builder.git] / jjb / netconf / netconf-clustering-scale.yaml
index ac954c3d4d722c0007c96efbed32dc27ef81c0e9..74528bd06a3358da14cf9853ea31822ac6bd9ad6 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'
@@ -30,5 +30,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 * * *'