Skip to content

Commit 315f003

Browse files
fix: remove slack alerts from CI
1 parent 689d3c7 commit 315f003

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -443,43 +443,6 @@ jobs:
443443
ECR_REGISTRY_SECRET: ${{ secrets.ECR_REGISTRY_SECRET }}
444444
TEST_ENVIRONMENT: local
445445

446-
local-env-alert:
447-
needs: local-env
448-
if: >-
449-
always() && (
450-
needs.local-env.result != 'skipped'
451-
) && github.event_name == 'pull_request' && github.event.pull_request.merged == false
452-
runs-on: ubuntu-latest
453-
strategy:
454-
matrix:
455-
markers: [smoke, rpc, reserve, governed_map, delegator_rewards, ariadne, wizards]
456-
steps:
457-
- name: Checkout
458-
uses: actions/checkout@v4
459-
with:
460-
fetch-depth: 0
461-
ref: ${{ github.event.pull_request.head.sha || github.sha }}
462-
- name: Download test report
463-
uses: actions/download-artifact@v4
464-
with:
465-
name: test-results-${{ matrix.markers }}
466-
path: e2e-tests/logs-${{ matrix.markers }}
467-
- name: Report to slack
468-
env:
469-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
470-
JIRA_URL: ${{ secrets.JIRA_URL }}
471-
repository: ${{ github.repository }}
472-
slack_ref_name: ${{ github.ref_name }}
473-
job_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
474-
github_actor_username: ${{ github.actor }}
475-
env: local-pre-merge
476-
run: |
477-
cd e2e-tests
478-
mkdir -p logs
479-
cp -r logs-${{ matrix.markers }}/. logs/
480-
./report_slack.sh $repository $slack_ref_name $job_url $env $github_actor_username null "${{ matrix.markers }}"
481-
shell: bash
482-
483446
documentation-tests:
484447
needs: build-linux-x86_64-pre-merge
485448
if: github.event_name == 'pull_request' && github.event.pull_request.merged == false

0 commit comments

Comments
 (0)