-
Notifications
You must be signed in to change notification settings - Fork 270
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
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. |
b3489aa
to
d57b243
Compare
@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. |
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. |
@smg247 I spent some time on this but I just could not find the right spot that I'm supposed to update. Can you (or @jmguzik who's the Jira assignee) help me by pointing out the way? Or just do the change for me. So far I've been only running some select ci-operator tests, I never even deployed the whole thing end-to-end. |
I don't have the bandwidth to implement this right now, but the jira will follow our normal grooming and prioritization procedures. Obviously implementing this yourself would expedite the process, but if one of us has to do it, it will take longer. |
/uncc |
I analyzed this today briefly and I think there is a chance it will work. Validation is allowed now and later these arguments are passed further. The thing is idk what is actually needed to have this storage enabled, but I guess we can try an experiment. Get it passing all tests and refresh and then we will learn what is missing. This is of course after brief analysis and taking into account assumption your test fails on that check right now. Unfortunately I have no time to dedicate more cycles into this one. |
[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 |
@jmguzik thanks for this! So, maybe that's why I was not able to find the place to update next; but more likely it was just because I can't effectively navigate the unfamilar codebase. PR updated, let's see how it goes through CI. |
I'm seeing infra issues, retriggering /test images
I'm unsure what the other fail is about, but I'll rerun
edit: not helping, let me rebase again |
/test remaining-required |
/test remaining-required |
@jiridanek: 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. |
/ci/prow/breaking-changes |
/test ci/prow/breaking-changes |
@jmguzik: The specified target(s) for
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. |
Not sure why this one failing on breaking changes, let me retest. |
/test breaking-changes |
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.