Open zpoint opened 4 days ago
Feature for #4105
(sky) zepingguo@WIN11-JHL:~/skypilot$ cat ~/hello_sky/work_dir_1.yaml name: test_workdir_bucket_name_1 workdir: . resources: cloud: azure file_mounts: # this will use the user config /checkpoint: name: zpoint-filemounts-bucket source: ~/tmp/dir1 mode: MOUNT store: azure /dir1: ~/tmp/dir1 /dir2: ~/tmp/dir2 /dir3/dir3.py: ~/tmp/dir1/dir1.py run: | for i in {1..5}; do echo "Hello, SkyPilot World! $(date)" touch /checkpoint/$i.txt done (sky) zepingguo@WIN11-JHL:~/skypilot$
sky jobs launch ~/hello_sky/work_dir_1.yaml
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh
Feature for #4105
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh