pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.26k stars 6.96k forks source link

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

Closed kit1980 closed 2 months ago

kit1980 commented 2 months ago
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"
pytorch-bot[bot] commented 2 months ago

:link: Helpful Links

:test_tube: 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.

:white_check_mark: You can merge normally! (7 Unrelated Failures)

As of commit 9a7e819d5e70ceca8bd54136c2fd53c51c274304 with merge base db5f8a00f74a39233ee00d7549e837c6b205b9de (image):

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

* [Tests / unittests-windows (3.12, windows.4xlarge, cpu) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8643#30017499092) ([gh](https://github.com/pytorch/vision/actions/runs/10818628694/job/30017499092)) (detected as infra flaky with no log or failing log classifier) * [Tests / unittests-windows (3.9, windows.4xlarge, cpu) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8643#30017499398) ([gh](https://github.com/pytorch/vision/actions/runs/10818628694/job/30017499398)) (detected as infra flaky with no log or failing log classifier) * [Tests / unittests-windows (3.9, windows.g5.4xlarge.nvidia.gpu, cuda, 11.8) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8643#30017499691) ([gh](https://github.com/pytorch/vision/actions/runs/10818628694/job/30017499691)) (detected as infra flaky with no log or failing log classifier)

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

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

* [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cpu](https://hud.pytorch.org/pr/pytorch/vision/8643#30016037568) ([gh](https://github.com/pytorch/vision/actions/runs/10818628685/job/30016037568)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/db5f8a00f74a39233ee00d7549e837c6b205b9de#30015858090)) * [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cuda11_8](https://hud.pytorch.org/pr/pytorch/vision/8643#30016037884) ([gh](https://github.com/pytorch/vision/actions/runs/10818628685/job/30016037884)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/db5f8a00f74a39233ee00d7549e837c6b205b9de#30015858782)) * [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cuda12_1](https://hud.pytorch.org/pr/pytorch/vision/8643#30016038169) ([gh](https://github.com/pytorch/vision/actions/runs/10818628685/job/30016038169)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/db5f8a00f74a39233ee00d7549e837c6b205b9de#30015859125)) * [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cuda12_4](https://hud.pytorch.org/pr/pytorch/vision/8643#30016038423) ([gh](https://github.com/pytorch/vision/actions/runs/10818628685/job/30016038423)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/db5f8a00f74a39233ee00d7549e837c6b205b9de#30015859433))

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

github-actions[bot] commented 2 months ago

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