From 1fd022996b48923732ab628a3e8207ab88caf85a Mon Sep 17 00:00:00 2001 From: lakshmimsft Date: Wed, 22 Jan 2025 10:02:08 -0800 Subject: [PATCH] remove check for err to get more logs Signed-off-by: lakshmimsft --- .github/workflows/functional-test-cloud.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/functional-test-cloud.yaml b/.github/workflows/functional-test-cloud.yaml index 2613e5c616..27ebfce943 100644 --- a/.github/workflows/functional-test-cloud.yaml +++ b/.github/workflows/functional-test-cloud.yaml @@ -678,12 +678,6 @@ jobs: for i in {1..6}; do kubectl logs "$POD_NAME" -n radius-system | tee registermanifest_logs.txt > /dev/null - # Exit on error - if grep -qi "error" registermanifest_logs.txt; then - echo "Error found in ucp logs." - exit 1 - fi - # Check for success if grep -q "Successfully registered manifests" registermanifest_logs.txt; then echo "Successfully registered manifests - message found." @@ -946,4 +940,4 @@ jobs: title: `Scheduled functional test failed - Run ID: ${context.runId}`, labels: ['bug', 'test-failure'], body: `## Bug information \n\nThis issue is automatically generated if the scheduled functional test fails. The Radius functional test operates on a schedule of every 4 hours during weekdays and every 12 hours over the weekend. It's important to understand that the test may fail due to workflow infrastructure issues, like network problems, rather than the flakiness of the test itself. For the further investigation, please visit [here](${process.env.ACTION_LINK}).` - }) + }) \ No newline at end of file