Closed gpei closed 2 months ago
@gpei: This pull request references Jira Issue OCPBUGS-39178, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/retest
/test e2e-aws-workers-rhel8
/jira refresh
@gpei: This pull request references Jira Issue OCPBUGS-39178, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @gpei
@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: gpei.
Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.
Requesting review from QA contact: /cc @gpei
In response to [this](https://github.com/openshift/openshift-ansible/pull/12514#issuecomment-2320746481): >/jira refresh Instructions for interacting with me using PR comments are available [here](https://prow.ci.openshift.org/command-help?repo=openshift%2Fopenshift-ansible). If you have questions or suggestions related to my behavior, please file an issue against the [openshift-eng/jira-lifecycle-plugin](https://github.com/openshift-eng/jira-lifecycle-plugin/issues/new) repository.
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.
/retest
@gpei: all tests passed!
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: barbacbd, gpei
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@gpei: Jira Issue OCPBUGS-39178: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-39178 has been moved to the MODIFIED state.
/cherry-pick release-4.17
@gpei: new pull request created: #12515
CNI network backend is not supported anymore since Podman version 5.0[1], now we've got podman-5.2.0-3.rhaos4.17.el8.x86_64 installed from the OCP-4.17 RHEL-8 repo, but the network backend is still configured as "cni" by default in /usr/share/containers/containers.conf, so update the
network_backend
option to "netavark" when installing podman-5.0.x and higher, which also requiring the "netavark" related packages.[1]https://docs.podman.io/en/latest/markdown/podman-network.1.html