Skip to content

Commit

Permalink
Finalize PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Mar 11, 2024
1 parent ed348b8 commit 1359dff
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 218 deletions.
24 changes: 12 additions & 12 deletions .github/actions/cloud-slack-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ runs:
echo "footer=${FOOTER}" >> $GITHUB_OUTPUT
# - name: Slack Notification
# uses: rtCamp/action-slack-notify@v2
# if: ${{ failure() }}
# env:
# SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
# SLACK_USERNAME: Botkube Cloud CI
# SLACK_COLOR: 'red'
# SLACK_TITLE: 'Message'
# SLACK_MESSAGE: "Cloud Slack ${{ inputs.e2e_type }} E2E tests failed :scream:"
# SLACK_ICON_EMOJI: ':this-is-fine-fire:'
# SLACK_FOOTER: ${{ steps.footer.outputs.footer }}
# SLACK_WEBHOOK: ${{ inputs.slack_alerts_webhook }}
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: ${{ failure() }}
env:
SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
SLACK_USERNAME: Botkube Cloud CI
SLACK_COLOR: 'red'
SLACK_TITLE: 'Message'
SLACK_MESSAGE: "Cloud Slack ${{ inputs.e2e_type }} E2E tests failed :scream:"
SLACK_ICON_EMOJI: ':this-is-fine-fire:'
SLACK_FOOTER: ${{ steps.footer.outputs.footer }}
SLACK_WEBHOOK: ${{ inputs.slack_alerts_webhook }}
2 changes: 1 addition & 1 deletion .github/actions/dump-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
echo "Dumping cluster info into ${LOGS_DIR}"
kubectl cluster-info dump --all-namespaces --output-directory="${LOGS_DIR}"
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cluster_dump_${{github.sha}}_${{ inputs.name }}
path: "output"
Expand Down
Loading

0 comments on commit 1359dff

Please sign in to comment.