diff options
author | Magnus Granberg <zorry@gentoo.org> | 2023-05-01 11:53:42 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2023-05-01 11:53:42 +0200 |
commit | b69003d51f5ed92cc38128cdc91c47e22eaa37b1 (patch) | |
tree | 9476c5522fab8726e1853515dd33531a22afd081 | |
parent | Add CheckEAPI (diff) | |
download | tinderbox-cluster-b69003d51f5ed92cc38128cdc91c47e22eaa37b1.tar.gz tinderbox-cluster-b69003d51f5ed92cc38128cdc91c47e22eaa37b1.tar.bz2 tinderbox-cluster-b69003d51f5ed92cc38128cdc91c47e22eaa37b1.zip |
Don't use volumes for log worker
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r-- | buildbot_gentoo_ci/config/workers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/workers.py b/buildbot_gentoo_ci/config/workers.py index 7d13f46..6f27690 100644 --- a/buildbot_gentoo_ci/config/workers.py +++ b/buildbot_gentoo_ci/config/workers.py @@ -90,7 +90,7 @@ def gentoo_workers(worker_data): None, docker_host='tcp://192.168.1.12:2375', image=log_docker_images, - volumes=docker_volumes_repositorys, + #volumes=docker_volumes_repositorys, hostconfig=docker_hostconfig, followStartupLogs=True, masterFQDN='192.168.1.5', |