Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

[BE] Migration of Builder Repository to pytorch/pytorch and pytorch/test-infra repository #2054

@atalman

Description

@atalman

Our Nightly and Release pipeline spread over 3 repositories: pytorch/pytorch, pytorch/builder and pytorch/test-infra .This creates maintenance overhead and following issues:

  • Builder Repo Changes are not getting tested by PyTorch CI on PR. To test these changes developer need to open special PR against Pytorch/Pytorch poining to his builder fork. This makes it extremely difficult to test changes to builder repo
  • Changes to Docker builds can't be tested.
  • During Pytorch Release process we perform branch cut and cherry-picking to builder repo, not only pytorch/pytorch

Hence to solve these issues we are working on Moving all Build and Test Scripts for pytorch binary to pytorch/pytorch
All Validation and analytics scripts to pytorch/test-infra repository.

Following Work Has been Completed:

Please note: If you intend to add or modify PyTorch build or test scripts please do it directly in pytorch/pytorch repository

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions