mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CI][treehug] Disable xenial_py2.7 tests due to mypy min version py3.5
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/33159 Test Plan: Imported from OSS Differential Revision: D19822400 Pulled By: IvanKobzarev fbshipit-source-id: 8e7b561e6a6181ec1f9b6f56a539ddcb538b3858
This commit is contained in:
committed by
Facebook Github Bot
parent
495c1df510
commit
d672779339
@ -4,8 +4,8 @@ from cimodel.lib.conf_tree import ConfigNode, X, XImportant
|
||||
CONFIG_TREE_DATA = [
|
||||
("xenial", [
|
||||
(None, [
|
||||
XImportant("2.7.9"),
|
||||
X("2.7"),
|
||||
# XImportant("2.7.9"),
|
||||
# X("2.7"),
|
||||
XImportant("3.5"), # Not run on all PRs, but should be included on [test all]
|
||||
X("nightly"),
|
||||
]),
|
||||
|
@ -1733,44 +1733,6 @@ workflows:
|
||||
- setup
|
||||
- pytorch_windows_build
|
||||
- setup
|
||||
- pytorch_linux_build:
|
||||
name: pytorch_linux_xenial_py2_7_9_build
|
||||
requires:
|
||||
- setup
|
||||
build_environment: "pytorch-linux-xenial-py2.7.9-build"
|
||||
docker_image: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py2.7.9:07597f23-fa81-474c-8bef-5c8a91b50595"
|
||||
- pytorch_linux_test:
|
||||
name: pytorch_linux_xenial_py2_7_9_test
|
||||
requires:
|
||||
- setup
|
||||
- pytorch_linux_xenial_py2_7_9_build
|
||||
build_environment: "pytorch-linux-xenial-py2.7.9-test"
|
||||
docker_image: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py2.7.9:07597f23-fa81-474c-8bef-5c8a91b50595"
|
||||
resource_class: large
|
||||
- pytorch_linux_build:
|
||||
name: pytorch_linux_xenial_py2_7_build
|
||||
requires:
|
||||
- setup
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /ci-all\/.*/
|
||||
build_environment: "pytorch-linux-xenial-py2.7-build"
|
||||
docker_image: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py2.7:07597f23-fa81-474c-8bef-5c8a91b50595"
|
||||
- pytorch_linux_test:
|
||||
name: pytorch_linux_xenial_py2_7_test
|
||||
requires:
|
||||
- setup
|
||||
- pytorch_linux_xenial_py2_7_build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /ci-all\/.*/
|
||||
build_environment: "pytorch-linux-xenial-py2.7-test"
|
||||
docker_image: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-py2.7:07597f23-fa81-474c-8bef-5c8a91b50595"
|
||||
resource_class: large
|
||||
- pytorch_linux_build:
|
||||
name: pytorch_linux_xenial_py3_5_build
|
||||
requires:
|
||||
|
Reference in New Issue
Block a user