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

[releng] Use PyTorch RC binary when testing on release branch #510

Closed
wants to merge 1 commit into from

Conversation

ejguan
Copy link
Contributor

@ejguan ejguan commented Jun 10, 2022

Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release when the target branch of PR is the release branch or a commit is pushed to release branch.

See the CI result of the PR for release branch: https://github.com/pytorch/data/runs/6837219249?check_suite_focus=true#step:8:31

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 10, 2022
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

@@ -4,6 +4,7 @@ on:
branches:
- main
- release/*
tags:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run CI when a release tag is added.

@@ -9,7 +9,7 @@ on:
- main
# For PR created by ghstack
- gh/*/*/base
- release/*
# - release/*
Copy link
Contributor Author

@ejguan ejguan Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disable domain tests on release branch. This is not necessary because the cherry-picked PRs should have been verified not breaking domain tests and domains would also verify our RC releases (reduce the duplicate jobs).

@ejguan ejguan changed the title Use PyTorch RC release on release branch [releng] Use PyTorch RC binary when testing on release branch Jun 10, 2022
Copy link
Contributor

@NivekT NivekT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@ejguan ejguan marked this pull request as ready for review June 10, 2022 20:12
@facebook-github-bot
Copy link
Contributor

This pull request has been reverted by 2e76749.

ejguan added a commit to ejguan/data that referenced this pull request Jun 10, 2022
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result of the PR for release branch: https://github.com/pytorch/data/runs/6835571789?check_suite_focus=true#step:8:3
ejguan added a commit that referenced this pull request Jun 13, 2022
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result of the PR for release branch: https://github.com/pytorch/data/runs/6835571789?check_suite_focus=true#step:8:3
ejguan added a commit to ejguan/data that referenced this pull request Jun 13, 2022
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result of the PR for release branch: https://github.com/pytorch/data/runs/6835571789?check_suite_focus=true#step:8:3
ejguan added a commit to ejguan/data that referenced this pull request Jun 13, 2022
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result of the PR for release branch: https://github.com/pytorch/data/runs/6835571789?check_suite_focus=true#step:8:3
facebook-github-bot pushed a commit that referenced this pull request Jun 13, 2022
Summary:
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result for when the PR is landed (nightly channel): https://github.com/pytorch/data/runs/6867662390?check_suite_focus=true#step:8:3
See the CI result of the PR for release branch (test channel): https://github.com/pytorch/data/runs/6867788289?check_suite_focus=true#step:8:3

Pull Request resolved: #514

Reviewed By: NivekT

Differential Revision: D37116635

Pulled By: ejguan

fbshipit-source-id: 2dbe65da8121dfbd39690c83c2e1ca6cb70c0087
ejguan added a commit to ejguan/data that referenced this pull request Jun 13, 2022
…ch#514)

Summary:
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result for when the PR is landed (nightly channel): https://github.com/pytorch/data/runs/6867662390?check_suite_focus=true#step:8:3
See the CI result of the PR for release branch (test channel): https://github.com/pytorch/data/runs/6867788289?check_suite_focus=true#step:8:3

Pull Request resolved: pytorch#514

Reviewed By: NivekT

Differential Revision: D37116635

Pulled By: ejguan

fbshipit-source-id: 2dbe65da8121dfbd39690c83c2e1ca6cb70c0087
ejguan added a commit that referenced this pull request Jun 13, 2022
Summary:
Currently the CI on release branch uses nightly PyTorch release. This PR changes it to use RC PyTorch release.

See the CI result for when the PR is landed (nightly channel): https://github.com/pytorch/data/runs/6867662390?check_suite_focus=true#step:8:3
See the CI result of the PR for release branch (test channel): https://github.com/pytorch/data/runs/6867788289?check_suite_focus=true#step:8:3

Pull Request resolved: #514

Reviewed By: NivekT

Differential Revision: D37116635

Pulled By: ejguan

fbshipit-source-id: 2dbe65da8121dfbd39690c83c2e1ca6cb70c0087
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Reverted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants