-
Notifications
You must be signed in to change notification settings - Fork 14
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
[release-4.17] deps: bump deployer dep #1103
base: release-4.17
Are you sure you want to change the base?
Conversation
consume u/s fixes Signed-off-by: Francesco Romani <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani 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 |
/hold for @Tal-or 's review |
cobra is an indirect dependency we pulled since long time ago, but the linter started to emit warnings about it only recently. Signed-off-by: Francesco Romani <[email protected]>
@Tal-or lanes are failing with the exact error this PR should solve. But this IIRC should be caused by the very old bug/misconfiguration which causes the lane run with images built against EXISTING codebase (not the patched codebase changed by the PR under test), right? |
I see a different issue here:
|
/retest |
let's investigate the failures |
Consuming the lates updates from the deploy allow us now to distinguish between OCP and HCP flavors. But for that an access to the config.openshift.io.infrastructures object is needed. Adding the necessary rbac. 4.17 backport notice: regenerated manifests Signed-off-by: Talor Itzhak <[email protected]> (cherry picked from commit 0adba16)
/lgtm |
we figured out offline
found in |
ok, now it seems RTEs can't go running, so let's check |
@ffromani: 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. |
looks like DaemonSet are not created for some reason:
|
consume u/s fixes