Skip to content

[release-ocm-2.15] NO-ISSUE: Upgrade OS Image for 4.20#10492

Open
CrystalChun wants to merge 1 commit into
openshift:release-ocm-2.15from
CrystalChun:crun-issue
Open

[release-ocm-2.15] NO-ISSUE: Upgrade OS Image for 4.20#10492
CrystalChun wants to merge 1 commit into
openshift:release-ocm-2.15from
CrystalChun:crun-issue

Conversation

@CrystalChun

@CrystalChun CrystalChun commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Upgrade the OS image for 4.20 to 4.20.13 in order to avoid a crun version mismatch. Recent release-ocm-2.15 tests have used the latest 4.20 release image, and this is likely causing the crun version to drift from the ISO image version used causing CI test failures such as https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/periodic-ci-openshift-assisted-service-release-ocm-2.15-e2e-ai-operator-ztp-remove-node-periodic

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

/cc @gamli75 @andrej1991

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 22, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@CrystalChun: This pull request explicitly references no jira issue.

Details

In response to this:

List all the issues related to this PR

  • New Feature
  • Enhancement
  • Bug fix
  • Tests
  • Documentation
  • CI/CD

What environments does this code impact?

  • Automation (CI, tools, etc)
  • Cloud
  • Operator Managed Deployments
  • None

How was this code tested?

  • assisted-test-infra environment
  • dev-scripts environment
  • Reviewer's test appreciated
  • Waiting for CI to do a full test run
  • Manual (Elaborate on how it was tested)
  • No tests needed

Checklist

  • Title and description added to both, commit and PR.
  • Relevant issues have been associated (see CONTRIBUTING guide)
  • This change does not require a documentation update (docstring, docs, README, etc)
  • Does this change include unit-tests (note that code changes require unit-tests)

Reviewers Checklist

  • Are the title and description (in both PR and commit) meaningful and clear?
  • Is there a bug required (and linked) for this change?
  • Should this PR be backported?

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 openshift-eng/jira-lifecycle-plugin repository.

@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test ?

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: c812819b-6807-41c6-870b-5c1be84325e5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ 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 added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 22, 2026
@openshift-ci

openshift-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 22, 2026
@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test e2e-ai-operator-ztp e2e-ai-operator-ztp-sno-day2-workers

1 similar comment
@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test e2e-ai-operator-ztp e2e-ai-operator-ztp-sno-day2-workers

@CrystalChun CrystalChun marked this pull request as ready for review June 23, 2026 15:44
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 23, 2026
@CrystalChun

Copy link
Copy Markdown
Contributor Author

/cc @gamli75 @andrej1991

@openshift-ci openshift-ci Bot requested review from andrej1991 and gamli75 June 23, 2026 15:52
@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test ?

@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test e2e-ai-operator-ztp-remove-node

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.66%. Comparing base (7b69e76) to head (5a15b9a).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                @@
##           release-ocm-2.15   #10492   +/-   ##
=================================================
  Coverage             43.66%   43.66%           
=================================================
  Files                   407      407           
  Lines                 70611    70611           
=================================================
  Hits                  30835    30835           
  Misses                36997    36997           
  Partials               2779     2779           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci openshift-ci Bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 23, 2026
@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test e2e-ai-operator-ztp-sno-day2-workers

1 similar comment
@andrej1991

Copy link
Copy Markdown
Contributor

/test e2e-ai-operator-ztp-sno-day2-workers

@CrystalChun

Copy link
Copy Markdown
Contributor Author

/test e2e-ai-operator-ztp-sno-day2-workers

@CrystalChun CrystalChun changed the title NO-ISSUE: Upgrade OS Image for 4.20 [release-ocm-2.15] NO-ISSUE: Upgrade OS Image for 4.20 Jun 24, 2026
@openshift-ci

openshift-ci Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

@andrej1991

Copy link
Copy Markdown
Contributor

/lgtm

@andrej1991

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 25, 2026
@openshift-ci

openshift-ci Bot commented Jun 25, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: andrej1991, CrystalChun
Once this PR has been reviewed and has the lgtm label, please assign gamli75 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@andrej1991

Copy link
Copy Markdown
Contributor

/assign @gamli75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants