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

Move hack dirs to scripts dir #295

Merged
merged 7 commits into from
Jun 19, 2024
Merged

Move hack dirs to scripts dir #295

merged 7 commits into from
Jun 19, 2024

Conversation

revit13
Copy link
Collaborator

@revit13 revit13 commented Jun 18, 2024

/Closes #293

This PR moves the hack subdirs under a new scripts directory

Related issue number (if any).

#293

Copy link
Member

@roytman roytman left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -2,19 +2,19 @@

op=$1

source ${ROOT_DIR}/hack/common.sh
source ${REPOROOT}/scripts/kind/common.sh
Copy link
Member

Choose a reason for hiding this comment

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

can you define a local variable {REPOROOT}/scripts/kind, we have too many references to it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed. Thanks


deploy() {
kubectl apply -f ${ROOT_DIR}/hack/ray_api_server_ingress.yaml
kubectl apply -f ${REPOROOT}/scripts/kind/ray_api_server_ingress.yaml
Copy link
Member

Choose a reason for hiding this comment

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

can you add sleep 10 before L:8

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added. Thanks

Copy link
Member

@daw3rd daw3rd Jun 18, 2024

Choose a reason for hiding this comment

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

This is an inconsistent move. A) it is not a shell script and B) if we do this, we should also move .make.defaults, .make.versions,.make.transforms etc. But I'm not sure we want to do this. What was your motivation here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@daw3rd transforms/.make.workflows file remains under transforms... are you refering to other file?

Signed-off-by: Revital Sur <[email protected]>
Copy link
Member

@daw3rd daw3rd left a comment

Choose a reason for hiding this comment

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

lgtm

@roytman roytman merged commit f667389 into IBM:dev Jun 19, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Restructure the hack directories
3 participants