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] Fix builder ref for release, linux only #86904

Merged
merged 1 commit into from Oct 13, 2022

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Oct 13, 2022

Release only change, this fixes builder checkout step for linux builds. To checkout from release branch rather then main.
Ref: https://github.com/pytorch/pytorch/actions/runs/3207520081/jobs/5242480748

Determining the default branch
  Retrieving the default branch name
  Default branch 'main'
Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
  remote: Enumerating objects: 283, done.    

In this PR:

Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/release/1.13*:refs/remotes/origin/release/1.13* +refs/tags/release/1.13*:refs/tags/release/1.13*

This is follow up PR of: #86484

@atalman atalman requested a review from a team as a code owner October 13, 2022 14:56
@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Oct 13, 2022
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 13, 2022

🔗 Helpful Links

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

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

❌ 1 Failures, 1 Pending

As of commit 0973921:

The following jobs have failed:

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

@atalman atalman added ciflow/binaries_conda Trigger binary build and upload jobs for conda on the PR ciflow/trunk Trigger trunk jobs on your pull request labels Oct 13, 2022
Copy link
Contributor

@weiwangmeta weiwangmeta left a comment

Choose a reason for hiding this comment

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

Looks good!

@atalman atalman merged commit f65ac2a into pytorch:release/1.13 Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/binaries_conda Trigger binary build and upload jobs for conda on the PR ciflow/trunk Trigger trunk jobs on your pull request topic: not user facing topic category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants