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:
Catherine Lee
2023-02-01 18:58:31 +00:00
committed by PyTorch MergeBot
parent 6fe234ecc4
commit e80af53bf0
2 changed files with 7 additions and 7 deletions

View File

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

View File

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