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

Skip to content

Conversation

@sairameshv
Copy link
Member

Signed-off-by: Sai Ramesh Vanka [email protected]

What type of PR is this?

/kind ci

What this PR does / why we need it:

This code change helps in enabling the evented pleg feature in cri-o while running the CI(node e2e tests) jobs in the upstream k8s/test-infra

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?

None

@sairameshv sairameshv requested a review from mrunalp as a code owner January 5, 2023 13:15
@openshift-ci openshift-ci bot added the release-note-none Denotes a PR that doesn't merit a release note. label Jan 5, 2023
@openshift-ci openshift-ci bot requested review from QiWang19 and wgahnagl January 5, 2023 13:15
@openshift-ci openshift-ci bot added kind/ci Categorizes issue or PR as related to CI dco-signoff: yes Indicates the PR's author has DCO signed all their commits. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jan 5, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 5, 2023

Hi @sairameshv. 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.

@sairameshv
Copy link
Member Author

/cc @harche

@openshift-ci openshift-ci bot requested a review from harche January 5, 2023 14:30

for condition in "true" "True" "TRUE"; do
if [[ "${ENABLE_POD_EVENTS}" = "$condition" ]]; then
echo "ENABLE_POD_EVENTS=true" >>/etc/sysconfig/crio
Copy link
Member

Choose a reason for hiding this comment

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

this likely is a follow up because I see some other examples, but I think we should use drop-in files instead of env variables in sysconfig files, as I would say it's a preferred method of configuring cri-o

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay

This code change helps in enabling the evented pleg feature in cri-o
while running the CI(node e2e tests) jobs in the upstream k8s/test-infra

Signed-off-by: Sai Ramesh Vanka <[email protected]>
@haircommander
Copy link
Member

/ok-to-test

@openshift-ci openshift-ci bot 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 Jan 5, 2023
@sairameshv
Copy link
Member Author

/retest

@sairameshv
Copy link
Member Author

/test kata-containers
/test ci-rhel-integration

@sairameshv sairameshv requested review from haircommander and removed request for QiWang19, harche, mrunalp and wgahnagl January 6, 2023 13:16
@sairameshv
Copy link
Member Author

/cc @harche @mrunalp

@openshift-ci openshift-ci bot requested review from harche and mrunalp January 6, 2023 13:17
@openshift-ci-robot
Copy link

@sairameshv: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/kata-jenkins 815a426 link true /test kata-containers
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/prow/ci-rhel-integration
/override ci/kata-jenkins
/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 9, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 9, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: haircommander, sairameshv

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 Jan 9, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 9, 2023

@haircommander: Overrode contexts on behalf of haircommander: ci/kata-jenkins, ci/prow/ci-rhel-integration

Details

In response to this:

/override ci/prow/ci-rhel-integration
/override ci/kata-jenkins
/lgtm
/approve

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.

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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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