Skip to content

Commit

Permalink
Remove cloud dev e2e testing (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Nov 15, 2024
1 parent ff6fb76 commit ee94e19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 178 deletions.
144 changes: 0 additions & 144 deletions .github/actions/cloud-slack-e2e/action.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,37 +212,3 @@ jobs:
SLACK_ICON_EMOJI: ':this-is-fine-fire:'
SLACK_WEBHOOK: ${{ secrets.SLACK_CI_ALERTS_WEBHOOK }}
SLACK_FOOTER: "Fingers crossed it's just an outdated/flaky test..."

cloud-slack-dev-e2e:
name: Botkube Cloud Slack Dev E2E
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
concurrency:
group: cloud-slack-dev-e2e
cancel-in-progress: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run e2e tests
uses: ./.github/actions/cloud-slack-e2e
with:
access_token: ${{ secrets.E2E_TEST_GH_DEV_ACCOUNT_PAT }}

slack_workspace_name: ${{ secrets.E2E_DEV_SLACK_WORKSPACE_NAME }}
slack_email: ${{ secrets.E2E_DEV_SLACK_EMAIL }}
slack_password: ${{ secrets.E2E_DEV_SLACK_USER_PASSWORD }}
slack_bot_display_name: "BotkubeDev"
slack_tester_bot_token: ${{ secrets.E2E_DEV_SLACK_TESTER_BOT_TOKEN }}
slack_tester_bot_name: "botkubedev"

botkube_cloud_ui_base_url: "https://app-dev.botkube.io"
botkube_cloud_api_base_url: "https://api-dev.botkube.io"
botkube_cloud_email: ${{ secrets.E2E_DEV_BOTKUBE_CLOUD_EMAIL }}
botkube_cloud_password: ${{ secrets.E2E_DEV_BOTKUBE_CLOUD_PASSWORD }}
botkube_cloud_team_organization_id: ${{ secrets.E2E_DEV_BOTKUBE_CLOUD_TEAM_ORGANIZATION_ID }}

slack_token: ${{ secrets.SLACK_APP_TOKEN_FOR_CI_ALERTS }}

e2e_type: "DEV"

0 comments on commit ee94e19

Please sign in to comment.