Skip to content

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

Open
@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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions