From d78595d333c9b5c8a0705ba6852c08b107d6c462 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 29 Sep 2018 00:59:02 -0700 Subject: Make cuda_py_test create a gpu and cpu target. Currently, we run tests on machines with GPUs based on the "gpu" tag, and the tests automatically adapt to whether a GPU is available. Creating two targets, one tagged with "gpu" and one not, will make us run the tests in both modes. PiperOrigin-RevId: 215045035 --- tensorflow/tools/pip_package/pip_smoke_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/tools') diff --git a/tensorflow/tools/pip_package/pip_smoke_test.py b/tensorflow/tools/pip_package/pip_smoke_test.py index c6ef82ccdc..e7f9628fa6 100644 --- a/tensorflow/tools/pip_package/pip_smoke_test.py +++ b/tensorflow/tools/pip_package/pip_smoke_test.py @@ -142,7 +142,7 @@ def main(): missing_dependencies = [] # File extensions and endings to ignore - ignore_extensions = ["_test", "_test.py"] + ignore_extensions = ["_test", "_test.py", "_test_gpu", "_test_gpu.py"] ignored_files = 0 blacklisted_files = len(BLACKLIST) -- cgit v1.2.3