pytorch / test-infra

This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
https://hud.pytorch.org/
Other
83 stars 83 forks source link

Use Manylinux Docker image for linux job #5867

Closed atalman closed 1 month ago

atalman commented 1 month ago

Use pytorch/manylinux-builder as default image.

I believe the two secrets failures are expected on PR. Here is another example: https://github.com/pytorch/test-infra/actions/runs/11408487659/job/31746765207?pr=5786

vercel[bot] commented 1 month ago

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

seemethere commented 1 month ago

We can also replace the base conda install with a miniforge install similar to what we did in https://github.com/pytorch/pytorch/pull/134274