Skip to content

Commit

Permalink
Try a hack to wait for the end of the benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jan 20, 2024
1 parent 67b4499 commit 69d4a85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ build-and-benchmark:
script:
- podman build . -f Dockerfile -t rebenchdb-app
- podman build . -f Dockerfile.rebench -t bench-rdb
- ~/.local/bin/podman-compose -f ./docker-compose.yml -f ./docker-compose.rebench.yml up --build --abort-on-container-exit --exit-code-from rebenchdb-app
- ~/.local/bin/podman-compose -f ./docker-compose.yml -f ./docker-compose.rebench.yml up --build -d | tee compose.log
# Hack to wait for the end of the benchmarks
- grep -q "------------------------------------------------------------------------------------------------" <(tail -f compose.log)
after_script:
- ~/.local/bin/podman-compose down

0 comments on commit 69d4a85

Please sign in to comment.