• Home
  • Raw
  • Download

Lines Matching +full:repo +full:- +full:token

5 name: macos-arm64-binary-wheel
12 - nightly
15 # Release candidate tags look like: v1.11.0-rc1
16 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_wheel/*'
23 ALPINE_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine"
25 AWS_DEFAULT_REGION: us-east-1
26 BUILD_ENVIRONMENT: macos-arm64-binary-wheel
31 …group: macos-arm64-binary-wheel-${{ github.event.pull_request.number || github.ref_name }}-${{ git…
32 cancel-in-progress: true
35 wheel-py3_8-cpu-build:
37 runs-on: macos-14-xlarge
38 timeout-minutes: 240
49-cuda-nvrtc-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' | nvidia-c…
50 # For sccache access (only on non-forked PRs)
57 - name: Populate binary env
66 - name: Install conda and dependencies
68 …# Install conda, setup-miniconda messes with the path that messes with the ruby stuff we do later …
69 …curl --retry 3 --retry-all-errors -o "${RUNNER_TEMP}/conda.sh" "https://repo.anaconda.com/minicond…
71 /bin/bash "${RUNNER_TEMP}/conda.sh" -b -p "${RUNNER_TEMP}/anaconda"
73 if [ -d "/Applications/Xcode_14.3.1.app" ]; then
75 elif [ -d "/Applications/Xcode_13.3.1.app" ]; then
78 - name: Checkout PyTorch
79 uses: malfet/checkout@silent-checkout
83 quiet-checkout: true
84 - name: Clean PyTorch checkout
87 git clean -fxd
88 working-directory: pytorch
89 - name: Checkout pytorch/builder
90 uses: malfet/checkout@silent-checkout
96 quiet-checkout: true
97 - name: Clean pytorch/builder checkout
100 git clean -fxd
101 working-directory: builder
102 - name: Install sccache (only for non-forked PRs, and pushes to trunk)
103 uses: nick-fields/retry@v2.8.2
104 …if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.rep…
110 …sudo curl --retry 3 --retry-all-errors https://s3.amazonaws.com/ossci-macos/sccache_v2.15 --output…
112 echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}"
113 - name: Populate binary env
118 - name: Build PyTorch binary
123 - uses: actions/upload-artifact@v3
126 name: wheel-py3_8-cpu
127 retention-days: 14
128 if-no-files-found: error
130 wheel-py3_8-cpu-upload: # Uploading
133 id-token: write
135 needs: wheel-py3_8-cpu-build
144 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
146 build_name: wheel-py3_8-cpu
149 github-token: ${{ secrets.GITHUB_TOKEN }}
150 conda-pytorchbot-token: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
151 conda-pytorchbot-token-test: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
152 uses: ./.github/workflows/_binary-upload.yml
153 wheel-py3_9-cpu-build:
155 runs-on: macos-14-xlarge
156 timeout-minutes: 240
167-cuda-nvrtc-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' | nvidia-c…
168 # For sccache access (only on non-forked PRs)
175 - name: Populate binary env
184 - name: Install conda and dependencies
186 …# Install conda, setup-miniconda messes with the path that messes with the ruby stuff we do later …
187 …curl --retry 3 --retry-all-errors -o "${RUNNER_TEMP}/conda.sh" "https://repo.anaconda.com/minicond…
189 /bin/bash "${RUNNER_TEMP}/conda.sh" -b -p "${RUNNER_TEMP}/anaconda"
191 if [ -d "/Applications/Xcode_14.3.1.app" ]; then
193 elif [ -d "/Applications/Xcode_13.3.1.app" ]; then
196 - name: Checkout PyTorch
197 uses: malfet/checkout@silent-checkout
201 quiet-checkout: true
202 - name: Clean PyTorch checkout
205 git clean -fxd
206 working-directory: pytorch
207 - name: Checkout pytorch/builder
208 uses: malfet/checkout@silent-checkout
214 quiet-checkout: true
215 - name: Clean pytorch/builder checkout
218 git clean -fxd
219 working-directory: builder
220 - name: Install sccache (only for non-forked PRs, and pushes to trunk)
221 uses: nick-fields/retry@v2.8.2
222 …if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.rep…
228 …sudo curl --retry 3 --retry-all-errors https://s3.amazonaws.com/ossci-macos/sccache_v2.15 --output…
230 echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}"
231 - name: Populate binary env
236 - name: Build PyTorch binary
241 - uses: actions/upload-artifact@v3
244 name: wheel-py3_9-cpu
245 retention-days: 14
246 if-no-files-found: error
248 wheel-py3_9-cpu-upload: # Uploading
251 id-token: write
253 needs: wheel-py3_9-cpu-build
262 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
264 build_name: wheel-py3_9-cpu
267 github-token: ${{ secrets.GITHUB_TOKEN }}
268 conda-pytorchbot-token: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
269 conda-pytorchbot-token-test: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
270 uses: ./.github/workflows/_binary-upload.yml
271 wheel-py3_10-cpu-build:
273 runs-on: macos-14-xlarge
274 timeout-minutes: 240
285-cuda-nvrtc-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' | nvidia-c…
286 # For sccache access (only on non-forked PRs)
293 - name: Populate binary env
302 - name: Install conda and dependencies
304 …# Install conda, setup-miniconda messes with the path that messes with the ruby stuff we do later …
305 …curl --retry 3 --retry-all-errors -o "${RUNNER_TEMP}/conda.sh" "https://repo.anaconda.com/minicond…
307 /bin/bash "${RUNNER_TEMP}/conda.sh" -b -p "${RUNNER_TEMP}/anaconda"
309 if [ -d "/Applications/Xcode_14.3.1.app" ]; then
311 elif [ -d "/Applications/Xcode_13.3.1.app" ]; then
314 - name: Checkout PyTorch
315 uses: malfet/checkout@silent-checkout
319 quiet-checkout: true
320 - name: Clean PyTorch checkout
323 git clean -fxd
324 working-directory: pytorch
325 - name: Checkout pytorch/builder
326 uses: malfet/checkout@silent-checkout
332 quiet-checkout: true
333 - name: Clean pytorch/builder checkout
336 git clean -fxd
337 working-directory: builder
338 - name: Install sccache (only for non-forked PRs, and pushes to trunk)
339 uses: nick-fields/retry@v2.8.2
340 …if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.rep…
346 …sudo curl --retry 3 --retry-all-errors https://s3.amazonaws.com/ossci-macos/sccache_v2.15 --output…
348 echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}"
349 - name: Populate binary env
354 - name: Build PyTorch binary
359 - uses: actions/upload-artifact@v3
362 name: wheel-py3_10-cpu
363 retention-days: 14
364 if-no-files-found: error
366 wheel-py3_10-cpu-upload: # Uploading
369 id-token: write
371 needs: wheel-py3_10-cpu-build
380 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
382 build_name: wheel-py3_10-cpu
385 github-token: ${{ secrets.GITHUB_TOKEN }}
386 conda-pytorchbot-token: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
387 conda-pytorchbot-token-test: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
388 uses: ./.github/workflows/_binary-upload.yml
389 wheel-py3_11-cpu-build:
391 runs-on: macos-14-xlarge
392 timeout-minutes: 240
403-cuda-nvrtc-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' | nvidia-c…
404 # For sccache access (only on non-forked PRs)
411 - name: Populate binary env
420 - name: Install conda and dependencies
422 …# Install conda, setup-miniconda messes with the path that messes with the ruby stuff we do later …
423 …curl --retry 3 --retry-all-errors -o "${RUNNER_TEMP}/conda.sh" "https://repo.anaconda.com/minicond…
425 /bin/bash "${RUNNER_TEMP}/conda.sh" -b -p "${RUNNER_TEMP}/anaconda"
427 if [ -d "/Applications/Xcode_14.3.1.app" ]; then
429 elif [ -d "/Applications/Xcode_13.3.1.app" ]; then
432 - name: Checkout PyTorch
433 uses: malfet/checkout@silent-checkout
437 quiet-checkout: true
438 - name: Clean PyTorch checkout
441 git clean -fxd
442 working-directory: pytorch
443 - name: Checkout pytorch/builder
444 uses: malfet/checkout@silent-checkout
450 quiet-checkout: true
451 - name: Clean pytorch/builder checkout
454 git clean -fxd
455 working-directory: builder
456 - name: Install sccache (only for non-forked PRs, and pushes to trunk)
457 uses: nick-fields/retry@v2.8.2
458 …if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.rep…
464 …sudo curl --retry 3 --retry-all-errors https://s3.amazonaws.com/ossci-macos/sccache_v2.15 --output…
466 echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}"
467 - name: Populate binary env
472 - name: Build PyTorch binary
477 - uses: actions/upload-artifact@v3
480 name: wheel-py3_11-cpu
481 retention-days: 14
482 if-no-files-found: error
484 wheel-py3_11-cpu-upload: # Uploading
487 id-token: write
489 needs: wheel-py3_11-cpu-build
498 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
500 build_name: wheel-py3_11-cpu
503 github-token: ${{ secrets.GITHUB_TOKEN }}
504 conda-pytorchbot-token: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
505 conda-pytorchbot-token-test: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
506 uses: ./.github/workflows/_binary-upload.yml
507 wheel-py3_12-cpu-build:
509 runs-on: macos-14-xlarge
510 timeout-minutes: 240
521-cuda-nvrtc-cu12==12.1.105; platform_system == 'Linux' and platform_machine == 'x86_64' | nvidia-c…
522 # For sccache access (only on non-forked PRs)
529 - name: Populate binary env
538 - name: Install conda and dependencies
540 …# Install conda, setup-miniconda messes with the path that messes with the ruby stuff we do later …
541 …curl --retry 3 --retry-all-errors -o "${RUNNER_TEMP}/conda.sh" "https://repo.anaconda.com/minicond…
543 /bin/bash "${RUNNER_TEMP}/conda.sh" -b -p "${RUNNER_TEMP}/anaconda"
545 if [ -d "/Applications/Xcode_14.3.1.app" ]; then
547 elif [ -d "/Applications/Xcode_13.3.1.app" ]; then
550 - name: Checkout PyTorch
551 uses: malfet/checkout@silent-checkout
555 quiet-checkout: true
556 - name: Clean PyTorch checkout
559 git clean -fxd
560 working-directory: pytorch
561 - name: Checkout pytorch/builder
562 uses: malfet/checkout@silent-checkout
568 quiet-checkout: true
569 - name: Clean pytorch/builder checkout
572 git clean -fxd
573 working-directory: builder
574 - name: Install sccache (only for non-forked PRs, and pushes to trunk)
575 uses: nick-fields/retry@v2.8.2
576 …if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.rep…
582 …sudo curl --retry 3 --retry-all-errors https://s3.amazonaws.com/ossci-macos/sccache_v2.15 --output…
584 echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}"
585 - name: Populate binary env
590 - name: Build PyTorch binary
595 - uses: actions/upload-artifact@v3
598 name: wheel-py3_12-cpu
599 retention-days: 14
600 if-no-files-found: error
602 wheel-py3_12-cpu-upload: # Uploading
605 id-token: write
607 needs: wheel-py3_12-cpu-build
616 DOCKER_IMAGE: pytorch/manylinux-builder:cpu-2.4
618 build_name: wheel-py3_12-cpu
621 github-token: ${{ secrets.GITHUB_TOKEN }}
622 conda-pytorchbot-token: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
623 conda-pytorchbot-token-test: ${{ secrets.CONDA_PYTORCHBOT_TOKEN_TEST }}
624 uses: ./.github/workflows/_binary-upload.yml