Skip to content

Commit

Permalink
Merge branch 'ko3n1g/ci/format-notifier' into 'main'
Browse files Browse the repository at this point in the history
ci: Nicer formatting of notifier

See merge request ADLR/megatron-lm!2025
  • Loading branch information
ko3n1g committed Sep 1, 2024
2 parents 6cd9435 + 0cc91bd commit 54f1f78
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/functional_tests/shell_test_utils/notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,7 @@ else
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<'$PIPELINE_URL'|Report of '$DATE' ('$CONTEXT')>: All '$NUM_TOTAL' passed :doge3d:"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "==============================================="
"text": ":doge3d: <'$PIPELINE_URL'|Report of '$DATE' ('$CONTEXT')>: All '$NUM_TOTAL' passed"
}
}
]'
Expand All @@ -166,7 +159,7 @@ else
"type": "section",
"text": {
"type": "mrkdwn",
"text": ("<" + $URL + "|Report of " + $DATE + " (" + $CONTEXT + ")>: " + $NUM_FAILED + " of " + $NUM_TOTAL + " failed :doctorge:")
"text": (":doctorge: <" + $URL + "|Report of " + $DATE + " (" + $CONTEXT + ")>: " + $NUM_FAILED + " of " + $NUM_TOTAL + " failed")
}
}
] + [
Expand Down

0 comments on commit 54f1f78

Please sign in to comment.