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
4682a105
Commit
4682a105
authored
May 18, 2022
by
Austin Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to 2.10-explicit RBE containers
parent
2198c651
No related branches found
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
+8
-8
8 additions, 8 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+12
-12
12 additions, 12 deletions
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
with
20 additions
and
20 deletions
tf_sig_build_dockerfiles/devel.usertools/cpu.bazelrc
+
8
−
8
View file @
4682a105
...
...
@@ -83,7 +83,7 @@ test:pip --config=pip_filters -- //bazel_pip/tensorflow/... -//bazel_pip/tensorf
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
# For Remote Build Execution.
Experimental.
# For Remote Build Execution.
build:rbe --google_default_credentials
build:rbe --bes_backend=buildeventservice.googleapis.com
build:rbe --bes_results_url="https://source.cloud.google.com/results/invocations"
...
...
@@ -99,14 +99,14 @@ build:rbe --spawn_strategy=remote,worker,standalone,local
build:rbe --remote_download_toplevel
build:rbe --action_env=PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin"
build:rbe --linkopt=-lrt --host_linkopt=-lrt --linkopt=-lm --host_linkopt=-lm # Unclear why this is here
build:rbe --host_crosstool_top="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain"
build:rbe --crosstool_top="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain"
build:rbe --extra_toolchains="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain-linux-x86_64"
build:rbe --extra_execution_platforms="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --host_platform="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --platforms="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --host_crosstool_top="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain"
build:rbe --crosstool_top="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain"
build:rbe --extra_toolchains="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain-linux-x86_64"
build:rbe --extra_execution_platforms="@sigbuild-r2.
10
_config_platform//:platform"
build:rbe --host_platform="@sigbuild-r2.
10
_config_platform//:platform"
build:rbe --platforms="@sigbuild-r2.
10
_config_platform//:platform"
# Python config is the same across all containers because the binary is the same
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
9
_config_python"
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
10
_config_python"
build:rbe --remote_instance_name=projects/tensorflow-testing/instances/default_instance
build:rbe --project_id="tensorflow-testing"
...
...
This diff is collapsed.
Click to expand it.
tf_sig_build_dockerfiles/devel.usertools/gpu.bazelrc
+
12
−
12
View file @
4682a105
...
...
@@ -104,7 +104,7 @@ test:pip --config=pip_venv --config=pip_filters -- //bazel_pip/tensorflow/... -/
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
# For Remote Build Execution.
Experimental.
# For Remote Build Execution.
build:rbe --google_default_credentials
build:rbe --bes_backend=buildeventservice.googleapis.com
build:rbe --bes_results_url="https://source.cloud.google.com/results/invocations"
...
...
@@ -120,14 +120,14 @@ build:rbe --spawn_strategy=remote,worker,standalone,local
build:rbe --remote_download_toplevel
build:rbe --action_env=PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin"
build:rbe --linkopt=-lrt --host_linkopt=-lrt --linkopt=-lm --host_linkopt=-lm # Unclear why this is here
build:rbe --host_crosstool_top="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain"
build:rbe --crosstool_top="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain"
build:rbe --extra_toolchains="@sigbuild-r2.
9
_config_cuda//crosstool:toolchain-linux-x86_64"
build:rbe --extra_execution_platforms="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --host_platform="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --platforms="@sigbuild-r2.
9
_config_platform//:platform"
build:rbe --host_crosstool_top="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain"
build:rbe --crosstool_top="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain"
build:rbe --extra_toolchains="@sigbuild-r2.
10
_config_cuda//crosstool:toolchain-linux-x86_64"
build:rbe --extra_execution_platforms="@sigbuild-r2.
10
_config_platform//:platform"
build:rbe --host_platform="@sigbuild-r2.
10
_config_platform//:platform"
build:rbe --platforms="@sigbuild-r2.
10
_config_platform//:platform"
# Python config is the same across all containers because the binary is the same
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
9
_config_python"
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
10
_config_python"
build:rbe --remote_instance_name=projects/tensorflow-testing/instances/default_instance
build:rbe --project_id="tensorflow-testing"
...
...
@@ -137,10 +137,10 @@ build:rbe --repo_env=REMOTE_GPU_TESTING=1
# libnvrtc.so.11.1. See https://github.com/NVIDIA/TensorRT/issues/1064.
# TODO(b/187962120): Remove when upgrading to TensorRT 8.
test:rbe --test_env=LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-11.1/lib64"
build:rbe --repo_env=TF_CUDA_CONFIG_REPO="@sigbuild-r2.
9
_config_cuda"
build:rbe --repo_env=TF_TENSORRT_CONFIG_REPO="@sigbuild-r2.
9
_config_tensorrt"
build:rbe --repo_env=TF_NCCL_CONFIG_REPO="@sigbuild-r2.
9
_config_nccl"
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
9
_config_python"
build:rbe --repo_env=TF_CUDA_CONFIG_REPO="@sigbuild-r2.
10
_config_cuda"
build:rbe --repo_env=TF_TENSORRT_CONFIG_REPO="@sigbuild-r2.
10
_config_tensorrt"
build:rbe --repo_env=TF_NCCL_CONFIG_REPO="@sigbuild-r2.
10
_config_nccl"
build:rbe --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.
10
_config_python"
# For continuous builds
test:pycpp_filters --test_tag_filters=-no_oss,-oss_serial,-benchmark-test,-v1only,gpu,-no_gpu,-no_gpu_presubmit,-no_cuda11
...
...
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