Skip to content

Commit 01acd94

Browse files
authored
NTOP: fixing jobs time (#78005)
- fix job time - add missing job Signed-off-by: Eran Ifrach <eifrach@redhat.com>
1 parent 0857cd0 commit 01acd94

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

ci-operator/config/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main__compute-nrop.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tests:
1414
- as: e2e-telcov10n-nrop-tests-prod-4-21
1515
capabilities:
1616
- intranet
17-
cron: 59 23 * * 6
17+
cron: 59 23 * * 1
1818
steps:
1919
env:
2020
CLUSTER_NAME: helix47
@@ -28,7 +28,7 @@ tests:
2828
- as: e2e-telcov10n-nrop-tests-stage-4-21
2929
capabilities:
3030
- intranet
31-
cron: 11 23 * * 6
31+
cron: 59 11 * * 1
3232
steps:
3333
env:
3434
CLUSTER_NAME: helix47
@@ -42,7 +42,7 @@ tests:
4242
- as: e2e-telcov10n-nrop-tests-prod-4-20
4343
capabilities:
4444
- intranet
45-
cron: 59 23 * * 0
45+
cron: 59 23 * * 2
4646
steps:
4747
env:
4848
CLUSTER_NAME: helix47
@@ -56,7 +56,7 @@ tests:
5656
- as: e2e-telcov10n-nrop-tests-stage-4-20
5757
capabilities:
5858
- intranet
59-
cron: 59 11 * * 0
59+
cron: 59 11 * * 2
6060
steps:
6161
env:
6262
CLUSTER_NAME: helix47
@@ -70,7 +70,7 @@ tests:
7070
- as: e2e-telcov10n-nrop-tests-prod-4-19
7171
capabilities:
7272
- intranet
73-
cron: 59 23 * * 1
73+
cron: 59 23 * * 3
7474
steps:
7575
env:
7676
CLUSTER_NAME: helix47
@@ -84,7 +84,7 @@ tests:
8484
- as: e2e-telcov10n-nrop-tests-stage-4-19
8585
capabilities:
8686
- intranet
87-
cron: 11 23 * * 1
87+
cron: 59 11 * * 3
8888
steps:
8989
env:
9090
CLUSTER_NAME: helix47
@@ -98,7 +98,7 @@ tests:
9898
- as: e2e-telcov10n-nrop-tests-prod-4-18
9999
capabilities:
100100
- intranet
101-
cron: 59 23 * * 2
101+
cron: 59 23 * * 4
102102
steps:
103103
env:
104104
CLUSTER_NAME: helix47
@@ -112,7 +112,7 @@ tests:
112112
- as: e2e-telcov10n-nrop-tests-stage-4-18
113113
capabilities:
114114
- intranet
115-
cron: 59 11 * * 2
115+
cron: 59 11 * * 4
116116
steps:
117117
env:
118118
CLUSTER_NAME: helix47
@@ -126,7 +126,7 @@ tests:
126126
- as: e2e-telcov10n-nrop-tests-prod-4-16
127127
capabilities:
128128
- intranet
129-
cron: 59 23 * * 3
129+
cron: 59 23 * * 5
130130
steps:
131131
env:
132132
CLUSTER_NAME: helix47
@@ -140,7 +140,7 @@ tests:
140140
- as: e2e-telcov10n-nrop-tests-stage-4-16
141141
capabilities:
142142
- intranet
143-
cron: 59 11 * * 3
143+
cron: 59 11 * * 5
144144
steps:
145145
env:
146146
CLUSTER_NAME: helix47
@@ -154,7 +154,7 @@ tests:
154154
- as: e2e-telcov10n-nrop-tests-prod-4-14
155155
capabilities:
156156
- intranet
157-
cron: 59 23 * * 5
157+
cron: 59 23 * * 6
158158
steps:
159159
env:
160160
CLUSTER_NAME: helix47
@@ -168,7 +168,7 @@ tests:
168168
- as: e2e-telcov10n-nrop-tests-stage-4-14
169169
capabilities:
170170
- intranet
171-
cron: 59 11 * * 5
171+
cron: 59 11 * * 6
172172
steps:
173173
env:
174174
CLUSTER_NAME: helix47

ci-operator/jobs/openshift-kni/eco-ci-cd/openshift-kni-eco-ci-cd-main-periodics.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,7 @@ periodics:
39063906
secretName: result-aggregator
39073907
- agent: kubernetes
39083908
cluster: build05
3909-
cron: 59 23 * * 5
3909+
cron: 59 23 * * 6
39103910
decorate: true
39113911
decoration_config:
39123912
skip_cloning: true
@@ -3980,7 +3980,7 @@ periodics:
39803980
secretName: result-aggregator
39813981
- agent: kubernetes
39823982
cluster: build05
3983-
cron: 59 23 * * 3
3983+
cron: 59 23 * * 5
39843984
decorate: true
39853985
decoration_config:
39863986
skip_cloning: true
@@ -4054,7 +4054,7 @@ periodics:
40544054
secretName: result-aggregator
40554055
- agent: kubernetes
40564056
cluster: build05
4057-
cron: 59 23 * * 2
4057+
cron: 59 23 * * 4
40584058
decorate: true
40594059
decoration_config:
40604060
skip_cloning: true
@@ -4128,7 +4128,7 @@ periodics:
41284128
secretName: result-aggregator
41294129
- agent: kubernetes
41304130
cluster: build05
4131-
cron: 59 23 * * 1
4131+
cron: 59 23 * * 3
41324132
decorate: true
41334133
decoration_config:
41344134
skip_cloning: true
@@ -4202,7 +4202,7 @@ periodics:
42024202
secretName: result-aggregator
42034203
- agent: kubernetes
42044204
cluster: build05
4205-
cron: 59 23 * * 0
4205+
cron: 59 23 * * 2
42064206
decorate: true
42074207
decoration_config:
42084208
skip_cloning: true
@@ -4276,7 +4276,7 @@ periodics:
42764276
secretName: result-aggregator
42774277
- agent: kubernetes
42784278
cluster: build05
4279-
cron: 59 23 * * 6
4279+
cron: 59 23 * * 1
42804280
decorate: true
42814281
decoration_config:
42824282
skip_cloning: true
@@ -4350,7 +4350,7 @@ periodics:
43504350
secretName: result-aggregator
43514351
- agent: kubernetes
43524352
cluster: build05
4353-
cron: 59 11 * * 5
4353+
cron: 59 11 * * 6
43544354
decorate: true
43554355
decoration_config:
43564356
skip_cloning: true
@@ -4424,7 +4424,7 @@ periodics:
44244424
secretName: result-aggregator
44254425
- agent: kubernetes
44264426
cluster: build05
4427-
cron: 59 11 * * 3
4427+
cron: 59 11 * * 5
44284428
decorate: true
44294429
decoration_config:
44304430
skip_cloning: true
@@ -4498,7 +4498,7 @@ periodics:
44984498
secretName: result-aggregator
44994499
- agent: kubernetes
45004500
cluster: build05
4501-
cron: 59 11 * * 2
4501+
cron: 59 11 * * 4
45024502
decorate: true
45034503
decoration_config:
45044504
skip_cloning: true
@@ -4572,7 +4572,7 @@ periodics:
45724572
secretName: result-aggregator
45734573
- agent: kubernetes
45744574
cluster: build05
4575-
cron: 11 23 * * 1
4575+
cron: 59 11 * * 3
45764576
decorate: true
45774577
decoration_config:
45784578
skip_cloning: true
@@ -4646,7 +4646,7 @@ periodics:
46464646
secretName: result-aggregator
46474647
- agent: kubernetes
46484648
cluster: build05
4649-
cron: 59 11 * * 0
4649+
cron: 59 11 * * 2
46504650
decorate: true
46514651
decoration_config:
46524652
skip_cloning: true
@@ -4720,7 +4720,7 @@ periodics:
47204720
secretName: result-aggregator
47214721
- agent: kubernetes
47224722
cluster: build05
4723-
cron: 11 23 * * 6
4723+
cron: 59 11 * * 1
47244724
decorate: true
47254725
decoration_config:
47264726
skip_cloning: true

0 commit comments

Comments
 (0)