pytorch / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
https://pytorch.org
Other
78.74k stars 21.24k forks source link

Workflow for uploading additional test stats on workflow dispatch #126080

Closed clee2000 closed 6 days ago

clee2000 commented 1 week ago

This kind of an experiment for uploading test stats during the run, and also for test dashboard stuff so it can re calculate the info

Add workflow that is callable via workflow dispatch for uploading additional test stats Adds script that only calculates the additional info

pytorch-bot[bot] commented 1 week ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/126080

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

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

As of commit 0292a2581608df7435965edee93ed17646c48212 with merge base 8f27c7f181f05ecac5f1948dc070d7781d3da137 (image):

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

* [pull / linux-focal-cuda12.1-py3.10-gcc9 / test (default, 1, 5, linux.4xlarge.nvidia.gpu)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24910254326) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24910254326)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-cuda12.1-py3.10-gcc9-sm86 / test (default, 1, 5, linux.g5.4xlarge.nvidia.gpu)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24910852970) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24910852970)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.11-clang10 / test (default, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909832000) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909832000)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.11-clang10 / test (dynamo, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909833781) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909833781)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.12-clang10 / test (default, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909752858) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909752858)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.12-clang10 / test (dynamo, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909753929) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909753929)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.8-clang10 / test (default, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909840078) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909840078)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-focal-py3.8-clang10 / test (dynamo, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909841879) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909841879)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface` * [pull / linux-jammy-py3.8-gcc11 / test (default, 1, 3, linux.2xlarge)](https://hud.pytorch.org/pr/pytorch/pytorch/126080#24909867235) ([gh](https://github.com/pytorch/pytorch/actions/runs/9066380753/job/24909867235)) (disabled by [#104012](https://hud.pytorch.org/pytorch/pytorch/issues/104012) but the issue was closed recently and a rebase is needed to make it pass) `test_fx.py::TestFXAPIBackwardCompatibility::test_public_api_surface`

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

clee2000 commented 6 days ago

@pytorchbot merge -f "no trunk needed"

pytorchmergebot commented 6 days ago

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging Check the merge workflow status here