Skip to content

Commit fd52c17

Browse files
committed
[NO COMMIT] Test PR for pytorch/builder#1264
1 parent e67f5ab commit fd52c17

20 files changed

+687
-685
lines changed

.github/templates/common.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
# NOTE: If testing pytorch/builder changes you can change this variable to change what pytorch/builder reference
99
# the binary builds will check out
10-
{%- set builder_branch = "main" -%}
10+
{%- set builder_repo = "dzhulgakov/pytorch-builder" -%}
11+
{%- set builder_branch = "better-test-install" -%}
1112

1213
{%- macro concurrency(build_environment) -%}
1314
concurrency:

.github/templates/linux_binary_build_workflow.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: !{{ config["build_name"] }}
8989
path: "${{ runner.temp }}/artifacts/"
9090
!{{ common.checkout(deep_clone=False, directory="pytorch") }}
91-
!{{ common.checkout(deep_clone=False, directory="builder", repository="pytorch/builder", branch=common.builder_branch) }}
91+
!{{ common.checkout(deep_clone=False, directory="builder", repository=common.builder_repo, branch=common.builder_branch) }}
9292
- name: ROCm set GPU_FLAG
9393
run: |
9494
echo "GPU_FLAG=--device=/dev/mem --device=/dev/kfd --device=/dev/dri --group-add video --group-add daemon" >> "${GITHUB_ENV}"

.github/templates/macos_binary_build_workflow.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "${RUNNER_TEMP}/anaconda/bin" >> "${GITHUB_PATH}"
7676
echo "DEVELOPER_DIR=/Applications/Xcode_13.3.1.app/Contents/Developer" >> "${GITHUB_ENV}"
7777
!{{ common.checkout(deep_clone=False, directory="pytorch") }}
78-
!{{ common.checkout(deep_clone=False, directory="builder", repository="pytorch/builder", branch=common.builder_branch) }}
78+
!{{ common.checkout(deep_clone=False, directory="builder", repository=common.builder_repo, branch=common.builder_branch) }}
7979
- name: Install sccache (only for non-forked PRs, and pushes to trunk)
8080
uses: nick-fields/[email protected]
8181
if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }}

.github/templates/windows_binary_build_workflow.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
!{{ common.setup_ec2_windows() }}
6464
!{{ set_runner_specific_vars() }}
6565
!{{ common.checkout(deep_clone=False, directory="pytorch") }}
66-
!{{ common.checkout(deep_clone=False, directory="builder", repository="pytorch/builder", branch=common.builder_branch) }}
66+
!{{ common.checkout(deep_clone=False, directory="builder", repository=common.builder_repo, branch=common.builder_branch) }}
6767
- name: Populate binary env
6868
shell: bash
6969
run: |
@@ -99,7 +99,7 @@ jobs:
9999
name: !{{ config["build_name"] }}
100100
path: "${{ env.PYTORCH_FINAL_PACKAGE_DIR }}"
101101
!{{ common.checkout(deep_clone=False, directory="pytorch") }}
102-
!{{ common.checkout(deep_clone=False, directory="builder", repository="pytorch/builder", branch=common.builder_branch) }}
102+
!{{ common.checkout(deep_clone=False, directory="builder", repository=common.builder_repo, branch=common.builder_branch) }}
103103
- name: Populate binary env
104104
shell: bash
105105
run: |

.github/touch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3

.github/workflows/generated-linux-binary-libtorch-cxx11-abi-nightly.yml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-libtorch-pre-cxx11-nightly.yml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-manywheel-nightly.yml

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)