-
Notifications
You must be signed in to change notification settings - Fork 101
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
Move yq parameters #719
base: main
Are you sure you want to change the base?
Move yq parameters #719
Conversation
Currently `make openstack` fails with yq installed via pip (yq 3.2.3). This patch make it work with it again.
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c82ae3f2d4214549afcdc2ee41213282 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 28m 42s |
recheck |
/lgtm |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/1c48743fed0a4aa3970ebba3ded3ebcb ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 25m 43s |
recheck |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fao89, paramite 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 |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/3b9d42cf36f743d38083e657ff27b5b4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 25s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/923674aabc6c4bda8176a17a40bfba9f ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 19m 27s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/b00c148c884d48b4bceadec2e05eae67 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 24m 06s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/6cf74109a1474770971173f00fcaca3d ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 25m 16s |
The baremetal job seems to consistently fail with this error:
|
Studying the logs more deeply it fails with |
I believe it gets yq from here: https://github.com/openstack-k8s-operators/install_yamls/blob/main/devsetup/roles/download_tools/tasks/main.yaml#L90 |
Hello, |
Currently
make openstack
fails with yq installed via pip (yq 3.2.3). This patch make it work with it again.