-
Notifications
You must be signed in to change notification settings - Fork 268
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
[DPTP-4274] Allow requests for ephemeral-storage in validation/config.go
#4444
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jiridanek The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
validation/config.go
/label tide/merga-method-squash |
@jiridanek: The label(s) 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. |
/label tide/merge-method-squash |
did I break the CI? |
validation/config.go
validation/config.go
@jiridanek: This pull request references DPTP-4274 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 story 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. |
@jiridanek: This pull request references DPTP-4274 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 story 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. |
validation/config.go
validation/config.go
@jiridanek: No Jira issue is referenced in the title of this pull request. 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. |
@jiridanek: 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-sigs/prow repository. I understand the commands that are listed here. |
I don't think this will actually do anything. You have modified validation logic which will let your ci-operator config be updated to include |
I did not know something more is still needed. I'm looking for the place that needs to be updating. |
https://issues.redhat.com/browse/DPTP-4274
I have a question in Red Hat Internal #forum-ocp-platform
https://redhat-internal.slack.com/archives/CBN38N3MW/p1722437504182729
The answer given there was a "no". I want it to be yes. I am guessing line 570 in
validation/config.go
is stopping me. I change line 570.I did not test this in any way. I don't even have a local checkout of this repo. If you think this is a viable route, I'd test it.Since there are good prospects getting this in, I added unittest and played with this locally a bit. I also created a Jira ticket.