Closed karelyatin closed 5 months ago
/test functional
Passes locally
/test functional
Passes locally
If this passed locally and then failed in CI, then it looks like we still haven't fully solved the race condition in one of the OpenStackVersion
tests. This [1] seems to have helped, but not completely resolved the situation.
[1] https://github.com/openstack-k8s-operators/openstack-operator/pull/833
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: abays, karelyatin
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Build failed (check pipeline). Post recheck
(without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.
https://review.rdoproject.org/zuul/buildset/2359fa9f2916474db03fc149d396fd04
:heavy_check_mark: openstack-k8s-operators-content-provider SUCCESS in 2h 28m 46s :heavy_check_mark: podified-multinode-edpm-deployment-crc SUCCESS in 1h 13m 29s :heavy_check_mark: cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 23m 48s :x: cifmw-data-plane-adoption-osp-17-to-extracted-crc FAILURE in 2h 10m 33s :heavy_check_mark: openstack-operator-tempest-multinode SUCCESS in 1h 34m 22s
recheck
"++ oc get osdpd/openstack -o 'jsonpath={.status.conditions[0].status}'", "error: You must be logged in to the server (Unauthorized)"
Somehow current pinned ansibleee-operator-bundle image got updated to include edpm-ansible PR[1] and causing issues as it requires dataplane-operator api[2] to also get updated.
[1] https://github.com/openstack-k8s-operators/edpm-ansible/pull/653/ [2] https://github.com/openstack-k8s-operators/dataplane-operator/pull/875 Related-Issue: OSPCIX-328