Skip to content

chore: fix rsync helper #5196

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

Merged
merged 3 commits into from
Apr 11, 2025
Merged

chore: fix rsync helper #5196

merged 3 commits into from
Apr 11, 2025

Conversation

SeungjinYang
Copy link
Collaborator

@SeungjinYang SeungjinYang commented Apr 11, 2025

Tested (run the relevant ones):

  • Code formatting: install pre-commit (auto-check on commit) or bash format.sh
  • Any manual or new tests for this PR (please specify below)
  • All smoke tests: /smoke-test (CI) or pytest tests/test_smoke.py (local)
  • Relevant individual tests: /smoke-test -k test_name (CI) or pytest tests/test_smoke.py::test_name (local)
  • Backward compatibility: /quicktest-core (CI) or pytest tests/smoke_tests/test_backward_compat.py (local)

@SeungjinYang SeungjinYang changed the title fix rsync helper chore: fix rsync helper Apr 11, 2025
@SeungjinYang SeungjinYang requested a review from cg505 April 11, 2025 22:09
@SeungjinYang SeungjinYang marked this pull request as ready for review April 11, 2025 22:09
Copy link
Collaborator

@cg505 cg505 left a comment

Choose a reason for hiding this comment

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

I think ideally the only stuff in the if statement is setting pod= and encoded_namespace_context, then the decode and namespace/context splitting can happen outside the if.
Since the pod isn't encoded, imo it doesn't make sense to do the decode before splitting on @.
But also if it works it works.

@cg505
Copy link
Collaborator

cg505 commented Apr 11, 2025

/smoke-test --k8s test_basic
https://buildkite.com/skypilot-1/smoke-tests/builds/677

@SeungjinYang
Copy link
Collaborator Author

/smoke-test --kubernetes -k test_basic

@SeungjinYang SeungjinYang merged commit ea8fa1a into master Apr 11, 2025
22 checks passed
@SeungjinYang SeungjinYang deleted the rsync-fix branch April 11, 2025 22:59
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.

2 participants