Skip to content

Commit

Permalink
Revert testing job
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Jul 1, 2024
1 parent 9be34ff commit 6c02e7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
7 changes: 1 addition & 6 deletions .github/actions/cloud-slack-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ inputs:
description: 'BotKube Cloud Team Organization ID'
required: true

slack_alerts_webhook:
description: 'Slack Alerts Webhook'
required: true

slack_token:
description: 'Slack Alerts Webhook'
required: true
Expand Down Expand Up @@ -137,8 +133,7 @@ runs:
uses: rtCamp/action-slack-notify@v2
if: ${{ failure() }}
env:
# SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
SLACK_CHANNEL: 'test-botkube-ci-alerts'
SLACK_CHANNEL: 'botkube-cloud-ci-alerts'
SLACK_USERNAME: Botkube Cloud CI
SLACK_COLOR: 'red'
SLACK_TITLE: 'Message'
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/test-pr.yml

This file was deleted.

1 change: 0 additions & 1 deletion test/cloud-slack-dev-e2e/cloud_slack_dev_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ func TestCloudSlackE2E(t *testing.T) {
gqlCli := createGQLCli(t, cfg, botkubeCloudPage)
botkubeCloudPage.Cleanup(t, gqlCli)
})
t.FailNow()
botkubeCloudPage.InstallAgentInCluster(t, cfg.BotkubeCliBinaryPath)
botkubeCloudPage.OpenSlackAppIntegrationPage(t)

Expand Down

0 comments on commit 6c02e7e

Please sign in to comment.