Skip to content
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

update volcano scheduler to 1.8.0; ignore vendor #589

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

lowang-bh
Copy link
Member

Fix issue #586
To keep update for volcano release 1.8.0

@@ -6,3 +6,4 @@ profile.cov
hack/python-sdk/openapi-generator-cli.jar
dep-crds/
dep-manifests/
vendor/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this necessary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case of git add . to include the vendor dir.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lowang-bh We don't use vendoring in this repository. So I don't think we need this ignoring. Are there any reasons for this ignore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tenzen-y sometimes user runs go mod vendor. In case of git add . to include it. I can remove it if it is really not need.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with adding vendor to .gitignore.

Signed-off-by: lowang-bh <lhui_wang@163.com>
@tenzen-y
Copy link
Member

tenzen-y commented Sep 9, 2023

/lgtm
/assign @alculquicondor

Copy link
Collaborator

@alculquicondor alculquicondor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alculquicondor

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 6d713b4 into kubeflow:master Sep 11, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants