We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#3394 removed the rsync for the script for job submission, which makes a long user yaml causing the following error:
rsync
OSError: [Errno 7] Argument list too long: '/bin/sh'
To reproduce:
test.yaml
resources: cpus: 2 run: | echo hi
for i in `seq 1 100000`; do echo " echo $i" >> test.yaml; done
sky launch -c test-long-user-run test.yaml
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#3394 removed the
rsync
for the script for job submission, which makes a long user yaml causing the following error:To reproduce:
test.yaml
for i in `seq 1 100000`; do echo " echo $i" >> test.yaml; done
sky launch -c test-long-user-run test.yaml
The text was updated successfully, but these errors were encountered: