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.4 instead of @main for CI jobs #8490

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Jun 13, 2024

for i in .github/workflows/*.yml; do sed -i -e s#@main#@release/2.4# $i; done
find . | grep .yml | xargs sed -i "s/test-infra-ref: main/test-infra-ref: release\/2.4/g"

Copy link

pytorch-bot bot commented Jun 13, 2024

🔗 Helpful Links

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

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

❌ 19 New Failures

As of commit e04912f with merge base 143d078 (image):

NEW FAILURES - The following jobs have failed:

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

@atalman atalman merged commit f44f20c into pytorch:release/0.19 Jun 13, 2024
51 of 74 checks passed
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.

3 participants