pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
2.2k stars 368 forks source link

Trigger wheel builds when modifying setup.py or pyproject.toml #7017

Open dbort opened 12 hours ago

dbort commented 12 hours ago

These two files are the core of the wheel configs, so it makes sense to try building wheels when they change.

Sort the path entries now that the list is getting longer.

pytorch-bot[bot] commented 12 hours ago

:link: Helpful Links

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

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

:heavy_exclamation_mark: 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

:x: 8 New Failures, 1 Unrelated Failure

As of commit a4b9b8f4f1816a518f2166a28ca55b948d13e586 with merge base 71612a6b07d1a7224ffb65e5768a083163725944 (image):

NEW FAILURES - The following jobs have failed:

* [pull / test-llama-runner-linux (bf16, custom) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344152227) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344152227)) `RuntimeError: Command docker exec -t dcd1de33ebc628302f8bd892f39dbd5ac5492f54f135d7a2e8eb4f39b6cf5629 /exec failed with exit code 1` * [pull / test-llama-runner-linux (bf16, portable) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344152872) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344152872)) `RuntimeError: Command docker exec -t afd8ff6f43b6baacd2143a219115797d12447e82b83a82074c5b6a05b8761e99 /exec failed with exit code 1` * [pull / test-llama-runner-linux (fp32, portable) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344153382) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344153382)) `RuntimeError: Command docker exec -t 16fe7f67b18794d3ea72e201e869e2e22c4d67d547f1b5ea986d8400d04e31ea /exec failed with exit code 1` * [pull / test-llama-runner-linux (fp32, xnnpack+custom) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344153152) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344153152)) `RuntimeError: Command docker exec -t 60c90b525eabc2af90c4a7439ca27b2606c61f7d5688913c02dd063657edc173 /exec failed with exit code 1` * [pull / test-llama-runner-linux (fp32, xnnpack+custom+qe) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344154618) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344154618)) `RuntimeError: Command docker exec -t ea7eed32e42d3c3eca112a4fe3b800e45658b23037b3898b402595a3fee2806a /exec failed with exit code 1` * [pull / test-llama-runner-qnn-linux (fp32, qnn) / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344156902) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344156902)) `RuntimeError: Command docker exec -t a740458b846de1ee2c665efa17df6b1499c0bda916eca91fe99a218ab70e871d /exec failed with exit code 1` * [pull / test-llava-runner-linux / linux-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344155275) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344155275)) `test_prefill_logits` * [pull / unittest / macos / macos-job](https://hud.pytorch.org/pr/pytorch/executorch/7017#33344157934) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348801/job/33344157934)) `##[error]fatal: unable to access 'https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver/': Failed to connect to review.mlplatform.org port 443 after 10 ms: Couldn't connect to server`

UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:

* [Build Linux Wheels / pytorch/executorch / upload / manywheel-py3_9-cpu](https://hud.pytorch.org/pr/pytorch/executorch/7017#33345827546) ([gh](https://github.com/pytorch/executorch/actions/runs/11960348791/job/33345827546)) ([#4308](https://hud.pytorch.org/pytorch/executorch/issues/4308)) `##[error]Unable to find any artifacts for the associated workflow`

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

swolchok commented 11 hours ago

looks like you need to rebase; test-llama-runner-linux is green on HUD