From fc9baf92dd1f8ed1d88c298f38da73bbffab6a5a Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 28 Jun 2023 12:35:20 +1000 Subject: [PATCH] Make CD docker tests more flexible (#7077) --- .github/workflows/continous-delivery.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index 8cd33456..ba4d5272 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -171,7 +171,8 @@ jobs: docker logs --tail all --follow testnet-conf-tests | \ tee --output-error=exit /dev/stderr | \ grep --max-count=1 --extended-regexp --color=always \ - 'net.*=.*Test.*estimated progress to chain tip.*Genesis' + -e 'net.*=.*Test.*estimated progress to chain tip.*Genesis' \ + -e 'net.*=.*Test.*estimated progress to chain tip.*BeforeOverwinter' docker stop testnet-conf-tests # get the exit status from docker EXIT_STATUS=$( \