Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ityuhui
Copy link
Contributor

@ityuhui ityuhui commented Mar 23, 2021

What type of PR is this?

/kind feature

What this PR does / why we need it:

As described in #4506 , this PR lets crio config only prints the fields that are different than the default.

Which issue(s) this PR fixes:

Fixes #4506

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Yes.

"crio config" only prints the fields that are different than the default configuration.

@ityuhui ityuhui requested review from mrunalp and runcom as code owners March 23, 2021 12:36
@openshift-ci-robot openshift-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Mar 23, 2021
@openshift-ci-robot
Copy link

Hi @ityuhui. Thanks for your PR.

I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 23, 2021
@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #4682 (e667558) into master (8118d4a) will increase coverage by 1.79%.
The diff coverage is 93.19%.

❗ Current head e667558 differs from pull request most recent head a522712. Consider uploading reports for the commit a522712 to get more accurate results

@@            Coverage Diff             @@
##           master    #4682      +/-   ##
==========================================
+ Coverage   41.32%   43.12%   +1.79%     
==========================================
  Files         107      107              
  Lines        9405     9742     +337     
==========================================
+ Hits         3887     4201     +314     
- Misses       5074     5088      +14     
- Partials      444      453       +9     

@haircommander
Copy link
Member

WOW this is better than what I was imagining
/ok-to-test

there are some test failures, and I'll have a deeper look at the code, but at a glance this looks great 🎉

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Mar 23, 2021
@haircommander
Copy link
Member

error is:

not ok 141 pod pause image matches configured image in crio.conf
# (in test file ./pod.bats, line 249)
#   `conf_pause_image=$(grep -oP 'pause_image = \K"[^"]+"' "$CRIO_CONFIG")' failed

you can run it with
sudo bats test/pod.bats -f "pod pause image"

@ityuhui
Copy link
Contributor Author

ityuhui commented Mar 26, 2021

Hi @haircommander

I have fixed all errors for Github/Actions.
Could you please help check why the 4 ci/openshift-* checks failed ?

@haircommander
Copy link
Member

/retest

they could be flakes, or a regression in crun

@openshift-ci-robot
Copy link

@ityuhui: The /retest command does not accept any targets.
The following commands are available to trigger jobs:

  • /test kata-containers
  • /test e2e-agnostic
  • /test e2e-gcp
  • /test images
  • /test ami_fedora
  • /test ami_rhel
  • /test critest_fedora
  • /test critest_rhel
  • /test e2e_crun
  • /test e2e_cgroupv2
  • /test e2e_features_fedora
  • /test e2e_features_rhel
  • /test e2e_fedora
  • /test e2e_rhel
  • /test integration_crun
  • /test integration_cgroupv2
  • /test integration_fedora
  • /test integration_rhel

Use /test all to run the following jobs:

  • kata-containers-crio-PR
  • pull-ci-cri-o-cri-o-master-e2e-agnostic
  • pull-ci-cri-o-cri-o-master-e2e-gcp
  • pull-ci-cri-o-cri-o-master-images
  • test_pull_request_crio_critest_fedora
  • test_pull_request_crio_critest_rhel
  • test_pull_request_crio_e2e_crun_fedora
  • test_pull_request_crio_e2e_crun_fedora_cgroupv2
  • test_pull_request_crio_e2e_features_fedora
  • test_pull_request_crio_e2e_features_rhel
  • test_pull_request_crio_e2e_fedora
  • test_pull_request_crio_e2e_rhel
  • test_pull_request_crio_integration_crun_fedora
  • test_pull_request_crio_integration_crun_fedora_cgroupv2
  • test_pull_request_crio_integration_fedora
  • test_pull_request_crio_integration_rhel
Details

In response to this:

/retest to try

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/test-infra repository.

@ityuhui
Copy link
Contributor Author

ityuhui commented Mar 27, 2021

/retest

1 similar comment
@ityuhui
Copy link
Contributor Author

ityuhui commented Mar 28, 2021

/retest

@ityuhui
Copy link
Contributor Author

ityuhui commented Mar 29, 2021

Hi @haircommander

I have retest 3 times, but there are still 3 ci/openshift-jenkins check failed.

@haircommander
Copy link
Member

the integration crun issue is hitting #4616
/retest

if it doesn't pass again, I'll override. it's not the fault of this PR

@haircommander
Copy link
Member

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.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 30, 2021
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

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

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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 30, 2021
@TomSweeneyRedHat
Copy link
Contributor

LGTM
assuming happy tests

@haircommander
Copy link
Member

/override ci/openshift-jenkins/integration_crun

@openshift-ci-robot
Copy link

@haircommander: Overrode contexts on behalf of haircommander: ci/openshift-jenkins/integration_crun

Details

In response to this:

/override ci/openshift-jenkins/integration_crun

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/test-infra repository.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

16 similar comments
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@saschagrunert
Copy link
Member

/override ci/openshift-jenkins/critest_rhel
/override ci/openshift-jenkins/critest_fedora

@openshift-ci-robot
Copy link

@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/openshift-jenkins/critest_fedora, ci/openshift-jenkins/critest_rhel

Details

In response to this:

/override ci/openshift-jenkins/critest_rhel
/override ci/openshift-jenkins/critest_fedora

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/test-infra repository.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@saschagrunert
Copy link
Member

/override ci/openshift-jenkins/critest_rhel
/override ci/openshift-jenkins/critest_fedora

@openshift-ci-robot
Copy link

@saschagrunert: Overrode contexts on behalf of saschagrunert: ci/openshift-jenkins/critest_fedora, ci/openshift-jenkins/critest_rhel

Details

In response to this:

/override ci/openshift-jenkins/critest_rhel
/override ci/openshift-jenkins/critest_fedora

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/test-infra repository.

@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 12, 2021

@ityuhui: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/openshift-jenkins/e2e_crun_cgroupv2 a522712 link /test e2e_cgroupv2
ci/openshift-jenkins/integration_crun_cgroupv2 a522712 link /test integration_cgroupv2

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/test-infra repository. I understand the commands that are listed here.

@haircommander
Copy link
Member

/override ci/openshift-jenkins/critest_rhel

@openshift-ci-robot
Copy link

@haircommander: Overrode contexts on behalf of haircommander: ci/openshift-jenkins/critest_rhel

Details

In response to this:

/override ci/openshift-jenkins/critest_rhel

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/test-infra repository.

@openshift-merge-robot openshift-merge-robot merged commit a08d776 into cri-o:master Apr 12, 2021
@haircommander
Copy link
Member

thanks a bunch for the contribution @ityuhui!

@ityuhui ityuhui deleted the yh-cli-renders-diff branch April 13, 2021 02:13
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. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

crio config fixes

7 participants