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 #8643

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

kit1980
Copy link
Member

@kit1980 kit1980 commented Sep 11, 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 11, 2024

🔗 Helpful Links

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

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

✅ You can merge normally! (7 Unrelated Failures)

As of commit 9a7e819 with merge base db5f8a0 (image):

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

BROKEN TRUNK - The following jobs 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.

Copy link
Contributor

@atalman atalman left a comment

Choose a reason for hiding this comment

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

lgtm

@kit1980 kit1980 merged commit dfdcd94 into main Sep 11, 2024
57 of 64 checks passed
Copy link

Hey @kit1980!

You merged this PR, but no labels were added.
The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

atalman added a commit that referenced this pull request Sep 12, 2024
atalman pushed a commit to atalman/vision that referenced this pull request Sep 12, 2024
facebook-github-bot pushed a commit that referenced this pull request Sep 13, 2024
Reviewed By: vmoens

Differential Revision: D62581683

fbshipit-source-id: 5c6c2a8d466b8f299e653de5c0b60bb1eb8ada7c
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