-
Notifications
You must be signed in to change notification settings - Fork 652
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
Set release version and base PyTorch version for 1.11 pytorch release #2210
Conversation
fi | ||
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV} | ||
# Hardcoded for release branch | ||
echo "export UPLOAD_CHANNEL=test" >> ${BASH_ENV} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we on the release branch, why is this change required ? It should automatically use test, correct ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to @mthrok : Even though UPLOAD_CHANNEL is set to test if the branch name is release/*, when you are making a PR against the release branch, the value of CIRCLE_BRANCH is something like pr/XXX, and the CI jobs of PRs against release branches use nightly builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct. We need this for invoking signal for CI like. CicleCI's spec could have changed but it's safe to hard code this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it! Thanks for explanation.
close and re-open to trigger the tests. |
Ppdate circle ci torchaudio/pytorch versions for release