From 5b689b83b299ff604ff6dc0bfa725cee4fe93855 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 29 Sep 2021 08:39:59 +0200 Subject: CSIT: Reduce daily jobs cadence for 2110 report data collection Change-Id: Ia0ff3ddbbdcdc7150fe60282b690145bc6a23f5d Signed-off-by: Tibor Frank --- jjb/csit/csit-perf.yaml | 16 ++++++++-------- jjb/csit/csit.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'jjb/csit') diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 42ae27302..ed2f48274 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -114,35 +114,35 @@ - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,3,5' - 2n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,3,5' - 2n-dnv: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,4' - 2n-zn2: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,4' - 2n-tx2: os: 'ubuntu2004' executor-arch: 'aarch64' - periodicity: '0 14 * * 1-5' + periodicity: '0 2 * * 1,4' - 3n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,4' - 3n-dnv: os: 'ubuntu2004' executor-arch: 'x86_64' - periodicity: '0 2,14 * * 1-5' + periodicity: '0 2 * * 1,4' - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' - periodicity: '0 14 * * 1-5' + periodicity: '0 2 * * 4' - 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}': node-arch: - 2n-clx: diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 1040cf567..359c5119e 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -193,7 +193,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 2,14 * * *' + - timed: '0 14 * * 1,3,5' builders: - shell: -- cgit