From 798b271279be8c537b7b8ce093de2c088c7aca84 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 28 Aug 2023 22:06:51 +1000 Subject: [PATCH] Show correct lightwalletd cache heights in CI cached state (#7390) --- .github/workflows/continous-integration-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index bbce29d87..65a891f56 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -606,7 +606,7 @@ jobs: root_state_path: '/var/cache' zebra_state_dir: 'zebrad-cache' lwd_state_dir: 'lwd-cache' - height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )' + height_grep_text: 'Adding block to cache ' secrets: inherit # We want to prevent multiple lightwalletd full syncs running at the same time, # but we don't want to cancel running syncs on `main` if a new PR gets merged, @@ -643,7 +643,7 @@ jobs: root_state_path: '/var/cache' zebra_state_dir: 'zebrad-cache' lwd_state_dir: 'lwd-cache' - height_grep_text: '(current_height.*=.*Height.*\()|(Adding block to cache )' + height_grep_text: 'Adding block to cache ' secrets: inherit # Test that Zebra can answer a synthetic RPC call, using a cached Zebra tip state