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

[CI] Change docker user to ec2-user #2834

Merged
merged 11 commits into from
Apr 12, 2024
Merged

[CI] Change docker user to ec2-user #2834

merged 11 commits into from
Apr 12, 2024

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Apr 10, 2024

Add back in an explicitly defined user in the docker build because I can't figure out which user is being used by the docker image. If a user other than ec2-user is being used, then it is not possibly for the next job to clean up files from previous jobs because it lacks permission.

Should fix the problems like https://github.com/pytorch/tutorials/actions/runs/8635938916/job/23674817847


Cleaning the repository
Warning: Unable to clean or reset the repository. The repository will be recreated instead.
Deleting the contents of '/home/ec2-user/actions-runner/_work/tutorials/tutorials'
Error: File was unable to be removed Error: EACCES: permission denied, unlink '/home/ec2-user/actions-runner/_work/tutorials/tutorials/.jenkins/__pycache__/get_files_to_run.cpython-310.pyc'

Copy link

pytorch-bot bot commented Apr 10, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2834

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit c46e106 with merge base b41139d (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@clee2000 clee2000 marked this pull request as ready for review April 11, 2024 22:51
@clee2000 clee2000 requested a review from malfet April 11, 2024 22:51
@clee2000 clee2000 merged commit c293e9d into main Apr 12, 2024
20 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.

3 participants