Skip to content

setup assisted-installer version v2.53#79507

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
pastequo:assisted-installer/setup-version-v2.53-9febc040-7e7f-47ad-bd26-e418d66d0b66
May 20, 2026
Merged

setup assisted-installer version v2.53#79507
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
pastequo:assisted-installer/setup-version-v2.53-9febc040-7e7f-47ad-bd26-e418d66d0b66

Conversation

@pastequo
Copy link
Copy Markdown
Contributor

@pastequo pastequo commented May 20, 2026

This PR establishes CI/operator infrastructure for the assisted-installer v2.53 release by adding CI configuration files for four OpenShift assisted-installer ecosystem components:

Affected Components:

  • openshift/assisted-image-service
  • openshift/assisted-installer-agent
  • openshift/assisted-installer
  • openshift/assisted-service

What's Being Configured:

Each component receives a new CI-operator configuration file that defines:

  1. Base Image Pinning: All components pin their build base images and dependencies to v2.53 (cross-referencing other v2.53 assisted components), with OpenShift nightly release candidates locked to version 4.22.

  2. Build and Promotion Targets: Defines image build outputs and sets promotion rules to publish built images to the v2.53 release target in edge-infrastructure.

  3. Test Workflows: Each configuration includes a comprehensive test suite covering:

    • Code linting and formatting checks
    • Unit tests (with Codecov token integration for coverage reporting)
    • Mirror publication jobs
    • Multiple e2e and baremetal test scenarios (various configurations for IPv6, single-node, CNV, LVM, ODF, OCI, vsphere, external platforms, etc.)
  4. Resource Configuration: Sets default resource requests (100m CPU, 200Mi memory) for test execution.

  5. Parameterized Test Environments: Test jobs use environment variable configurations (ASSISTED_CONFIG) to inject version-specific settings like SERVICE_BASE_REF=v2.53 and OPENSHIFT_VERSION=4.22.

Net Effect: This enables the OpenShift CI infrastructure to automatically build, test, and promote container images for all four assisted-installer components at the v2.53 release level, with integrated testing against OCP 4.22 nightly builds.

Total additions: ~955 lines of CI configuration across the four files.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 20, 2026

Walkthrough

This PR adds four parallel CI operator configuration files for the OpenShift Assisted Installer ecosystem, all versioned for v2.53. Each file defines build roots, base images, promotion targets to v2.53, OCP 4.22 nightly releases, resource requests, and corresponding test job matrices including lint, unit tests, and multiple e2e scenarios.

Changes

Assisted Installer v2.53 Release CI Configuration

Layer / File(s) Summary
Image Service v2.53 CI configuration
ci-operator/config/openshift/assisted-image-service/openshift-assisted-image-service-v2.53.yaml
Base images, build roots, and promotion to v2.53; OCP 4.22 nightly releases (single and multi-arch); default resource requests; and test jobs for mirror/vcsref, lint, unit tests with Codecov token, and e2e baremetal/OCI/external variants with ASSISTED_CONFIG environment parameters.
Installer Agent v2.53 CI configuration
ci-operator/config/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.53.yaml
Base images for installer, service, and controller; build image mappings; promotion to v2.53; OCP 4.22 nightly release; resource defaults; and comprehensive test suite including mirror, lint, unit/subsystem tests, and e2e variants (baremetal, IPv6, single-node, CNV, LVM, ODF, day2, upgrade, OCI, external) parameterized by SERVICE_BASE_REF=v2.53, OPENSHIFT_VERSION=4.22, and feature toggles.
Installer v2.53 CI configuration
ci-operator/config/openshift/assisted-installer/openshift-assisted-installer-v2.53.yaml
Base image references for v2.53 components (assistant-image-service, agent, service) and test infra; assisted-test-infra kept on backplane-5.0; build outputs for installer, controller, and build image; promotion to v2.53; OCP 4.22 nightly candidate; and test jobs with mirror postsubmit, lint/format-check/unit-test, and e2e platform/feature variants (IPv6, single-node, CNV, LVM, ODF, external, OCI, vSphere).
Service v2.53 CI configuration
ci-operator/config/openshift/assisted-service/openshift-assisted-service-v2.53.yaml
Base images for image-service, installer, agent, controller, test infra; build mappings for unit-test, lint, subsystem, code-generation, and assisted-service artifacts; promotion to v2.53; OCP 4.22 nightly release; resource requests; and test matrix including mirror-vcsref, lint, unit-test with Codecov, generated-code verification, AWS subsystem, and extensive baremetal/e2e job definitions across cluster profiles and platforms/operators (static IP, IPv4/IPv6, LVM, OSC, AWS, vSphere, external, virtualization, OpenShift AI) with change-trigger patterns and ASSISTED_CONFIG overrides.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

