From e7295620e3fd40a0e0e3f743ae7930d42ae74717 Mon Sep 17 00:00:00 2001 From: Nils Wireklint Date: Wed, 28 Feb 2024 13:48:26 +0100 Subject: [PATCH] CI: Wait for docker-compose to start This stops race-conditions where the Bazel build fails because the workers have not had time to start. --- tools/test-deployment-docker-compose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-deployment-docker-compose.sh b/tools/test-deployment-docker-compose.sh index c5519e2..6707f3b 100755 --- a/tools/test-deployment-docker-compose.sh +++ b/tools/test-deployment-docker-compose.sh @@ -18,7 +18,7 @@ trap cleanup EXIT # --- Run remote execution --- rm -rf volumes/storage-* -./run.sh -d +./run.sh --wait bazel_command_log="$(bazel info output_base)/command.log" bazel clean bazel test --color=no --curses=no --config=remote-ubuntu-22-04 --disk_cache= @abseil-hello//:hello_test