Skip to content

setup assisted-installer version v2.55 - #82500

Closed
danmanor wants to merge 1 commit into
openshift:mainfrom
danmanor:assisted-installer/setup-version-v2.55-7b6c0dc8-a2c5-4bd5-9957-0ef938e906ed
Closed

setup assisted-installer version v2.55#82500
danmanor wants to merge 1 commit into
openshift:mainfrom
danmanor:assisted-installer/setup-version-v2.55-7b6c0dc8-a2c5-4bd5-9957-0ef938e906ed

Conversation

@danmanor

@danmanor danmanor commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Adds generated OpenShift CI configurations for the Assisted Installer component repositories and image service on the v2.55 release branch.
  • Pins dependent images, builds and promotes release images to the edge-infrastructure/v2.55 namespace, and configures OCP 5.0 nightly release candidates.
  • Expands branch-specific CI coverage with linting, unit tests, generated-code checks, subsystem tests, image mirroring, and optional end-to-end scenarios across bare metal, OCI, vSphere, AWS, and specialized operator/platform configurations.
  • Applies consistent resource requests and release-specific environment settings, including SERVICE_BASE_REF=v2.55.

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 06eb1346-8648-4707-b5ca-d5fdcaaf2543

📥 Commits

Reviewing files that changed from the base of the PR and between 08f061f and 0147aa2.

⛔ Files ignored due to path filters (8)
  • ci-operator/jobs/openshift/assisted-image-service/openshift-assisted-image-service-v2.55-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-image-service/openshift-assisted-image-service-v2.55-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.55-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.55-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer/openshift-assisted-installer-v2.55-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-installer/openshift-assisted-installer-v2.55-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-v2.55-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/assisted-service/openshift-assisted-service-v2.55-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.55.yaml
  • ci-operator/config/openshift/assisted-installer-agent/openshift-assisted-installer-agent-v2.55.yaml
  • ci-operator/config/openshift/assisted-installer/openshift-assisted-installer-v2.55.yaml
  • ci-operator/config/openshift/assisted-service/openshift-assisted-service-v2.55.yaml

Walkthrough

Adds v2.55 OpenShift CI/operator configurations for assisted-image-service, assisted-installer-agent, assisted-installer, and assisted-service, including pinned images, builds, promotion, release candidates, resource defaults, validation jobs, and end-to-end workflows.

Changes

Assisted v2.55 CI configuration

Layer / File(s) Summary
Build and release configuration
ci-operator/config/openshift/{assisted-image-service,assisted-installer-agent,assisted-installer,assisted-service}/*-v2.55.yaml
Pins component and test infrastructure images, configures repository-based builds and published images, promotes to v2.55, targets OCP nightly 5.0, sets default resource requests, and records generated metadata.
Baseline CI and subsystem validation
ci-operator/config/openshift/{assisted-installer,assisted-service}/*-v2.55.yaml
Adds VCS reference mirroring, lint, formatting, unit-test, generated-code verification, and AWS subsystem jobs with environment variables and secret mounts.
Integration and end-to-end test matrix
ci-operator/config/openshift/{assisted-image-service,assisted-installer-agent,assisted-installer,assisted-service}/*-v2.55.yaml
Adds bare-metal, OCI, vSphere, provider, operator, topology, day-two, external-platform, and specialized integration workflows using v2.55 test settings.

Estimated code review effort: 4 (Complex) | ~45 minutes

Possibly related PRs

Suggested reviewers: adriengentil, bluesort

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning The new e2e job e2e-metal-assisted-day2-arm-workers pulls AGENT/CONTROLLER/INSTALLER images from quay.io, so it depends on public registry access. Mirror those images in an internal registry or switch to mirrored refs; if disconnected support isn’t possible, mark the job [Skipped:Disconnected].
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: setting up assisted-installer for version v2.55.
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 Only CI/job YAML was added; no Ginkgo It/Describe/Context/When titles or other dynamic test names were introduced.
Test Structure And Quality ✅ Passed No Ginkgo test code changed; the PR only adds ci-operator/job YAMLs, so this checklist is not applicable.
Microshift Test Compatibility ✅ Passed Only ci-operator config/job YAML changed; no Go/e2e Ginkgo specs were added, so no new MicroShift-incompatible tests to flag.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds versioned CI configs; the e2e job sets match v2.54, so no new unguarded Ginkgo SNO-unsafe tests were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only adds ci-operator YAML; I found no affinity, nodeSelector, topologySpreadConstraints, PDBs, or controller/deployment manifests.
Ote Binary Stdout Contract ✅ Passed PR changes only ci-operator YAML; no Go/test binary code or suite setup with stdout writes was modified.
No-Weak-Crypto ✅ Passed No weak-crypto algorithms, custom crypto, or secret/token comparisons appear in the added v2.55 CI YAMLs; they only define image pins and job config.
Container-Privileges ✅ Passed The added ci-operator YAMLs contain no privileged/root/hostNetwork/hostPID/hostIPC/allowPrivilegeEscalation/SYS_ADMIN settings; only build/test job config.
No-Sensitive-Data-In-Logs ✅ Passed Reviewed all added CI YAMLs: no echo/print/trace logging of secrets, tokens, PII, or hostnames; only secret mounts and non-logged env usage.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danmanor

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 27, 2026
@openshift-ci
openshift-ci Bot requested review from avishayt and carbonin July 27, 2026 15:29
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@danmanor: 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.55-e2e-metal-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-cnv openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-external openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-ipv6 openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-lvm openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-odf openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-metal-assisted-single-node openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-oci-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-e2e-vsphere-assisted openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-format-check openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-images openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-lint openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-installer-v2.55-unit-test openshift/assisted-installer presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-e2e-metal-assisted openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-e2e-metal-assisted-day2-arm-workers openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-e2e-metal-assisted-deploy-nodes openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-e2e-metal-assisted-external openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-e2e-oci-assisted openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-images openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-lint openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-image-service-v2.55-test openshift/assisted-image-service presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.55-e2e-metal-assisted openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.55-e2e-metal-assisted-cnv openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.55-e2e-metal-assisted-day2 openshift/assisted-installer-agent presubmit Presubmit changed
pull-ci-openshift-assisted-installer-agent-v2.55-e2e-metal-assisted-external 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.

@openshift-ci

openshift-ci Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

@danmanor: 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.

@danmanor

Copy link
Copy Markdown
Contributor Author

Closing as duplicate of #82568

@danmanor danmanor closed this Jul 28, 2026
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants