-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 1827667: openstack: Add jq to the CI image #3503
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
Bug 1827667: openstack: Add jq to the CI image #3503
Conversation
ac508bb to
3bcd37a
Compare
|
/uncc patrickdillon jstuever |
|
/retitle Bug 1827667: openstack: Add jq to the CI image |
|
@pierreprinetti: This pull request references Bugzilla bug 1827667, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
DetailsIn response to this:
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. |
534e6d9 to
746aa0b
Compare
|
Installing from the Centos7 RDO repository gives the same dependency mismatch than with the stock repositories. Installing from URL with checksum. |
|
/retest |
|
/test e2e-openstack-upi |
It's still trying to install jq from the Error: Package: jq-1.6-2.el7.x86_64 (@rhel-server-ose) You might need to do: |
746aa0b to
5e82825
Compare
Using jq will simplify the CI scripts where we currently use `awk` to parse JSON.
5e82825 to
a35d912
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mandre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@pierreprinetti: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. |
|
/lgtm |
|
@pierreprinetti: All pull requests linked via external trackers have merged: openshift/installer#3503. Bugzilla bug 1827667 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
/cherry-pick release-4.4 |
|
@pierreprinetti: new pull request created: #3607 DetailsIn response to this:
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. |
Using jq will simplify the CI scripts where we currently use
awkto parse JSON.