diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2019-08-01 10:10:02 +0200 |
---|---|---|
committer | juraj.linkes <juraj.linkes@pantheon.tech> | 2019-08-01 10:27:27 +0200 |
commit | ed694a0dc6068e424fa014815657c65b335d7697 (patch) | |
tree | b0b58471c81537c165852c48a2004b32f821159e | |
parent | 11a348e01e9ae5567812c39c9e12ac0ec5c8dc43 (diff) |
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 <juraj.linkes@pantheon.tech>
-rw-r--r-- | jjb/csit/csit-perf.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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' |