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

Use @release/2.5 instead of @main for CI jobs #8646

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

kit1980
Copy link
Member

@kit1980 kit1980 commented Sep 12, 2024

for i in .github/workflows/*.yml; do sed -i -e s#@main#@release/2.5# $i; done

find . | grep .yml | xargs sed -i "s/test-infra-ref: main/test-infra-ref: release\/2.5/g"

Copy link

pytorch-bot bot commented Sep 12, 2024

🔗 Helpful Links

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

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

✅ You can merge normally! (6 Unrelated Failures)

As of commit b7e8906 with merge base db5f8a0 (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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

@atalman atalman merged commit 4a94962 into release/0.20 Sep 12, 2024
72 of 83 checks passed
@atalman atalman deleted the sdym/2.5-release-only branch September 12, 2024 15:03
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