commit | a65944a45b5fed0972adf693a1f5dfb4e0b6039c | [log] [tgz] |
---|---|---|
author | Philipp Wollermann <philwo@google.com> | Mon Feb 03 12:45:22 2020 +0100 |
committer | Philipp Wollermann <philwo@google.com> | Mon Feb 03 12:45:22 2020 +0100 |
tree | 7d5d28a41492de24d67740d6387dee636539a971 | |
parent | d635b75f4f848fed4f1cdaa269092ca62ad8beef [diff] |
Revert "Disable sibling Docker feature" Breaks bazel_docker_sandboxing_test and rbe_ubuntu1604 platform. This reverts commit c396f4611750ce09a469aefb9a18f8c2cd863720.
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 4e0b561..d947b86 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1769,6 +1769,7 @@ "/opt:/opt:ro", "/var/lib/buildkite-agent:/var/lib/buildkite-agent", "/var/lib/gitmirrors:/var/lib/gitmirrors:ro", + "/var/run/docker.sock:/var/run/docker.sock", ], } },