-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[go.mod]Bump from v0.3.0 to pseudoversion #287
[go.mod]Bump from v0.3.0 to pseudoversion #287
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/d328b8ddcc7b4c4b93bc809b84d19441 ❌ openstack-k8s-operators-content-provider FAILURE in 17m 46s |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, vyzigold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
gotidy...................................................................Failed
|
/lgtm |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5e6d9dfea8d847e1887e83a9b3e2e908 ❌ openstack-k8s-operators-content-provider FAILURE in 16m 17s |
There it seems to be an issue with the CI, both the github-check and the kuttl deploy are failing due to the same issue: ++ /bin/bash hack/pin-bundle-images.sh |
I also see this earlier in the build log:
|
/retest |
Hmm, I wonder if the problem with the build is that @gibizer 's Telemetry Operator repo is called |
Seems like I've hit the same error in my recent openstack-operator PR as well, so gibizer's repo name may not be the cause: openstack-k8s-operators/openstack-operator#643 |
Ah, okay. I think you're probably right then and the repo name variance isn't to blame. |
This PR has been submitted to all other operators and it is failing on all of them. Apparently, it seems to be related with a change in mariadb-operator. It is being debugged in openstack-k8s-operators/nova-operator#660 |
Hmm. I did a retest of the equivalent Cinder patch yesterday and it succeeded: openstack-k8s-operators/cinder-operator#325. Did we fix something? |
recheck Let's try again |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/db84703f60444aeebd90259ac3bb9492 ❌ openstack-k8s-operators-content-provider FAILURE in 24m 33s |
The same as all the other times:
It seems to be a very specific error regarding manila bundle not having the csv |
That's odd. Now Glance just succeeded as well: openstack-k8s-operators/glance-operator#421. I wonder what the difference is between certain operators and others? |
Our intention is to track service operator and lib-common dependencies via pseudoversions. However renovate does not automatically bump from a tagged version (e.g. v0.3.0) to a newer but not tagged pseudoversion. So this patch does the manual bump. After this renovate will bump the newer pseduoversions.
New changes are detected. LGTM label has been removed. |
I did a rebase that picked up some go.sum changes maybe this helps. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/f2835ee5b2dc46d2a603e4f19c0b9a9a ❌ openstack-k8s-operators-content-provider FAILURE in 15m 44s |
@gibizer: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
There is some telemetry specific build error I don't really get. |
Our intention is to track service operator and lib-common dependencies via pseudoversions. However renovate does not automatically bump from a tagged version (e.g. v0.3.0) to a newer but not tagged pseudoversion. So this patch does the manual bump. After this renovate will bump the newer pseduoversions.