diff --git a/bot/check-result.sh b/bot/check-result.sh index 182b8555a8..22ad50a0b7 100755 --- a/bot/check-result.sh +++ b/bot/check-result.sh @@ -191,18 +191,18 @@ fi # Note, final string must not contain any line breaks. Below example include # line breaks for the sake of readability. In case of FAILURE, the structure is # very similar (incl. information about Artefacts if any was produced), however, -# under Details some lines will be marked with :heavy_multiplication_x: +# under Details some lines will be marked with :x: #
# :grin: SUCCESS _(click triangle for details)_ #
#
_Details_
#
-# :heavy_check_mark: job output file slurm-4682.out
-# :heavy_check_mark: no message matching ERROR:
-# :heavy_check_mark: no message matching FAILED:
-# :heavy_check_mark: no message matching required modules missing:
-# :heavy_check_mark: found message(s) matching No missing installations
-# :heavy_check_mark: found message matching tar.gz created!
+# :white_check_mark: job output file slurm-4682.out
+# :white_check_mark: no message matching ERROR:
+# :white_check_mark: no message matching FAILED:
+# :white_check_mark: no message matching required modules missing:
+# :white_check_mark: found message(s) matching No missing installations
+# :white_check_mark: found message matching tar.gz created!
#
#
_Artefacts_
#
@@ -238,12 +238,12 @@ fi #
#
_Details_
#
-# :heavy_check_mark: job output file slurm-4682.out
-# :heavy_multiplication_x: no message matching ERROR:
-# :heavy_check_mark: no message matching FAILED:
-# :heavy_multiplication_x: no message matching required modules missing:
-# :heavy_check_mark: found message(s) matching No missing installations
-# :heavy_check_mark: found message matching tar.gz created!
+# :white_check_mark: job output file slurm-4682.out
+# :x: no message matching ERROR:
+# :white_check_mark: no message matching FAILED:
+# :x: no message matching required modules missing:
+# :white_check_mark: found message(s) matching No missing installations
+# :white_check_mark: found message matching tar.gz created!
#
#
_Artefacts_
#
@@ -257,8 +257,8 @@ fi comment_template="
__SUMMARY_FMT__
__DETAILS_FMT____ARTEFACTS_FMT__
" comment_summary_fmt="__SUMMARY__ _(click triangle for details)_" comment_details_fmt="
_Details_
__DETAILS_LIST__
" -comment_success_item_fmt=":heavy_check_mark: __ITEM__" -comment_failure_item_fmt=":heavy_multiplication_x: __ITEM__" +comment_success_item_fmt=":white_check_mark: __ITEM__" +comment_failure_item_fmt=":x: __ITEM__" comment_artefacts_fmt="
_Artefacts_
__ARTEFACTS_LIST__
" comment_artefact_details_fmt="
__ARTEFACT_SUMMARY____ARTEFACT_DETAILS__
"