-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Make sure we are building against test channel for release #6168
Conversation
.github/workflows/test-m1.yml
Outdated
tags: | ||
# NOTE: Binary build pipelines should only get triggered on release candidate builds | ||
# Release candidate tags look like: v1.11.0-rc1 | ||
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ |
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.
Why not just add - release/*
branches to the list? I.e. as tags must point to commits on release/
branch, tagged tests would be no different then regular CI for pushes to the branch?
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.
Done
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.
No, it's not (tags are still there)
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.
Sorry I misunderstood your first comment, added the release branch but thought we still need tests on rc
.github/workflows/test-m1.yml
Outdated
tags: | ||
# NOTE: Binary build pipelines should only get triggered on release candidate builds | ||
# Release candidate tags look like: v1.11.0-rc1 | ||
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ |
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.
No, it's not (tags are still there)
Hey @atalman! 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 |
…6168) * Make sure we are building against test chanell for release * Cleanup * Cleanup * Refactoring logic * Remove tagged tests
Summary: Making sure we are picking correct release branch Ref: pytorch/vision#6168 Pull Request resolved: #2489 Reviewed By: mthrok Differential Revision: D37160145 Pulled By: atalman fbshipit-source-id: 3e4a2208cbe47f85147573159f9adb8d6a824956
Summary: Making sure we are picking correct release branch Ref: pytorch/vision#6168 Pull Request resolved: pytorch#2489 Reviewed By: mthrok Differential Revision: D37160145 Pulled By: atalman fbshipit-source-id: 3e4a2208cbe47f85147573159f9adb8d6a824956
Summary: Making sure we are picking correct release branch Ref: pytorch/vision#6168 Pull Request resolved: pytorch#2489 Reviewed By: mthrok Differential Revision: D37160145 Pulled By: atalman fbshipit-source-id: 3e4a2208cbe47f85147573159f9adb8d6a824956
* Making sure we are picking correct release branch (#2489) Summary: Making sure we are picking correct release branch Ref: pytorch/vision#6168 Pull Request resolved: #2489 Reviewed By: mthrok Differential Revision: D37160145 Pulled By: atalman fbshipit-source-id: 3e4a2208cbe47f85147573159f9adb8d6a824956 * Fix push on release reference name (#2492) Summary: Fix push on release reference name We want to compare it against refs/heads/release rather then release Tests: atalman/vision@af17cd9 Sets correctly release chanell (wheels): https://github.com/atalman/vision/runs/6901327010?check_suite_focus=true Pull Request resolved: #2492 Reviewed By: hwangjeff Differential Revision: D37174090 Pulled By: atalman fbshipit-source-id: e114972935572a701eb7daff429a0df0ed5a75e4 * Fix typo in release build step (#2495) Summary: Fix typo in release build step Pull Request resolved: #2495 Reviewed By: hwangjeff Differential Revision: D37176695 Pulled By: atalman fbshipit-source-id: 37b4e30c1084e506f3a45cf7427784c955868909 * Making sure channel flag is set correctly
…ytorch#6168) Summary: * Make sure we are building against test chanell for release * Cleanup * Cleanup * Refactoring logic * Remove tagged tests Differential Revision: D37212663 fbshipit-source-id: 22c4f1d3892fc9b47b17335e5130b84b14911190
…6168) Summary: * Make sure we are building against test chanell for release * Cleanup * Cleanup * Refactoring logic * Remove tagged tests Reviewed By: datumbox Differential Revision: D37212663 fbshipit-source-id: 002dc90a219934439bf3c06c252b310aef6f22e6
Make sure we are building against test channel when opening PRs against release
Testing in this PR: #6167