Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ tests:
- as: ocp-e2e-ovn-powervs-capi-multi-p-p
capabilities:
- sshd-bastion
cron: 0 7 * * *
cron: 0 7 * * 1,3,5

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

printf 'Changed generated job files:\n'
git diff --name-only -- ci-operator/jobs

printf '\nUpdated config cron values:\n'
rg -n 'cron:' \
  ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.18.yaml \
  ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.19.yaml \
  ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.21.yaml \
  ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.23.yaml \
  ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-5.0.yaml

printf '\nGenerated job entries touching this test name:\n'
rg -n -C2 'ocp-e2e-ovn-powervs-capi-multi-p-p|cron:' ci-operator/jobs

Repository: openshift/release

Length of output: 50374


Run make update to regenerate Prow jobs for the cron change.

Modifying the cron schedule in ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.18.yaml requires regenerating the corresponding job definitions in ci-operator/jobs/. The generated job files for this configuration are missing from the PR, so the new schedule will not be applied.

Execute make update to regenerate the artifacts and commit the resulting changes to ci-operator/jobs/.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.18.yaml`
at line 593, The cron schedule change in the openshift-multiarch nightly config
also requires regenerating the generated Prow job definitions. Update the
artifacts produced by make update so the corresponding entries under
ci-operator/jobs/ reflect the new schedule, and commit those generated changes
along with the config update.

Sources: Coding guidelines, Learnings

steps:
cluster_profile: powervs-3
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ tests:
- as: ocp-e2e-ovn-powervs-capi-multi-p-p
capabilities:
- sshd-bastion
cron: 0 15 * * *
cron: 0 1 * * 0,2,4
steps:
cluster_profile: powervs-3
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ tests:
- as: ocp-e2e-ovn-powervs-capi-multi-p-p
capabilities:
- sshd-bastion
cron: 0 7,19 * * *
cron: 0 10 * * *
steps:
cluster_profile: powervs-6
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ tests:
- as: ocp-e2e-ovn-powervs-capi-multi-p-p
capabilities:
- sshd-bastion
cron: 0 10 * * 0,2,4,6
cron: 0 10 * * 2,4,6
steps:
cluster_profile: powervs-3
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ tests:
- as: ocp-e2e-ovn-powervs-capi-multi-p-p
capabilities:
- sshd-bastion
cron: 0 22 * * 1,3,5
cron: 0 16,22 * * *
steps:
cluster_profile: powervs-6
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25820,7 +25820,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 7 * * *
cron: 0 7 * * 1,3,5
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -30484,7 +30484,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 15 * * *
cron: 0 1 * * 0,2,4
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -40901,7 +40901,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 7,19 * * *
cron: 0 10 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -52157,7 +52157,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 10 * * 0,2,4,6
cron: 0 10 * * 2,4,6
decorate: true
decoration_config:
skip_cloning: true
Expand Down Expand Up @@ -59086,7 +59086,7 @@ periodics:
secretName: result-aggregator
- agent: kubernetes
cluster: build01
cron: 0 22 * * 1,3,5
cron: 0 16,22 * * *
decorate: true
decoration_config:
skip_cloning: true
Expand Down