diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-03-18 11:56:23 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-18 11:57:19 -0700 |
commit | eb69542807a87491fd4e6405bdab1c0f64db536d (patch) | |
tree | 32dedf31698ac4b561f94f16933b716527e737ea /test/BUILD | |
parent | 88d791c259cc2f81b18547ae7f7859c3508cef21 (diff) |
Internal change
PiperOrigin-RevId: 239031539
Change-Id: I783127d0287a647d21de40c301c5a5c2e62b7640
Diffstat (limited to 'test/BUILD')
-rw-r--r-- | test/BUILD | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/test/BUILD b/test/BUILD deleted file mode 100644 index 6b83757f6..000000000 --- a/test/BUILD +++ /dev/null @@ -1,48 +0,0 @@ -# gVisor is a general-purpose sandbox. - -package(licenses = ["notice"]) - -exports_files(["LICENSE"]) - -# We need to define a bazel platform and toolchain to specify dockerPrivileged -# and dockerRunAsRoot options, they are required to run tests on the RBE -# cluster in Kokoro. -alias( - name = "rbe_ubuntu1604", - actual = ":rbe_ubuntu1604_r346485", -) - -platform( - name = "rbe_ubuntu1604_r346485", - constraint_values = [ - "@bazel_tools//platforms:x86_64", - "@bazel_tools//platforms:linux", - "@bazel_tools//tools/cpp:clang", - "@bazel_toolchains//constraints:xenial", - "@bazel_toolchains//constraints/sanitizers:support_msan", - ], - remote_execution_properties = """ - properties: { - name: "container-image" - value:"docker://gcr.io/cloud-marketplace/google/rbe-ubuntu16-04@sha256:f3120a030a19d67626ababdac79cc787e699a1aa924081431285118f87e7b375" - } - properties: { - name: "dockerAddCapabilities" - value: "SYS_ADMIN" - } - properties: { - name: "dockerPrivileged" - value: "true" - } - """, -) - -toolchain( - name = "cc-toolchain-clang-x86_64-default", - exec_compatible_with = [ - ], - target_compatible_with = [ - ], - toolchain = "@bazel_toolchains//configs/ubuntu16_04_clang/1.1/bazel_0.20.0/default:cc-compiler-k8", - toolchain_type = "@bazel_tools//tools/cpp:toolchain_type", -) |