Skip to content
Snippets Groups Projects
Commit 4682a105 authored by Austin Anderson's avatar Austin Anderson
Browse files

Upgrade to 2.10-explicit RBE containers

parent 2198c651
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment