fleetshift: add periodic multiarch mirror for Dockerfile.fleetshift#82045
Conversation
Introduce a dedicated fleetshift variant that builds and republishes quay.io/stolostron/fleetshift:latest on a staggered cron with retries, without changing existing main PR or postsubmit jobs. Co-authored-by: Cursor <cursoragent@cursor.com>
…nges Replace image-level optional with images.run_if_changed so the variant images job does not schedule on every PR. Co-authored-by: Cursor <cursoragent@cursor.com>
WalkthroughAdds a Fleetshift POC CI configuration that builds the image from ChangesFleetshift CI
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with 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.
Inline comments:
In
`@ci-operator/config/fleetshift/fleetshift-poc/fleetshift-fleetshift-poc-main__fleetshift.yaml`:
- Around line 6-12: Update the images configuration to use the expected flat
list of image definitions, removing the nested items wrapper and run_if_changed
from the images block while preserving the fleetshift image settings. If
path-based execution is required, define it under a separate presubmit test. Run
make update to validate the schema and regenerate the jobs.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 9f6f5b72-f90e-4108-8826-4d9d202cf86c
⛔ Files ignored due to path filters (2)
ci-operator/jobs/fleetshift/fleetshift-poc/fleetshift-fleetshift-poc-main-periodics.yamlis excluded by!ci-operator/jobs/**ci-operator/jobs/fleetshift/fleetshift-poc/fleetshift-fleetshift-poc-main-presubmits.yamlis excluded by!ci-operator/jobs/**
📒 Files selected for processing (1)
ci-operator/config/fleetshift/fleetshift-poc/fleetshift-fleetshift-poc-main__fleetshift.yaml
|
/lgtm |
|
/pj-rehearse ack |
|
@mshort55: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alechenninger, mshort55 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@alechenninger: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
fleetshiftCI variant that periodically builds multiarchDockerfile.fleetshiftand mirrors it toquay.io/stolostron/fleetshift:latestrepublish-latestjobs from fleetshift: harden image mirror CI against build-farm flakes #82029fleetshift-imagescontext is added)Test plan
make ci-operator-config/make jobsregenerates cleanlyDockerfile.fleetshiftfleetshift-imagesjob:latestonceDockerfile.fleetshiftexists upstreamMade with Cursor
Summary by CodeRabbit
fleetshift-pocrepository.Dockerfile.fleetshiftimage and mirrors it toquay.io/stolostron/fleetshift:latest.Dockerfile.fleetshift, while preserving existing PR and postsubmit workflows.