Skip to content

Commit b52e96e

Browse files
authored
ci: remove unused Slack CI workflow code (#2680)
1 parent dff9c33 commit b52e96e

File tree

3 files changed

+0
-164
lines changed

3 files changed

+0
-164
lines changed

.github/workflows/run-tests.yml

-9
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,6 @@ jobs:
254254
npx playwright merge-reports --reporter html ./all-blob-reports
255255
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
256256
257-
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
258-
# - name: Notify Slack
259-
# if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.head_ref == 'main'
260-
# run: npx playwright-slack-report -j merged_reports.json -c tests/playwright-slack-conf.json
261-
# env:
262-
# SLACK_BOT_USER_OAUTH_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_TOKEN }}
263-
# RESULTS_VERSION: ${{ matrix.version }}
264-
# RESULTS_URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
265-
266257
- name: Upload HTML report
267258
uses: actions/upload-artifact@v4
268259
with:

.github/workflows/test-e2e.yml

-13
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ jobs:
245245
id: publish-test-results
246246
if: success() || failure()
247247
run: |
248-
echo "slackEvent<<NETLIFY_EOF" >> $GITHUB_OUTPUT
249-
deno run -A tools/deno/junit2slack.ts --dir artifacts --version ${{matrix.version_spec.selector}} --runUrl ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}} >> $GITHUB_OUTPUT
250-
echo "NETLIFY_EOF" >> $GITHUB_OUTPUT
251248
deno run -A tools/deno/junit2json.ts artifacts ${{ matrix.version_spec.tag }} > report/test-results.json
252249
deno run -A tools/deno/generate-md.ts >> $GITHUB_STEP_SUMMARY
253250
@@ -259,13 +256,3 @@ jobs:
259256
# actual filename.
260257
name: ${{matrix.version_spec.selector}}-test-results.json
261258
path: report/test-results.json
262-
263-
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
264-
# - name: Notify Slack
265-
# if: ${{ (success() || failure()) && github.event_name == 'schedule' }}
266-
# uses: slackapi/[email protected]
267-
# env:
268-
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
269-
# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
270-
# with:
271-
# payload: ${{ steps.publish-test-results.outputs.slackEvent }}

tools/deno/junit2slack.ts

-142
This file was deleted.

0 commit comments

Comments
 (0)