Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tf-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benedikt Wildenhain
tf-build
Commits
a29ac2ed
Unverified
Commit
a29ac2ed
authored
Apr 12, 2022
by
Austin Anderson
Committed by
GitHub
Apr 12, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Remove BEP debug generation (#90)
parent
b8c0b1dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+0
-4
0 additions, 4 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+0
-9
0 additions, 9 deletions
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
with
0 additions
and
13 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+
0
−
4
View file @
a29ac2ed
...
...
@@ -53,7 +53,6 @@ test --test_summary=terse
test:nonpip --test_tag_filters=-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only
test:nonpip --build_tag_filters=-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only
test:nonpip --test_lang_filters=py --flaky_test_attempts=3 --test_size_filters=small,medium
test:nonpip --build_event_json_file=/tf/pkg/nonpip.bep.json
test:nonpip -- //tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/compiler/xrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
# "pip tests" run a similar suite of tests the "nonpip" tests, but do something
...
...
@@ -78,11 +77,9 @@ test:pip --config=pip_venv
test:pip --test_tag_filters=-nopip,-no_pip,-no_oss,-oss_serial,-v1only
test:pip --build_tag_filters=-nopip,-no_pip,-no_oss,-oss_serial,-v1only
test:pip --test_lang_filters=py --flaky_test_attempts=3 --test_size_filters=small,medium
test:pip --build_event_json_file=/tf/pkg/pip.bep.json
test:pip -- //bazel_pip/tensorflow/... -//bazel_pip/tensorflow/python/integration_testing/... -//bazel_pip/tensorflow/compiler/tf2tensorrt/... -//bazel_pip/tensorflow/compiler/xrt/... -//bazel_pip/tensorflow/core/tpu/... -//bazel_pip/tensorflow/lite/... -//tensorflow/tools/toolchains/...
# For building libtensorflow archives
test:libtensorflow_test --build_event_json_file=/tf/pkg/libtensorflow_test.bep.json
test:libtensorflow_test -- //tensorflow/tools/lib_package:libtensorflow_test //tensorflow/tools/lib_package:libtensorflow_java_test
build:libtensorflow_build -- //tensorflow/tools/lib_package:libtensorflow.tar.gz //tensorflow/tools/lib_package:libtensorflow_jni.tar.gz //tensorflow/java:libtensorflow.jar //tensorflow/java:libtensorflow-src.jar //tensorflow/tools/lib_package:libtensorflow_proto.zip
...
...
@@ -116,5 +113,4 @@ build:rbe --project_id="tensorflow-testing"
test:pycpp --test_tag_filters=-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only
test:pycpp --build_tag_filters=-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only
test:pycpp --test_lang_filters=cc,py --flaky_test_attempts=3 --test_size_filters=small,medium
test:pycpp --build_event_json_file=/tf/pkg/pycpp.bep.json
test:pycpp -- //tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/compiler/xrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
This diff is collapsed.
Click to expand it.
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+
0
−
9
View file @
a29ac2ed
...
...
@@ -36,11 +36,6 @@ build --copt=-mavx --host_copt=-mavx
# See https://docs.bazel.build/versions/main/skylark/performance.html#performance-profiling
build --profile=/tf/pkg/profile.json
# Store BEP logs for generating and storing test status and flakiness data
build --build_event_json_file=/tf/pkg/bep.json
build --build_event_text_file=/tf/pkg/bep.txt
build --build_event_binary_file=/tf/pkg/bep.pb
# CUDA: Set up compilation CUDA version and paths
build --@local_config_cuda//:enable_cuda
build --repo_env TF_NEED_CUDA=1
...
...
@@ -77,7 +72,6 @@ test --test_summary=terse
test:nonpip --test_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_cuda11
test:nonpip --build_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_cuda11
test:nonpip --test_lang_filters=py --flaky_test_attempts=3 --test_size_filters=small,medium
test:nonpip --build_event_json_file=/tf/pkg/nonpip.bep.json
test:nonpip -- //tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/compiler/xrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
# "pip tests" run a similar suite of tests the "nonpip" tests, but do something
...
...
@@ -102,11 +96,9 @@ test:pip --config=pip_venv
test:pip --test_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_cuda11,-no_pip,-nopip
test:pip --build_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_cuda11,-no_pip,-nopip
test:pip --test_lang_filters=py --flaky_test_attempts=3 --test_size_filters=small,medium
test:pip --build_event_json_file=/tf/pkg/pip.bep.json
test:pip -- //bazel_pip/tensorflow/... -//bazel_pip/tensorflow/python/integration_testing/... -//bazel_pip/tensorflow/compiler/tf2tensorrt/... -//bazel_pip/tensorflow/compiler/xrt/... -//bazel_pip/tensorflow/core/tpu/... -//bazel_pip/tensorflow/lite/... -//tensorflow/tools/toolchains/...
# For building libtensorflow archives
test:libtensorflow_test --build_event_json_file=/tf/pkg/libtensorflow_test.bep.json
test:libtensorflow_test -- //tensorflow/tools/lib_package:libtensorflow_test //tensorflow/tools/lib_package:libtensorflow_java_test
build:libtensorflow_build -- //tensorflow/tools/lib_package:libtensorflow.tar.gz //tensorflow/tools/lib_package:libtensorflow_jni.tar.gz //tensorflow/java:libtensorflow.jar //tensorflow/java:libtensorflow-src.jar //tensorflow/tools/lib_package:libtensorflow_proto.zip
...
...
@@ -151,5 +143,4 @@ build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.9_config_python"
test:pycpp --test_tag_filters=-no_oss,-oss_serial,-benchmark-test,-v1only,gpu,-no_gpu,-no_gpu_presubmit,-no_cuda11
test:pycpp --build_tag_filters=-no_oss,-oss_serial,-benchmark-test,-v1only,gpu,-no_gpu,-no_gpu_presubmit,-no_cuda11
test:pycpp --test_lang_filters=cc,py --flaky_test_attempts=3 --test_size_filters=small,medium
test:pycpp --build_event_json_file=/tf/pkg/pycpp.bep.json
test:pycpp -- //tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/compiler/xrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment