Skip to content

Commit e4edf1a

Browse files
committed
change cron schedule to every 24 hours for release v1.33 int job
1 parent 3028bc5 commit e4edf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs/kubernetes/cloud-provider-ibmcloud/cloud-provider-ibmcloud-ppc64le-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ periodics:
105105
memory: 20Gi
106106

107107
- name: ci-kubernetes-integration-1-33-ppc64le
108-
cron: "0 1-19/6 * * *" # every 6h starting at 01:00 UTC
108+
cron: "0 1 * * *" # every 24h starting at 01:00 UTC
109109
cluster: k8s-infra-ppc64le-prow-build
110110
decorate: true
111111
extra_refs:

0 commit comments

Comments
 (0)