Skip to content
Snippets Groups Projects
Commit 1079b9a7 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

seriously

parent a34a1815
No related branches found
No related tags found
No related merge requests found
...@@ -169,8 +169,7 @@ exts_list = [ ...@@ -169,8 +169,7 @@ exts_list = [
'source_urls': ['https://github.com/tensorflow/tensorflow/archive/'], 'source_urls': ['https://github.com/tensorflow/tensorflow/archive/'],
'test_script': 'TensorFlow-2.x_mnist-test.py', 'test_script': 'TensorFlow-2.x_mnist-test.py',
'test_tag_filters_cpu': '-gpu,-tpu,-no_cuda_on_cpu_tap,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only', 'test_tag_filters_cpu': '-gpu,-tpu,-no_cuda_on_cpu_tap,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only',
'test_tag_filters_gpu': 'gpu,-no_gpu,-nogpu,-gpu_cupti,\ 'test_tag_filters_gpu': "gpu,-no_gpu,-nogpu,-gpu_cupti, -no_cuda11,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only",
-no_cuda11,-no_pip,-no_oss,-oss_serial,-benchmark-test,-v1only',
'test_targets': [ 'test_targets': [
'//tensorflow/core/...', '//tensorflow/core/...',
'-//tensorflow/core:example_java_proto', '-//tensorflow/core:example_java_proto',
...@@ -191,8 +190,7 @@ exts_list = [ ...@@ -191,8 +190,7 @@ exts_list = [
'-//tensorflow/core/ir/importexport/tests/roundtrip/...', '-//tensorflow/core/ir/importexport/tests/roundtrip/...',
], ],
'testopts': "--test_timeout=3600 --test_size_filters=small", 'testopts': "--test_timeout=3600 --test_size_filters=small",
'testopts_gpu': "--test_timeout=3600 --test_size_filters=small \ 'testopts_gpu': "--test_timeout=3600 --test_size_filters=small --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute",
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute",
'with_xla': True, 'with_xla': True,
'checksums': [ 'checksums': [
{'v2.11.0.tar.gz': '99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48'}, {'v2.11.0.tar.gz': '99c732b92b1b37fc243a559e02f9aef5671771e272758aa4aec7f34dc92dac48'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment