Skip to content

Commit a234bba

Browse files
authored
Merge pull request #35790 from sats-23/runReleaseIntOnceADay
change cron schedule to every 24 hours for ppc64le release v1.33 int job
2 parents 3028bc5 + e4edf1a commit a234bba

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)