Fix potential race condition with docker and volume creation in ui tests

This commit is contained in:
Théophile Diot 2024-03-16 10:03:22 +00:00
parent 56fa60904b
commit d1077156c9
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
2 changed files with 4 additions and 0 deletions

View file

@ -34,6 +34,7 @@ services:
dockerfile: src/scheduler/Dockerfile
depends_on:
- mybunker
- docker-proxy
volumes:
- bw-data:/data
environment:
@ -49,6 +50,7 @@ services:
depends_on:
- mybunker
- docker-proxy
- bw-scheduler
volumes:
- bw-data:/data
environment:

View file

@ -34,6 +34,7 @@ services:
pull_policy: never
depends_on:
- bw
- bw-docker-proxy
environment:
DOCKER_HOST: "tcp://bw-docker-proxy:2375"
volumes:
@ -48,6 +49,7 @@ services:
depends_on:
- bw
- bw-docker-proxy
- bw-scheduler
environment:
DOCKER_HOST: "tcp://bw-docker-proxy:2375"
volumes: