-
Notifications
You must be signed in to change notification settings - Fork 40
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
OAPE-18: Bump openshift/api to vendor machineNamePrefix field #333
Conversation
go get github.com/openshift/api@43830fe27fdad91d7af6ee0da62010507817b3d8 go mod tidy && go mod vendor Signed-off-by: chiragkyal <[email protected]>
@chiragkyal: This pull request references OAPE-18 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. |
The failure in units look legit @chiragkyal |
Yeah, it's due to the |
Looks like
|
Yeah, let's use 1.31.0 then. |
@@ -91,7 +91,7 @@ test: generate fmt vet unit ## Run tests. | |||
|
|||
.PHONY: unit | |||
unit: ## Run only the tests. | |||
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin)" ./hack/test.sh | |||
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin --index https://raw.githubusercontent.com/openshift/api/master/envtest-releases.yaml)" ./hack/test.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can change the index reference to this repository in a follow up PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it should stay pointing at o/api please, keeping that as a central openshift source of truth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, thanks for the suggestion.
Looks like I'm hitting an issue related to openshift/api#2074 PR.
@jcpowermac Could you please help fix the issue? |
envtest-releases.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Index should only live in the o/api repo, please don't commit this here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure sounds good, I've removed the file.
update k8s version of envtest Signed-off-by: chiragkyal <[email protected]>
Signed-off-by: chiragkyal <[email protected]>
/jira-refresh |
/jira refresh |
@chiragkyal: This pull request references OAPE-18 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. |
/test unit |
see #325 |
/retest-required |
@chiragkyal: 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. |
/assign @JoelSpeed @damdo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retest-required
@damdo, could you help in approval as well? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
It looks reasonable to me.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo 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 |
3e1ac98
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-control-plane-machine-set-operator |
Bump
openshift/api
to vendormachineNamePrefix
field andCPMSMachineNamePrefix
feature-gate