From 61d6c906635119a2c3f52759108f78c4ce2d9dc5 Mon Sep 17 00:00:00 2001 From: Lakshya Singh Date: Sat, 10 Aug 2024 00:09:10 +0530 Subject: [PATCH] ci: add test to ensure progress not just start service should have synced to height 101 by end Signed-off-by: Lakshya Singh --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 517f86a..517f977 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,3 +56,4 @@ compose: - ./scripts/build_from_cache.sh txood - ./scripts/build_from_cache.sh vlsd - docker compose --profile vls -f docker-compose.yml -f docker-compose.regtest.yml up -d --wait --wait-timeout 120 --build + - docker exec vlsd-regtest vls-cli --rpc-user rpcuser --rpc-password VLSsigner2 info | grep -q 101