-
Notifications
You must be signed in to change notification settings - Fork 228
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
MGMT-20025: Replace encode from yaml to json on Nutanix types #7353
base: master
Are you sure you want to change the base?
Conversation
@mlorenzofr: This pull request references MGMT-20025 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mlorenzofr 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 |
/assign @rccrdpccl |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7353 +/- ##
=======================================
Coverage 67.97% 67.97%
=======================================
Files 300 300
Lines 41014 41013 -1
=======================================
Hits 27878 27878
+ Misses 10633 10632 -1
Partials 2503 2503 |
c6babc6
to
6a5108b
Compare
@mlorenzofr: This pull request references MGMT-20025 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
787f358
to
3edce81
Compare
@eliorerz please review |
3edce81
to
5462c76
Compare
/test ? |
@rccrdpccl: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In 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-sigs/prow repository. |
/test edge-e2e-nutanix-assisted-4-18 |
/retest |
nice 😍 |
5462c76
to
8c843ce
Compare
/hold |
8c843ce
to
6ffcead
Compare
@eliorerz I guess it's not urgent because it has been broken since forever, but we are breaking most nutanix installations as we currently produce an invalid install config |
6ffcead
to
5fbf17c
Compare
@mlorenzofr: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
This PR fixes a bug unmarshalling the install-config generated by the assisted-service due to an error in Nutanix type encoding.
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist