mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-01 04:54:55 +08:00
Move bazel back to pull (#93867)
Fixes #ISSUE_NUMBER Revert of https://github.com/pytorch/pytorch/pull/93296 but in a new PR b/c xla was already put back in https://github.com/pytorch/pytorch/pull/93334 Pull Request resolved: https://github.com/pytorch/pytorch/pull/93867 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
6fe234ecc4
commit
e80af53bf0
7
.github/workflows/pull.yml
vendored
7
.github/workflows/pull.yml
vendored
@ -290,6 +290,13 @@ jobs:
|
||||
{ config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" },
|
||||
]}
|
||||
|
||||
linux-bionic-cuda11_6-py3_10-gcc7-bazel-test:
|
||||
name: linux-bionic-cuda11.6-py3.10-gcc7-bazel-test
|
||||
uses: ./.github/workflows/_bazel-build-test.yml
|
||||
with:
|
||||
build-environment: linux-bionic-cuda11.6-py3.10-gcc7-bazel-test
|
||||
docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7
|
||||
|
||||
linux-focal-py3-clang7-android-ndk-r19c-gradle-custom-build-single:
|
||||
name: linux-focal-py3-clang7-android-ndk-r19c-gradle-custom-build-single
|
||||
uses: ./.github/workflows/_android-build-test.yml
|
||||
|
||||
7
.github/workflows/unstable.yml
vendored
7
.github/workflows/unstable.yml
vendored
@ -31,10 +31,3 @@ jobs:
|
||||
echo
|
||||
echo "Once the jobs are deemed stable enough (% red signal < 20% and TTS < 3h),"
|
||||
echo " they can graduate and move back to pull or trunk."
|
||||
|
||||
linux-bionic-cuda11_6-py3_10-gcc7-bazel-test:
|
||||
name: linux-bionic-cuda11.6-py3.10-gcc7-bazel-test
|
||||
uses: ./.github/workflows/_bazel-build-test.yml
|
||||
with:
|
||||
build-environment: linux-bionic-cuda11.6-py3.10-gcc7-bazel-test
|
||||
docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7
|
||||
|
||||
Reference in New Issue
Block a user