lgtm, rehearsals-ack

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding CI configuration files for assisted-installer version v2.53 across four related components.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed PR adds YAML CI configs with 22 test job names (as: fields), all static and deterministic. No Ginkgo test patterns found; check targets Go test files not YAML configs.
Test Structure And Quality ✅ Passed PR contains only CI/operator configuration YAML files (12 files total), not Ginkgo test code. Custom check requesting Ginkgo test quality review is not applicable to this PR.
Microshift Test Compatibility ✅ Passed PR adds only YAML CI operator configurations, not Ginkgo e2e tests. Custom check only applies when Ginkgo tests are added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds only CI/CD configuration YAML files (not Ginkgo test code), so SNO compatibility check is not applicable. No new Go test code with It(), Describe(), Context(), or When() is introduced.
Topology-Aware Scheduling Compatibility ✅ Passed Files are CI-operator configuration, not deployment manifests or operator code. No scheduling constraints (affinity, topology, nodeSelector) found. Check does not apply.
Ote Binary Stdout Contract ✅ Passed PR contains only CI configuration YAML files (12 YAML files total), no executable test code. OTE Binary Stdout Contract check is for test code violations, not configuration files.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No Ginkgo test code added. PR only adds YAML CI configuration files that reference existing test workflows. Check requires new Ginkgo tests.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 20, 2026
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@pastequo: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-cnv openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-external openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-ipv6 openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-lvm openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-odf openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-metal-assisted-single-node openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-oci-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-e2e-vsphere-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-format-check openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-images openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-lint openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.53-unit-test openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-cnv openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-day2 openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-external openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-ipv6 openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-lvm openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-odf openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-single-node openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-metal-assisted-upgrade-agent openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-e2e-oci-assisted openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-images openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.53-lint openshift/assisted-installer-agent presubmit Presubmit changed

A total of 53 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@pastequo
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@pastequo: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 20, 2026
@andrej1991
Copy link
Copy Markdown
Contributor

/retest

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
ci-operator/config/openshift/assisted-service/openshift-assisted-service-v2.53.yaml (1)

104-104: ⚡ Quick win

Consider aligning subsystem-aws claim version with the 4.22 release target.

Line 104 pins cluster_claim.version to 4.15 while this config otherwise targets 4.22, which can make subsystem coverage less representative for this branch. If intentional, add a short note; otherwise align it.

🤖 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/assisted-service/openshift-assisted-service-v2.53.yaml`
at line 104, The cluster_claim.version is set to "4.15" while the rest of this
config targets 4.22; update the subsystem-aws claim to match by changing
cluster_claim.version from "4.15" to "4.22" (or, if the 4.15 pin is intentional,
add a short inline comment next to cluster_claim.version explaining the reason
for the divergence); locate the key named cluster_claim.version and either
replace the value or add the explanatory note accordingly.
🤖 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/openshift/assisted-image-service/openshift-assisted-image-service-v2.53.yaml`:
- Around line 125-127: The three image variables AGENT_DOCKER_IMAGE,
CONTROLLER_IMAGE, and INSTALLER_IMAGE are using mutable :latest tags; change
each to an immutable reference (either the v2.53 tag or an image digest) so the
job is reproducible—replace the :latest suffix with the explicit v2.53 tag (or
`@sha256`:<digest>) for each variable and verify the registry path and tag/digest
match the intended v2.53 artifacts for ARM worker images.

---

Nitpick comments:
In
`@ci-operator/config/openshift/assisted-service/openshift-assisted-service-v2.53.yaml`:
- Line 104: The cluster_claim.version is set to "4.15" while the rest of this
config targets 4.22; update the subsystem-aws claim to match by changing
cluster_claim.version from "4.15" to "4.22" (or, if the 4.15 pin is intentional,
add a short inline comment next to cluster_claim.version explaining the reason
for the divergence); locate the key named cluster_claim.version and either
replace the value or add the explanatory note accordingly.
🪄 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: 6a8d60df-c345-4902-9b5d-1f8ba43a3e22

📥 Commits

Reviewing files that changed from the base of the PR and between dd496a4 and fc7204e.

⛔ Files ignored due to path filters (8)
  • ci-operator/jobs/openshift/assisted-image-service/openshift-assisted-image-service-v2.53-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-image-service/openshift-assisted-image-service-v2.53-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.53-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.53-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer/openshift-assisted-installer-v2.53-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer/openshift-assisted-installer-v2.53-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-v2.53-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-v2.53-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (4)
  • ci-operator/config/openshift/assisted-image-service/openshift-assisted-image-service-v2.53.yaml
  • ci-operator/config/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.53.yaml
  • ci-operator/config/openshift/assisted-installer/openshift-assisted-installer-v2.53.yaml
  • ci-operator/config/openshift/assisted-service/openshift-assisted-service-v2.53.yaml

Comment on lines +125 to +127
AGENT_DOCKER_IMAGE=quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-agent-ds-main:latest
CONTROLLER_IMAGE=quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-controller-ds-main:latest
INSTALLER_IMAGE=quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-ds-main:latest
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.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Pin the day2 ARM worker images to immutable refs (not :latest).

Line 125–127 use mutable :latest tags, so this job can silently test code outside v2.53 and produce non-reproducible results. Please pin to the intended v2.53 tag or digest.

🤖 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/assisted-image-service/openshift-assisted-image-service-v2.53.yaml`
around lines 125 - 127, The three image variables AGENT_DOCKER_IMAGE,
CONTROLLER_IMAGE, and INSTALLER_IMAGE are using mutable :latest tags; change
each to an immutable reference (either the v2.53 tag or an image digest) so the
job is reproducible—replace the :latest suffix with the explicit v2.53 tag (or
`@sha256`:<digest>) for each variable and verify the registry path and tag/digest
match the intended v2.53 artifacts for ARM worker images.

@andrej1991
Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@andrej1991: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@andrej1991
Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 20, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andrej1991, pastequo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pastequo
Copy link
Copy Markdown
Contributor Author

/retest

1 similar comment
@pastequo
Copy link
Copy Markdown
Contributor Author

/retest

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@pastequo: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 738350b into openshift:main May 20, 2026
16 checks passed
wgahnagl pushed a commit to wgahnagl/release that referenced this pull request May 20, 2026
Co-authored-by: pastequo <infrastructure-operator@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants