Skip to content

Conversation

@samestep
Copy link
Contributor

Since #58299 changed the calculate-docker-image job from ubuntu-18.04 to linux.2xlarge, it has been sometimes failing with this message:

Warning: Unable to clean or reset the repository. The repository will be recreated instead.
Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch'
Error: Command failed: rm -rf "/home/ec2-user/actions-runner/_work/pytorch/pytorch/.azure_pipelines"

This PR hopes to fix that issue by adding the "Chown workspace" step that we already use for the other jobs in the Linux CI workflow.

@samestep samestep requested review from a team and seemethere May 17, 2021 15:50
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented May 17, 2021

💊 CI failures summary and remediations

As of commit 62dad4b (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@facebook-github-bot
Copy link
Contributor

@samestep has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #58398 (62dad4b) into master (1ad06ba) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #58398      +/-   ##
==========================================
- Coverage   76.46%   76.46%   -0.01%     
==========================================
  Files        1992     1992              
  Lines      199860   199860              
==========================================
- Hits       152832   152831       -1     
- Misses      47028    47029       +1     

@facebook-github-bot
Copy link
Contributor

@samestep merged this pull request in a4ce85a.

krshrimali pushed a commit to krshrimali/pytorch that referenced this pull request May 19, 2021
Summary:
Since pytorch#58299 changed the calculate-docker-image job from `ubuntu-18.04` to `linux.2xlarge`, it has been sometimes failing with this message:

```
Warning: Unable to clean or reset the repository. The repository will be recreated instead.
Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch'
Error: Command failed: rm -rf "/home/ec2-user/actions-runner/_work/pytorch/pytorch/.azure_pipelines"
```

- https://github.com/pytorch/pytorch/runs/2587348894
- https://github.com/pytorch/pytorch/runs/2592943274
- https://github.com/pytorch/pytorch/runs/2600707737

This PR hopes to fix that issue by adding the "Chown workspace" step that we already use for the other jobs in the Linux CI workflow.

Pull Request resolved: pytorch#58398

Reviewed By: seemethere

Differential Revision: D28476902

Pulled By: samestep

fbshipit-source-id: a7dbf0ad9c18ac44cc1a3cef7647f56489958fe6
@github-actions github-actions bot deleted the docker-job-chown-workspace branch February 11, 2024 01:58
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.

4 participants