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

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/8646

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

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

As of commit b7e89060244a88f94392fba3b63bc3bf27d397f3 with merge base db5f8a00f74a39233ee00d7549e837c6b205b9de (image):

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

* [Build Linux Wheels / pytorch/vision / upload / manywheel-py3_8-xpu](https://hud.pytorch.org/pr/pytorch/vision/8646#30028477711) ([gh](https://github.com/pytorch/vision/actions/runs/10823043736/job/30028477711)) (detected as infra flaky with no log or failing log classifier) * [Build Windows Conda / pytorch/vision / upload / conda-py3_8-cpu](https://hud.pytorch.org/pr/pytorch/vision/8646#30029469109) ([gh](https://github.com/pytorch/vision/actions/runs/10823043719/job/30029469109)) (detected as infra flaky with no log or failing log classifier) * [Build Windows Conda / pytorch/vision / upload / conda-py3_8-cuda11_8](https://hud.pytorch.org/pr/pytorch/vision/8646#30029469236) ([gh](https://github.com/pytorch/vision/actions/runs/10823043719/job/30029469236)) (detected as infra flaky with no log or failing log classifier) * [Build Windows Conda / pytorch/vision / upload / conda-py3_8-cuda12_1](https://hud.pytorch.org/pr/pytorch/vision/8646#30029469364) ([gh](https://github.com/pytorch/vision/actions/runs/10823043719/job/30029469364)) (detected as infra flaky with no log or failing log classifier) * [Build Windows Conda / pytorch/vision / upload / conda-py3_8-cuda12_4](https://hud.pytorch.org/pr/pytorch/vision/8646#30029469486) ([gh](https://github.com/pytorch/vision/actions/runs/10823043719/job/30029469486)) (detected as infra flaky with no log or failing log classifier)

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

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

* [Tests / unittests-windows (3.9, windows.g5.4xlarge.nvidia.gpu, cuda, 11.8) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8646#30030354909) ([gh](https://github.com/pytorch/vision/actions/runs/10823043735/job/30030354909)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/db5f8a00f74a39233ee00d7549e837c6b205b9de#30017375762)) `AttributeError: '_OpNamespace' 'image' object has no attribute '_jpeg_version'`

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