From ed694a0dc6068e424fa014815657c65b335d7697 Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Thu, 1 Aug 2019 10:10:02 +0200 Subject: [PATCH] Run vpp-perf-mrr-daily on 3n-tsh only once a day With only one testbed the job is always running, leaving no time for verify jobs. Change-Id: I7d1a3422b07df93cb756f6f032cdffed19909a52 Signed-off-by: juraj.linkes --- jjb/csit/csit-perf.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 6d4fb96c3..538ca1fe5 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -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' @@ -236,7 +238,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 2,14 * * *' + - timed: '{vpp-mrr-daily-periodicity}' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' -- 2.16.6