diff --git a/.github/workflows/ci-test-hosted.yml b/.github/workflows/ci-test-hosted.yml index c51f9749b8..96ca3c483b 100644 --- a/.github/workflows/ci-test-hosted.yml +++ b/.github/workflows/ci-test-hosted.yml @@ -475,9 +475,11 @@ jobs: if [[ "${{ steps.test_status.outputs.run_result }}" == "failedtest" ]]; then echo "slack_message=There are test failures in the run. Cypress Dashboard: " >> $GITHUB_OUTPUT echo "slack_color=#FF0000" >> $GITHUB_OUTPUT + echo "slack_icon=:parachute:" >> $GITHUB_OUTPUT else echo "slack_message=All tests passed successfully :tada: . Cypress Dashboard: " >> $GITHUB_OUTPUT echo "slack_color=#00FF00" >> $GITHUB_OUTPUT + echo "slack_icon=:eight_spoked_asterisk:" >> $GITHUB_OUTPUT fi - name: Slack Notification @@ -487,13 +489,13 @@ jobs: env: SLACK_CHANNEL: cypresspushworkflow SLACK_COLOR: ${{steps.slack_notification.outputs.slack_color}} - SLACK_ICON_EMOJI: ":bell:" + SLACK_ICON_EMOJI: ${{steps.slack_notification.outputs.slack_icon}} SLACK_MESSAGE: ${{steps.slack_notification.outputs.slack_message}} SLACK_TITLE: "Result:" SLACK_USERNAME: Cloud Hosted Run SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_HOSTED }} MSG_MINIMAL: Ref,Event,Commit - # SLACK_FOOTER: "Hosted runs" + SLACK_FOOTER: "Hosted run" # Upload the log artifact so that it can be used by the test & deploy job in the workflow - name: Upload server logs bundle on failure diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 660f29bbd0..491cf34ec0 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -141,10 +141,10 @@ jobs: SLACK_ICON_EMOJI: ${{steps.slack_notification.outputs.slack_icon}} SLACK_ICON: https://app.slack.com/services/B05D17E4QVB SLACK_TITLE: "Result:" - SLACK_USERNAME: Push Workflows + SLACK_USERNAME: Push Workflow SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_HOSTED }} MSG_MINIMAL: Ref,Event,Commit - # SLACK_FOOTER: "Appsmith Push Workflows" + SLACK_FOOTER: "Push Workflow" SLACK_MESSAGE: ${{steps.slack_notification.outputs.slack_message}} # Force save the CI failed spec list into a cache