mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Enable import_api_packages_test on windows builds.
PiperOrigin-RevId: 734224078
This commit is contained in:
committed by
TensorFlower Gardener
parent
13c76cafd0
commit
55f1ab5228
4
.bazelrc
4
.bazelrc
@@ -802,7 +802,7 @@ test:macos_x86_wheel_test --@local_xla//third_party/py:wheel_dependency=true --c
|
||||
test:windows_x86_cpu_2022_wheel_test_filters --test_tag_filters=-no_windows,-windows_excluded,-no_oss,-oss_excluded,-gpu,-tpu,-benchmark-test,-v1only
|
||||
test:windows_x86_cpu_2022_wheel_test_filters --build_tag_filters=-no_windows,-windows_excluded,-no_oss,-oss_excluded,-benchmark-test,-v1only
|
||||
test:windows_x86_cpu_2022_wheel_test_filters --test_lang_filters=cc,py --test_size_filters=small,medium --test_timeout="300,450,1200,3600"
|
||||
test:windows_x86_cpu_2022_wheel_test --build_tests_only --config=windows_x86_cpu_pycpp_test_filters -- //tensorflow/... -//tensorflow/java/... -//tensorflow/lite/... -//tensorflow/compiler/...
|
||||
test:windows_x86_cpu_2022_wheel_test --build_tests_only --config=windows_x86_cpu_pycpp_test_filters -- //tensorflow/... //tensorflow/tools/pip_package:prebuilt_wheel_import_api_packages_test_cpu -//tensorflow/java/... -//tensorflow/lite/... -//tensorflow/compiler/...
|
||||
|
||||
# PYCPP TESTS run a suite of Python and C++ tests to verify general correctness over
|
||||
# the whole TF code base. These are usually run continuously or upon presubmit.
|
||||
@@ -858,7 +858,7 @@ test:windows_x86_cpu_2022_pycpp_test_filters --test_tag_filters=-no_windows,-win
|
||||
test:windows_x86_cpu_2022_pycpp_test_filters --build_tag_filters=-no_windows,-windows_excluded,-no_oss,-tf_tosa,-oss_excluded,-benchmark-test,-v1only
|
||||
test:windows_x86_cpu_2022_pycpp_test_filters --test_lang_filters=cc,py --test_size_filters=small,medium --test_timeout="300,450,1200,3600"
|
||||
test:windows_x86_cpu_2022_pycpp_test_opts --config=windows_x86_cpu_2022_pycpp_test_build_opts --build_tests_only
|
||||
test:windows_x86_cpu_2022_pycpp_test --config=windows_x86_cpu_2022_pycpp_test_opts --config=windows_x86_cpu_2022_pycpp_test_filters -- //tensorflow/... -//tensorflow/java/... -//tensorflow/lite/... -//tensorflow/compiler/...
|
||||
test:windows_x86_cpu_2022_pycpp_test --config=windows_x86_cpu_2022_pycpp_test_opts --config=windows_x86_cpu_2022_pycpp_test_filters -- //tensorflow/... //tensorflow/tools/pip_package:import_api_packages_test_cpu -//tensorflow/java/... -//tensorflow/lite/... -//tensorflow/compiler/...
|
||||
|
||||
# END TF TEST SUITE OPTIONS
|
||||
|
||||
|
||||
@@ -361,7 +361,6 @@ py_test(
|
||||
tags = [
|
||||
"cpu",
|
||||
"manual",
|
||||
"windows_excluded",
|
||||
],
|
||||
deps = if_wheel_dependency(tf_wheel_dep()),
|
||||
)
|
||||
@@ -380,7 +379,6 @@ py_test(
|
||||
tags = [
|
||||
"gpu",
|
||||
"manual",
|
||||
"windows_excluded",
|
||||
],
|
||||
deps = if_wheel_dependency(tf_wheel_dep()),
|
||||
)
|
||||
@@ -392,7 +390,6 @@ py_test(
|
||||
tags = [
|
||||
"cpu",
|
||||
"manual",
|
||||
"windows_excluded",
|
||||
],
|
||||
deps = [
|
||||
":tf_py_import",
|
||||
@@ -410,7 +407,6 @@ py_test(
|
||||
tags = [
|
||||
"gpu",
|
||||
"manual",
|
||||
"windows_excluded",
|
||||
],
|
||||
deps = [
|
||||
":tf_py_import",
|
||||
|
||||
Reference in New Issue
Block a user