aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar jmmv <jmmv@google.com>2018-03-19 19:04:20 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-19 19:06:31 -0700
commit56d1b1c3122a3d1ec111baab339631b8c42c2c31 (patch)
tree67b4ae9a560c454a9da82d3e1153710f4a10a542 /src/test/shell/integration/BUILD
parentc1dacd3683fe9184d299cbbe0bd9231ad6feb224 (diff)
Plumb support for mounting a sandboxfs instance during a build.
This introduces user-facing options to enable the experimental sandboxfs support and, when enabled, mounts a sandboxfs instance throughout the build. The sandboxfs' process handle is passed to the SandboxActionContextProvider so that the SpawnRunners can later consume it. Note that this does NOT yet provide sandboxfs support for the builds as the SpawnRunners are untouched. RELNOTES: None. PiperOrigin-RevId: 189678732
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 6395fea9ac..e05060ba19 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -367,6 +367,13 @@ sh_test(
data = [":test-deps"],
)
+sh_test(
+ name = "sandboxfs_test",
+ size = "medium",
+ srcs = ["sandboxfs_test.sh"],
+ data = [":test-deps"],
+)
+
########################################################################
# Test suites.