Skip to content

Conversation

klihub
Copy link
Contributor

@klihub klihub commented Jul 3, 2025

What type of PR is this?

/kind ci

What this PR does / why we need it:

Fix GitHub action CI test setup (missing br_netfilter).
Cherry-pick #9271 for failing container update test in test/ctr.bats.
Fix failing test due to a mismatching test pattern altered in 438d528.
Fix markdown to make docs pass the prettier-verification in CI.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

None

@klihub klihub requested a review from mrunalp as a code owner July 3, 2025 08:58
@openshift-ci openshift-ci bot added release-note-none Denotes a PR that doesn't merit a release note. kind/ci Categorizes issue or PR as related to CI dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Jul 3, 2025
@openshift-ci openshift-ci bot requested review from hasan4791 and QiWang19 July 3, 2025 08:59
@klihub klihub changed the title [release-1.320 fix GitHub action CI test setup. [release-1.32] fix GitHub action CI test setup. Jul 3, 2025
Copy link

codecov bot commented Jul 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.11%. Comparing base (59112fa) to head (0a26d44).
⚠️ Report is 4 commits behind head on release-1.32.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-1.32    #9318   +/-   ##
=============================================
  Coverage         47.11%   47.11%           
=============================================
  Files               154      154           
  Lines             22221    22221           
=============================================
  Hits              10469    10469           
  Misses            10680    10680           
  Partials           1072     1072           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@klihub klihub force-pushed the fixes/release-1.32/github-ci-test-setup branch 2 times, most recently from 1418a06 to 3085ad3 Compare July 16, 2025 07:03
@klihub klihub changed the title [release-1.32] fix GitHub action CI test setup. [release-1.32] fix GitHub action CI test setup, failing tests. Jul 16, 2025
@klihub
Copy link
Contributor Author

klihub commented Jul 16, 2025

/cc @bitoku

@openshift-ci openshift-ci bot requested a review from bitoku July 16, 2025 07:05
@klihub
Copy link
Contributor Author

klihub commented Jul 16, 2025

/cc @saschagrunert

@openshift-ci openshift-ci bot requested a review from saschagrunert July 16, 2025 11:02
@bitoku
Copy link
Contributor

bitoku commented Jul 16, 2025

/retest
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 16, 2025
@bitoku
Copy link
Contributor

bitoku commented Jul 16, 2025

@cri-o/cri-o-maintainers PTAL

kolyshkin and others added 2 commits July 24, 2025 19:12
It's a long story (see [1], [2], [3], [4]) but both runc and crun is
changing the formula to convert cgroup v1 CPU shares to cgroup v2 CPU
weight, and it causes a failure in "ctr update resources" test, because
it relies on the old conversion formula.

Let's modify it so it works either the old or the new conversion.

(Ultimately, with cgroup v2 we should switch to setting
unified.cpu.weight directly).

[1]: kubernetes/kubernetes#131216
[2]: opencontainers/runc#4772
[3]: opencontainers/cgroups#20
[4]: containers/crun#1767

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Fixup for failing test after 438d528.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
@klihub klihub force-pushed the fixes/release-1.32/github-ci-test-setup branch from 3085ad3 to 01b68d6 Compare July 24, 2025 16:13
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2025
@saschagrunert
Copy link
Member

@klihub do you mind also fixing the prettier CI?

@klihub
Copy link
Contributor Author

klihub commented Jul 25, 2025

@klihub do you mind also fixing the prettier CI?

@saschagrunert In this same PR ? I think we have #9346 open for that separately...

@klihub
Copy link
Contributor Author

klihub commented Jul 25, 2025

But I can fold it to this one, too.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
@klihub
Copy link
Contributor Author

klihub commented Jul 25, 2025

But I can fold it to this one, too.

Cherry-picked the prettier-fixing commit here...

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

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

Thanks!

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 25, 2025
Copy link
Contributor

openshift-ci bot commented Jul 25, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: klihub, saschagrunert

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

The pull request process is described here

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 25, 2025
@saschagrunert
Copy link
Member

/retest

@openshift-merge-bot openshift-merge-bot bot merged commit 03afa42 into cri-o:release-1.32 Jul 25, 2025
48 of 49 checks passed
@klihub klihub deleted the fixes/release-1.32/github-ci-test-setup branch August 4, 2025 10:19
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. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. kind/ci Categorizes issue or PR as related to CI lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants