-
Notifications
You must be signed in to change notification settings - Fork 391
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
NO-JIRA: adm release: simplify manifest iteration #1917
NO-JIRA: adm release: simplify manifest iteration #1917
Conversation
Full `imageData` was passed to the callback but existing callbacks only needed the containing directory. Therefore the callback signature can be simplified to `func(directory, content, operator)`
@petr-muller: This pull request explicitly references no jira issue. 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. |
/retest Neither failure looks relevant |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DavidHurta, petr-muller 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 |
/retest |
/label acknowledge-critical-fixes-only We're now post-branching so applying this label should be fine |
/test e2e-aws-ovn-serial The timeout-on-deprovision failures are really annoying:
|
1 similar comment
/retest |
b06 issues :(
|
/retest |
1 similar comment
/retest-required |
1 similar comment
We're bumping the timeout for the serial job in openshift/release#59281 because its pass rate dropped significantly recently. |
1 similar comment
/test e2e-aws-ovn-upgrade |
I think we are hitting TRT-1900 now |
1 similar comment
@petr-muller: all tests passed! 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. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-cli |
[ART PR BUILD NOTIFIER] Distgit: ose-tools |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-deployer |
[ART PR BUILD NOTIFIER] Distgit: ose-cli-artifacts |
Full
imageData
was passed to the callback but existing callbacks only needed the containing directory. Therefore the callback signature can be simplified tofunc(directory, content, operator)
/cc @wking @DavidHurta