diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-11-07 06:27:05 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-11-07 06:27:05 +0000 |
commit | ecf7098c79f7ec6db6ecefaffb37fa0ca2f2398f (patch) | |
tree | 211253540d34326312ba411a70f7256de81d29ba | |
parent | 222fde243fe343e605a5349a4d4be6dd65948298 (diff) |
CSIT: Set the cadence of selected daily jobs to normal
- 2n-zn2
- 3n-icx
- 3n-alt
- 3na-spr
Change-Id: I7f3b4de90037251fdc5143169b6373ffc038b659
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | jjb/csit/csit-perf.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 41cc53ef3..720f2c27b 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -159,7 +159,7 @@ - 2n-zn2: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-tx2: os: 'ubuntu2204' executor-arch: 'aarch64' @@ -167,7 +167,7 @@ - 3n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-tsh: os: 'ubuntu2204' executor-arch: 'aarch64' @@ -175,7 +175,7 @@ - 3n-alt: os: 'ubuntu2204' executor-arch: 'aarch64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-snr: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -183,7 +183,7 @@ - 3na-spr: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3nb-spr: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -201,11 +201,11 @@ - 3n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3na-spr: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3nb-spr: os: 'ubuntu2204' executor-arch: 'x86_64' |