Fix the clustering scale test job to make it daily periodic 86/37986/2
authorJozef Behran <jbehran@cisco.com>
Thu, 21 Apr 2016 17:59:29 +0000 (19:59 +0200)
committerJozef Behran <jbehran@cisco.com>
Thu, 21 Apr 2016 18:08:15 +0000 (20:08 +0200)
Change-Id: I5e1306511c4c4c28696eebe4c04a464574593508
Signed-off-by: Jozef Behran <jbehran@cisco.com>
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 * * *'