Skip to content

Commit

Permalink
CI: Wait for docker-compose to start
Browse files Browse the repository at this point in the history
This stops race-conditions where the Bazel build fails because the
workers have not had time to start.
  • Loading branch information
stagnation committed Feb 28, 2024
1 parent 53fe33b commit e729562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-deployment-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e729562

Please sign in to comment.