Hi, the mentioned CI job fails constantly stopping PRs from merging.[1] It seems that only one test is affected [2] and it always fails on " message:docker: network plugin is not ready: cni config uninitialized" Not sure if this is the right team so feel free to reassign the issue. Thanks. [1] https://prow.ci.openshift.org/job-history/gs/origin-ci-test/pr-logs/directory/test_pull_request_origin_extended_conformance_install-release-3.11 [2] PLAY RECAP ********************************************************************* localhost : ok=422 changed=176 unreachable=0 failed=1 skipped=611 rescued=0 ignored=0 # CI job output: Nov 26 16:14:47 ip-172-18-4-88.ec2.internal origin-node[15538]: W1126 16:14:47.519666 15538 cni.go:172] Unable to update cni config: No networks found in /etc/cni/net.d Nov 26 16:14:47 ip-172-18-4-88.ec2.internal origin-node[15538]: I1126 16:14:47.519872 15538 kubelet.go:2098] Container runtime status: Runtime Conditions: RuntimeReady=true reason: message:, NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
*** Bug 1899717 has been marked as a duplicate of this bug. ***
The last successful run was https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/25623/test_pull_request_origin_extended_conformance_install-release-3.11/2359 on Nov 11 and the first failed run was https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/25623/test_pull_request_origin_extended_conformance_install-release-3.11/2360 on Nov 12. 2359 was against origin@2765a935ed and 2360 was against origin@9cb9d167aa, meaning that only https://github.com/openshift/origin/pull/25623 merged between them, which seems clearly irrelevant. 2359 was against openshift-ansible@1113fc13e and 2360 was against openshift-ansible@70ce91889, meaning that: https://github.com/openshift/openshift-ansible/pull/12260 https://github.com/openshift/openshift-ansible/pull/12261 https://github.com/openshift/openshift-ansible/pull/12265 https://github.com/openshift/openshift-ansible/pull/12268 https://github.com/openshift/openshift-ansible/pull/12269 all merged between them. And 12261 "openshift_node: Drain nodes and restart during join.yml" looks very suspicious because that's basically exactly where CI is now failing.
We will continue to investigate this in the upcoming sprint.
Job passed with openshift-ansible PR merged. https://prow.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/25383/test_pull_request_origin_extended_conformance_install-release-3.11/3483/
CI Job is passing regularly: https://prow.ci.openshift.org/job-history/gs/origin-ci-test/pr-logs/directory/test_pull_request_origin_extended_conformance_install-release-3.11 This bug can be closed.