Run vpp-perf-mrr-daily on 3n-tsh only once a day 96/20996/2
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Thu, 1 Aug 2019 08:10:02 +0000 (10:10 +0200)
committerjuraj.linkes <juraj.linkes@pantheon.tech>
Thu, 1 Aug 2019 08:27:27 +0000 (10:27 +0200)
With only one testbed the job is always running, leaving no time for
verify jobs.

Change-Id: I7d1a3422b07df93cb756f6f032cdffed19909a52
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
jjb/csit/csit-perf.yaml

index 6d4fb96..538ca1f 100644 (file)
@@ -28,6 +28,7 @@
             - -3n-dnv
             - -3n-tsh:
                 executor: 'ubuntu1804arm-us'
+                vpp-mrr-daily-periodicity: '0 14 * * *'
       - 'csit-vpp-perf-mrr-weekly-master-2n-skx'
       - 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}':
           node-arch:
@@ -47,6 +48,7 @@
     ligato-executor: 'ubuntu1804-basebuild-4c-4g'
     branch: 'master'
     branch-id: 'oper'
+    vpp-mrr-daily-periodicity: '0 2,14 * * *'
     stream:
       - master:
           branch: 'master'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,14 * * *'
+      - timed: '{vpp-mrr-daily-periodicity}'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'