From 6149aa4536a7ccba8d85123d460a4aa389f24ecf Mon Sep 17 00:00:00 2001 From: JeremyTubongbanua Date: Mon, 11 Sep 2023 11:25:57 -0400 Subject: [PATCH] ci: try this way --- tests/end2end_tests/tests/service-container-sshnpd.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end_tests/tests/service-container-sshnpd.yaml b/tests/end2end_tests/tests/service-container-sshnpd.yaml index 9fc60800d..8fdbb7f51 100644 --- a/tests/end2end_tests/tests/service-container-sshnpd.yaml +++ b/tests/end2end_tests/tests/service-container-sshnpd.yaml @@ -5,7 +5,8 @@ networks: - sshnpd healthcheck: - test: ["CMD", "grep", "-E", "\"monitor started for @\"", "/atsign/err.txt"] + # test: ["CMD", "grep", "-E", "monitor started for @", "/atsign/err.txt"] + test: grep -E monitor started for @ /atsign/err.txt start_period: 10s # Wait 10 seconds before checking interval: 5s # Check every 5 seconds timeout: 1s # If a check takes longer than a second, consider it a failed check