[pw-ci] [PATCH] Revert "ci_mon: Convert spaces to _"

Aaron Conole aconole at redhat.com
Wed Aug 11 12:39:05 UTC 2021


This reverts commit ad29e6fcc30481cbde2806dcb78e41a514126f1f.

This creates issues when inserting logs.  We need to use the
correct full name of the test when getting log data.

Signed-off-by: Aaron Conole <aconole at redhat.com>w
---
 ci_mon | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci_mon b/ci_mon
index 40b6432..e2cdaf2 100755
--- a/ci_mon
+++ b/ci_mon
@@ -201,8 +201,7 @@ for I in travis github dummy; do
         echo "" >> report.eml
 
         if [ "$test_name" != "" ]; then
-            test_name=$(echo "${test_name}" | tr ' ' '_')
-            TEST_LABEL="${I}-robot-${test_name}"
+            TEST_LABEL="${I}-robot: ${test_name}"
         else
             TEST_LABEL="${I}-robot"
         fi
-- 
2.31.1



More information about the Pwci mailing list