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: run git pull before committing pytorch version updates #1716

Merged
merged 1 commit into from
Dec 13, 2022
Merged

ci: run git pull before committing pytorch version updates #1716

merged 1 commit into from
Dec 13, 2022

Conversation

ashay
Copy link
Collaborator

@ashay ashay commented Dec 13, 2022

The RollPyTorch action often takes more than 1.5 hours to finish.
During this time, if another PR is merged, then the RollPyTorch action
needs to first pull the merged changes before committing the updates to
the PyTorch commit hash and version files. This patch adds the required
git pull statement, without which, the subsequent git push statement
fails, causing the RollPyTorch action to fail as well.

The RollPyTorch action often takes more than 1.5 hours to finish.
During this time, if another PR is merged, then the RollPyTorch action
needs to first pull the merged changes before committing the updates to
the PyTorch commit hash and version files.  This patch adds the required
`git pull` statement, without which, the subsequent `git push` statement
fails, causing the RollPyTorch action to fail as well.
@ashay ashay requested a review from powderluv December 13, 2022 18:51
@ashay ashay merged commit 731c313 into llvm:main Dec 13, 2022
@ashay ashay deleted the ashay/roll-pytorch-update-before-commit branch December 13, 2022 19:41
PriyaBSavithiri pushed a commit to PriyaBSavithiri/mcw-torch-mlir that referenced this pull request Dec 15, 2022
The RollPyTorch action often takes more than 1.5 hours to finish.
During this time, if another PR is merged, then the RollPyTorch action
needs to first pull the merged changes before committing the updates to
the PyTorch commit hash and version files.  This patch adds the required
`git pull` statement, without which, the subsequent `git push` statement
fails, causing the RollPyTorch action to fail as well.
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