Get ARC jobs to run on both classic and ARC infra#124753
Get ARC jobs to run on both classic and ARC infra#124753
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/124753
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e939c10 with merge base c82fcb7 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
How are these actually marked as unstable? |
They're not marked as unstable yet (I'll make sure that happens before merging this PR) I'm currently looking into how exactly that part is done. It'll be one of the following:
|
I'd suggest to just put the jobs into unstable.yml from the beginning. |
Yeah, that makes sense for now while we know the jobs don't work too well. When we have more faith in ARC and it's time to properly enable the jobs in prod again we can switch to using issues as part of a deployment plan |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
ARC jobs are too unstable right now. We're going to mitigate this by: - Reverting ARC jobs to run on the classic infra (pytorch#124748) - Spin up new jobs in parallel to run on the new infra. (this PR) - Mark these ARC jobs as unstable (will be done before merging this PR) More details in pytorch/ci-infra#149 Pull Request resolved: pytorch#124753 Approved by: https://github.com/zxiiro, https://github.com/seemethere
ARC jobs are too unstable right now.
We're going to mitigate this by:
More details in pytorch/ci-infra#149