From 364481b53fff85b0128cd51deaf32536d7503f99 Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Fri, 6 Feb 2026 10:54:11 +0100 Subject: [PATCH] Revert "aro-hcp: run image bumper every 6h (#74399)" This reverts commit 2ca2b9c3aa1b2c5a9d9fb4b8ced06fbaf331ebdf. 6h is too often, PR doesn't have time to merge before getting updated --- .../config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml | 2 +- .../jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-periodics.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml b/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml index ce6c2bfa75260..61b7455616a34 100644 --- a/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml +++ b/ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main__image-updater.yaml @@ -53,7 +53,7 @@ resources: memory: 1Gi tests: - as: image-updater-tooling - cron: 0 */6 * * 1-5 + cron: 0 2,14 * * 1-5 steps: env: VERBOSITY: "0" diff --git a/ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-periodics.yaml b/ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-periodics.yaml index 81d1d619f3711..489b03ee0f5ca 100644 --- a/ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-periodics.yaml +++ b/ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-periodics.yaml @@ -1,7 +1,7 @@ periodics: - agent: kubernetes cluster: build10 - cron: 0 */6 * * 1-5 + cron: 0 2,14 * * 1-5 decorate: true decoration_config: skip_cloning: true