]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docker-compose.yml: Start beanstalkd sooner 1739/head
authorZack Cerza <zack@redhat.com>
Mon, 18 Apr 2022 19:59:01 +0000 (13:59 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 18 Apr 2022 20:11:55 +0000 (14:11 -0600)
There was a bit of a race condition happening in wait mode, where
teuthology would start up before beanstalkd and fail immediately.

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/docker-compose.yml

index ba770fef63500c79880c5c6a102a8c868e3ab6cc..601ffd2f37dca92f78aa73337eba57ef0ba86477 100644 (file)
@@ -53,9 +53,6 @@ services:
         - 8081:8081
   beanstalk:
         build: ../../beanstalk/alpine
-        depends_on:
-            pulpito:
-                condition: service_healthy
         ports:
             - "11300:11300"
   teuthology: