diff options
author | Tibor Frank <tifrank@cisco.com> | 2024-07-08 06:31:46 +0000 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2024-07-08 06:31:46 +0000 |
commit | d17b27caa337f24c2841ae5580cf3b2e7bac76b6 (patch) | |
tree | 2b7727862df413e7f5f7e4ba74e96afe05732e6c /jjb | |
parent | a8c8b03900086b59f48b39899c24a00b4bcf3057 (diff) |
CSIT: Set the cadence of selected daily jobs to normal
- 2n-clx
- 2n-icx
- 2n-tx2
- 2n-zn2
- 3n-icxd
- 3n-snr
- 3n-tsh
Change-Id: Ibf9c53766db0db881a402485398aa40b5ca0f45f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index d9fc66483..7659b6e77 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -156,11 +156,11 @@ - 2n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-clx: os: 'ubuntu2204' executor-arch: 'x86_64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 2n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -168,11 +168,11 @@ - 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' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' @@ -180,7 +180,7 @@ - 3n-tsh: os: 'ubuntu2204' executor-arch: 'aarch64' - periodicity: '30 22 * * 1,4' + periodicity: '30 22 * * 0-4' - 3n-alt: os: 'ubuntu2204' executor-arch: 'aarch64' @@ -188,11 +188,11 @@ - 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' @@ -206,7 +206,7 @@ - 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' |