diff options
author | Tibor Frank <tifrank@cisco.com> | 2024-11-11 07:19:57 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2024-11-11 07:19:57 +0000 |
commit | b9b272fb1de0e54adda46c1a946ee55de35ddc12 (patch) | |
tree | e26b5cddd060481fa41db8a637da098e636f86a9 /jjb/csit | |
parent | dae04e82e8ac1d35d10b8b81b5497f2b22de3865 (diff) |
CSIT: Set the cadence of selected daily jobs to normal
- 2n-icx
- 2n-zn2
- 3n-icxd
- 3n-snr
- 3na-spr
Change-Id: I37b1ea0c646be9a934f1428a930e2c8f04e2d323
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb/csit')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 4bcd9897b..ee6d21be0 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -138,11 +138,11 @@ - 2n-grc: os: 'ubuntu2404' executor-arch: 'aarch64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -150,7 +150,7 @@ - 2n-zn2: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -162,15 +162,15 @@ - 3n-snr: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-icxd: 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' @@ -180,11 +180,11 @@ - 2n-grc: os: 'ubuntu2404' executor-arch: 'aarch64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -196,7 +196,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' |